Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/5] drm/i915: ipc and display sub-struct refactoring
@ 2022-09-05 18:01 Jani Nikula
  2022-09-05 18:01 ` [Intel-gfx] [PATCH 1/5] drm/i915/ipc: split out intel_ipc.[ch] Jani Nikula
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jani Nikula @ 2022-09-05 18:01 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

This display sub-struct refactoring turned into ipc refactoring...

Jani Nikula (5):
  drm/i915/ipc: split out intel_ipc.[ch]
  drm/i915/ipc: move IPC debugfs to intel_ipc.c
  drm/i915/ipc: register debugfs only if IPC available
  drm/i915/display: move IPC under display sub-struct
  drm/i915/display: move hdport under display sub-struct

 drivers/gpu/drm/i915/Makefile                 |   1 +
 drivers/gpu/drm/i915/display/intel_ddi.c      |   4 +-
 drivers/gpu/drm/i915/display/intel_display.c  |   9 +-
 .../gpu/drm/i915/display/intel_display_core.h |  14 +++
 .../drm/i915/display/intel_display_debugfs.c  |  55 +--------
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c |   4 +-
 drivers/gpu/drm/i915/display/intel_ipc.c      | 116 ++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_ipc.h      |  18 +++
 drivers/gpu/drm/i915/i915_driver.c            |   3 +-
 drivers/gpu/drm/i915/i915_drv.h               |  10 --
 drivers/gpu/drm/i915/intel_pm.c               |  47 +------
 drivers/gpu/drm/i915/intel_pm.h               |   2 -
 12 files changed, 165 insertions(+), 118 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_ipc.c
 create mode 100644 drivers/gpu/drm/i915/display/intel_ipc.h

-- 
2.34.1


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

end of thread, other threads:[~2022-09-06  0:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-05 18:01 [Intel-gfx] [PATCH 0/5] drm/i915: ipc and display sub-struct refactoring Jani Nikula
2022-09-05 18:01 ` [Intel-gfx] [PATCH 1/5] drm/i915/ipc: split out intel_ipc.[ch] Jani Nikula
2022-09-05 18:01 ` [Intel-gfx] [PATCH 2/5] drm/i915/ipc: move IPC debugfs to intel_ipc.c Jani Nikula
2022-09-05 18:01 ` [Intel-gfx] [PATCH 3/5] drm/i915/ipc: register debugfs only if IPC available Jani Nikula
2022-09-05 18:01 ` [Intel-gfx] [PATCH 4/5] drm/i915/display: move IPC under display sub-struct Jani Nikula
2022-09-05 18:01 ` [Intel-gfx] [PATCH 5/5] drm/i915/display: move hdport " Jani Nikula
2022-09-05 18:30 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: ipc and display sub-struct refactoring Patchwork
2022-09-05 18:30 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-09-05 18:43 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-09-06  0:10 ` [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