mbox series

[0/2] Increase fastwake sync pulse count as a quirk

Message ID 20240820161429.2213343-1-jouni.hogander@intel.com (mailing list archive)
Headers show
Series Increase fastwake sync pulse count as a quirk | expand

Message

Hogander, Jouni Aug. 20, 2024, 4:14 p.m. UTC
Implement mechanism to apply quirk only if certain panel is detected
on certain setup. Use this new mechanism to increase fastwake sync
pulse count on certain Dell laptop and only if specific panel is
installed on that laptop. 

Jouni Högander (2):
  drm/i915/display: Add mechanism to use sink model when applying quirk
  drm/i915/display: Increase Fast Wake Sync length as a quirk

 drivers/gpu/drm/i915/display/intel_alpm.c   |  2 +-
 drivers/gpu/drm/i915/display/intel_dp.c     |  5 ++
 drivers/gpu/drm/i915/display/intel_dp_aux.c | 17 ++--
 drivers/gpu/drm/i915/display/intel_dp_aux.h |  2 +-
 drivers/gpu/drm/i915/display/intel_quirks.c | 99 ++++++++++++++++-----
 drivers/gpu/drm/i915/display/intel_quirks.h |  4 +
 6 files changed, 98 insertions(+), 31 deletions(-)