[PATCH 1/1] UBUNTU: SAUCE: drm/i915: Force DPCD backlight mode for HP CML 2020 system
Kai-Heng Feng
kai.heng.feng at canonical.com
Wed Apr 8 09:37:40 UTC 2020
BugLink: https://bugs.launchpad.net/bugs/1871589
There's another Samsung OLED panel needs to use DPCD aux interface to
control backlight.
Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
---
drivers/gpu/drm/drm_dp_helper.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
index 5f64acacc906..94553be0eacf 100644
--- a/drivers/gpu/drm/drm_dp_helper.c
+++ b/drivers/gpu/drm/drm_dp_helper.c
@@ -1323,6 +1323,8 @@ static const struct edid_quirk edid_quirk_list[] = {
{ MFG(0x4c, 0x83), PROD_ID(0x41, 0x41), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
/* HP Spectre x360 Convertible 13t-aw100 */
{ MFG(0x4c, 0x83), PROD_ID(0x42, 0x41), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
+ /* HP CML 2020 system */
+ { MFG(0x4c, 0x83), PROD_ID(0x45, 0x41), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
/*
* Some Dell CML 2020 systems have panels support both AUX and PWM
* backlight control, and some only support AUX backlight control. All
--
2.17.1
More information about the kernel-team
mailing list