We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2cd64 commit 7d08c3bCopy full SHA for 7d08c3b
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
@@ -83,6 +83,7 @@ static void apply_edid_quirks(struct drm_device *dev, struct edid *edid, struct
83
edid_caps->panel_patch.remove_sink_ext_caps = true;
84
break;
85
case drm_edid_encode_panel_id('S', 'D', 'C', 0x4154):
86
+ case drm_edid_encode_panel_id('S', 'D', 'C', 0x4171):
87
drm_dbg_driver(dev, "Disabling VSC on monitor with panel id %X\n", panel_id);
88
edid_caps->panel_patch.disable_colorimetry = true;
89
0 commit comments