[PATCH 6/6][SRU][F] USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell Precision 4K sku
AceLan Kao
acelan.kao at canonical.com
Thu Dec 12 09:07:44 UTC 2019
BugLink: https://bugs.launchpad.net/bugs/1856134
This platform using DPCD aux to control backlight,
so adding the first 3 OUI bytes to the quirk.
Signed-off-by: AceLan Kao <acelan.kao at canonical.com>
---
drivers/gpu/drm/drm_dp_helper.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
index f1f14f4144e3..0d3381f1377b 100644
--- a/drivers/gpu/drm/drm_dp_helper.c
+++ b/drivers/gpu/drm/drm_dp_helper.c
@@ -1264,6 +1264,7 @@ static const struct dpcd_quirk dpcd_quirk_list[] = {
* only supports DPCD backlight controls, despite advertising otherwise
*/
{ OUI(0xba, 0x41, 0x59), DEVICE_ID_ANY, false, BIT(DP_DPCD_QUIRK_FORCE_DPCD_BACKLIGHT) },
+ { OUI(0x38, 0xec, 0x11), DEVICE_ID_ANY, false, BIT(DP_DPCD_QUIRK_FORCE_DPCD_BACKLIGHT) },
};
#undef OUI
--
2.17.1
More information about the kernel-team
mailing list