All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/i915/lspcon: interface cleanups
@ 2024-12-03 16:40 Jani Nikula
  2024-12-03 16:40 ` [PATCH 1/6] drm/i915/hdmi: move declarations for hsw_read/write_infoframe() to the right place Jani Nikula
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jani Nikula @ 2024-12-03 16:40 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Some quick cleanups. Always use digital port for the interfaces, don't
touch dig_port->lspcon outside of intel_lspcon.c, rename interfaces.

Jani Nikula (6):
  drm/i915/hdmi: move declarations for hsw_read/write_infoframe() to the
    right place
  drm/i915/lspcon: add intel_lspcon_active() and use it
  drm/i915/lspcon: change signature of lspcon_detect_hdr_capability()
  drm/i915/lspcon: change signature of lspcon_wait_pcon_mode()
  drm/i915/lspcon: remove dp_to_lspcon(), hide enc_to_intel_lspcon()
  drm/i915/lspcon: rename interfaces to intel_lspcon_* to unify

 drivers/gpu/drm/i915/display/intel_ddi.c      |  6 ++---
 .../drm/i915/display/intel_display_types.h    | 12 ---------
 drivers/gpu/drm/i915/display/intel_dp.c       | 18 ++++++-------
 drivers/gpu/drm/i915/display/intel_hdmi.h     |  9 +++++++
 drivers/gpu/drm/i915/display/intel_lspcon.c   | 27 +++++++++++++++----
 drivers/gpu/drm/i915/display/intel_lspcon.h   | 25 +++++++----------
 6 files changed, 51 insertions(+), 46 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2024-12-03 18:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 16:40 [PATCH 0/6] drm/i915/lspcon: interface cleanups Jani Nikula
2024-12-03 16:40 ` [PATCH 1/6] drm/i915/hdmi: move declarations for hsw_read/write_infoframe() to the right place Jani Nikula
2024-12-03 16:40 ` [PATCH 2/6] drm/i915/lspcon: add intel_lspcon_active() and use it Jani Nikula
2024-12-03 16:40 ` [PATCH 3/6] drm/i915/lspcon: change signature of lspcon_detect_hdr_capability() Jani Nikula
2024-12-03 16:40 ` [PATCH 4/6] drm/i915/lspcon: change signature of lspcon_wait_pcon_mode() Jani Nikula
2024-12-03 16:40 ` [PATCH 5/6] drm/i915/lspcon: remove dp_to_lspcon(), hide enc_to_intel_lspcon() Jani Nikula
2024-12-03 16:40 ` [PATCH 6/6] drm/i915/lspcon: rename interfaces to intel_lspcon_* to unify Jani Nikula
2024-12-03 18:00 ` ✗ Fi.CI.SPARSE: warning for drm/i915/lspcon: interface cleanups Patchwork
2024-12-03 18:18 ` ✗ i915.CI.BAT: failure " 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.