All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/dp,i915: eDP DPCD backlight control detection fixes
@ 2020-02-04 19:28 ` Lyude Paul
  0 siblings, 0 replies; 20+ messages in thread
From: Lyude Paul @ 2020-02-04 19:28 UTC (permalink / raw)
  To: dri-devel, intel-gfx
  Cc: Thomas Zimmermann, Juha-Pekka Heikkila, David Airlie,
	Lucas De Marchi, linux-kernel, Manasi Navare, Rodrigo Vivi,
	José Roberto de Souza, Gwan-gyeong Mun, Lee Shawn C

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2020-02-07 11:11 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-04 19:28 [PATCH 0/4] drm/dp,i915: eDP DPCD backlight control detection fixes Lyude Paul
2020-02-04 19:28 ` Lyude Paul
2020-02-04 19:28 ` [Intel-gfx] [PATCH 0/4] drm/dp, i915: " Lyude Paul
2020-02-04 19:28 ` [PATCH 1/4] Revert "drm/i915: Don't use VBT for detecting DPCD backlight controls" Lyude Paul
2020-02-04 19:28   ` Lyude Paul
2020-02-04 19:28   ` [Intel-gfx] " Lyude Paul
2020-02-07 11:11   ` Jani Nikula
2020-02-07 11:11     ` Jani Nikula
2020-02-07 11:11     ` [Intel-gfx] " Jani Nikula
2020-02-04 19:28 ` [PATCH 2/4] drm/dp: Introduce EDID-based quirks Lyude Paul
2020-02-04 19:28   ` Lyude Paul
2020-02-04 19:28   ` [Intel-gfx] " Lyude Paul
2020-02-04 19:28 ` [PATCH 3/4] drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panel Lyude Paul
2020-02-04 19:28   ` Lyude Paul
2020-02-04 19:28   ` [Intel-gfx] " Lyude Paul
2020-02-04 19:28 ` [PATCH 4/4] drm/i915: Force DPCD backlight mode for some Precision 7750 panels Lyude Paul
2020-02-04 19:28   ` Lyude Paul
2020-02-04 19:28   ` [Intel-gfx] " Lyude Paul
2020-02-05  5:17 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/dp, i915: eDP DPCD backlight control detection fixes Patchwork
2020-02-07 10:12 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.