[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200204192823.111404-1-lyude@redhat.com>
Date: Tue, 4 Feb 2020 14:28:08 -0500
From: Lyude Paul <lyude@...hat.com>
To: dri-devel@...ts.freedesktop.org, intel-gfx@...ts.freedesktop.org
Cc: "Daniel Vetter" <daniel@...ll.ch>,
"David Airlie" <airlied@...ux.ie>,
"Rodrigo Vivi" <rodrigo.vivi@...el.com>,
linux-kernel@...r.kernel.org,
"Jani Nikula" <jani.nikula@...ux.intel.com>,
"Juha-Pekka Heikkila" <juhapekka.heikkila@...il.com>,
"Chris Wilson" <chris@...is-wilson.co.uk>,
Ville Syrjälä
<ville.syrjala@...ux.intel.com>,
"Joonas Lahtinen" <joonas.lahtinen@...ux.intel.com>,
"Lee Shawn C" <shawn.c.lee@...el.com>,
"Lyude Paul" <lyude@...hat.com>,
"Lucas De Marchi" <lucas.demarchi@...el.com>,
"Gwan-gyeong Mun" <gwan-gyeong.mun@...el.com>,
"Manasi Navare" <manasi.d.navare@...el.com>,
"Maarten Lankhorst" <maarten.lankhorst@...ux.intel.com>,
"Imre Deak" <imre.deak@...el.com>,
"Ramalingam C" <ramalingam.c@...el.com>,
"Thomas Zimmermann" <tzimmermann@...e.de>,
"Maxime Ripard" <mripard@...nel.org>,
José Roberto de Souza <jose.souza@...el.com>
Subject: [PATCH 0/4] drm/dp,i915: eDP DPCD backlight control detection fixes
Unfortunately, it turned out that the DPCD is also not a reliable way of
probing for DPCD backlight support as some panels will lie and say they
have DPCD backlight controls when they don't actually.
So, revert back to the old behavior and add a bunch of EDID-based DP
quirks for the panels that we know need this. As you might have already
guessed, OUI quirks didn't seem to be a very safe bet for these panels
due to them not having their device IDs filled out.
Lyude Paul (4):
Revert "drm/i915: Don't use VBT for detecting DPCD backlight controls"
drm/dp: Introduce EDID-based quirks
drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED
panel
drm/i915: Force DPCD backlight mode for some Precision 7750 panels
drivers/gpu/drm/drm_dp_helper.c | 78 +++++++++++++++++++
drivers/gpu/drm/drm_dp_mst_topology.c | 3 +-
.../drm/i915/display/intel_display_types.h | 1 +
drivers/gpu/drm/i915/display/intel_dp.c | 11 ++-
.../drm/i915/display/intel_dp_aux_backlight.c | 28 +++++--
drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +-
drivers/gpu/drm/i915/display/intel_psr.c | 2 +-
include/drm/drm_dp_helper.h | 21 ++++-
8 files changed, 130 insertions(+), 16 deletions(-)
--
2.24.1
Powered by blists - more mailing lists