Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Increase fastwake sync pulse count as a quirk
@ 2024-09-02  6:42 Jouni Högander
  2024-09-02  6:42 ` [PATCH v3 1/2] drm/i915/display: Add mechanism to use sink model when applying quirk Jouni Högander
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Jouni Högander @ 2024-09-02  6:42 UTC (permalink / raw)
  To: intel-gfx; +Cc: ville.syrjala, jani.nikula, Jouni Högander

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.

v3:
  - !mem_is_zero fixed to mem_is_zero
v2:
  - instead of using struct intel_quirk add new struct intel_dpcd_quirk


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 +-
 .../drm/i915/display/intel_display_types.h    |  4 ++
 drivers/gpu/drm/i915/display/intel_dp.c       |  4 ++
 drivers/gpu/drm/i915/display/intel_dp_aux.c   | 16 +++--
 drivers/gpu/drm/i915/display/intel_dp_aux.h   |  2 +-
 drivers/gpu/drm/i915/display/intel_quirks.c   | 68 +++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_quirks.h   |  6 ++
 7 files changed, 95 insertions(+), 7 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-09-09  3:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02  6:42 [PATCH v3 0/2] Increase fastwake sync pulse count as a quirk Jouni Högander
2024-09-02  6:42 ` [PATCH v3 1/2] drm/i915/display: Add mechanism to use sink model when applying quirk Jouni Högander
2024-09-02  8:31   ` Jani Nikula
2024-09-02  6:42 ` [PATCH v3 2/2] drm/i915/display: Increase Fast Wake Sync length as a quirk Jouni Högander
2024-09-02  8:33   ` Jani Nikula
2024-09-03  5:07     ` Hogander, Jouni
2024-09-02  7:30 ` ✗ Fi.CI.SPARSE: warning for Increase fastwake sync pulse count as a quirk (rev3) Patchwork
2024-09-02  7:49 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-09-02 10:28 ` ✓ Fi.CI.BAT: success " Patchwork
2024-09-02 14:32 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-09-02 17:04   ` Hogander, Jouni
2024-09-09  3:37 ` ✓ Fi.CI.IGT: success " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox