All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/i915/dsi: stop relying on implicit dev_priv variable
@ 2024-04-10 16:36 Jani Nikula
  2024-04-10 16:36 ` [PATCH 1/3] drm/i915/dsi: remove unused _MIPIA_AUTOPWG register definition Jani Nikula
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jani Nikula @ 2024-04-10 16:36 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Rip the band-aid, it's not so bad after all. Well, at least for the
somewhat isolated VLV DSI. But it's a start.

Jani Nikula (3):
  drm/i915/dsi: remove unused _MIPIA_AUTOPWG register definition
  drm/i915/dsi: add VLV_ prefix to VLV only register macros
  drm/i915/dsi: pass i915 to register macros instead of implicit
    variable

 drivers/gpu/drm/i915/display/intel_display.c |   2 +-
 drivers/gpu/drm/i915/display/vlv_dsi.c       | 192 +++++------
 drivers/gpu/drm/i915/display/vlv_dsi_pll.c   |   6 +-
 drivers/gpu/drm/i915/display/vlv_dsi_regs.h  | 325 +++++++++----------
 4 files changed, 259 insertions(+), 266 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-04-11  5:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-10 16:36 [PATCH 0/3] drm/i915/dsi: stop relying on implicit dev_priv variable Jani Nikula
2024-04-10 16:36 ` [PATCH 1/3] drm/i915/dsi: remove unused _MIPIA_AUTOPWG register definition Jani Nikula
2024-04-10 16:36 ` [PATCH 2/3] drm/i915/dsi: add VLV_ prefix to VLV only register macros Jani Nikula
2024-04-10 16:36 ` [PATCH 3/3] drm/i915/dsi: pass i915 to register macros instead of implicit variable Jani Nikula
2024-04-10 18:48 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsi: stop relying on implicit dev_priv variable Patchwork
2024-04-10 18:53 ` ✓ Fi.CI.BAT: success " Patchwork
2024-04-11  5:28 ` ✗ Fi.CI.IGT: 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.