public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/5] drm/i915/ipc: ipc and sub-struct refactoring, take 2
@ 2022-09-12 11:45 Jani Nikula
  2022-09-12 11:45 ` [Intel-gfx] [PATCH 1/5] drm/i915/ipc: refactor and rename IPC functions Jani Nikula
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Jani Nikula @ 2022-09-12 11:45 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

This is a rewrite of [1] after Ville NAK'd intel_ipc.[ch] and moved skl
watermark stuff to skl_watermark.[ch].

BR,
Jani.


[1] https://patchwork.freedesktop.org/series/108157/


Jani Nikula (5):
  drm/i915/ipc: refactor and rename IPC functions
  drm/i915/ipc: move IPC debugfs to skl_watermark.c
  drm/i915/ipc: register debugfs only if IPC available
  drm/i915/display: move IPC under display wm sub-struct
  drm/i915/ipc: use intel_uncore_rmw() to enable/disable

 drivers/gpu/drm/i915/display/intel_display.c  |  6 +-
 .../gpu/drm/i915/display/intel_display_core.h |  2 +
 .../drm/i915/display/intel_display_debugfs.c  | 54 +----------
 drivers/gpu/drm/i915/display/skl_watermark.c  | 94 +++++++++++++++----
 drivers/gpu/drm/i915/display/skl_watermark.h  |  6 +-
 drivers/gpu/drm/i915/i915_driver.c            |  2 +-
 6 files changed, 86 insertions(+), 78 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-09-13 17:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-12 11:45 [Intel-gfx] [PATCH 0/5] drm/i915/ipc: ipc and sub-struct refactoring, take 2 Jani Nikula
2022-09-12 11:45 ` [Intel-gfx] [PATCH 1/5] drm/i915/ipc: refactor and rename IPC functions Jani Nikula
2022-09-13  9:23   ` Ville Syrjälä
2022-09-13 17:09     ` Jani Nikula
2022-09-12 11:45 ` [Intel-gfx] [PATCH 2/5] drm/i915/ipc: move IPC debugfs to skl_watermark.c Jani Nikula
2022-09-12 11:45 ` [Intel-gfx] [PATCH 3/5] drm/i915/ipc: register debugfs only if IPC available Jani Nikula
2022-09-12 11:45 ` [Intel-gfx] [PATCH 4/5] drm/i915/display: move IPC under display wm sub-struct Jani Nikula
2022-09-12 11:45 ` [Intel-gfx] [PATCH 5/5] drm/i915/ipc: use intel_uncore_rmw() to enable/disable Jani Nikula
2022-09-12 18:27 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/ipc: ipc and sub-struct refactoring, take 2 Patchwork
2022-09-12 18:50 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-09-13  7:53 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/ipc: ipc and sub-struct refactoring, take 2 (rev2) Patchwork
2022-09-13 16:22 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

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