Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/4] drm/i915: move display info related stuff under display/
@ 2023-10-03 12:42 Jani Nikula
  2023-10-03 12:42 ` [Intel-gfx] [PATCH 1/4] drm/i915: convert INTEL_DISPLAY_ENABLED() into a function Jani Nikula
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Jani Nikula @ 2023-10-03 12:42 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Continue separation of display code from the rest.

Jani Nikula (4):
  drm/i915: convert INTEL_DISPLAY_ENABLED() into a function
  drm/i915: move display info related macros to display
  drm/i915: separate display runtime info init
  drm/i915: separate subplatform init and runtime feature init

 drivers/gpu/drm/i915/display/intel_crt.c      |  2 +-
 .../drm/i915/display/intel_display_device.c   | 43 ++++++++++++++++++-
 .../drm/i915/display/intel_display_device.h   | 10 +++++
 drivers/gpu/drm/i915/display/intel_dp.c       |  2 +-
 drivers/gpu/drm/i915/display/intel_dp_mst.c   |  2 +-
 drivers/gpu/drm/i915/display/intel_dvo.c      |  2 +-
 drivers/gpu/drm/i915/display/intel_hdmi.c     |  2 +-
 drivers/gpu/drm/i915/display/intel_hotplug.c  |  2 +-
 drivers/gpu/drm/i915/display/intel_panel.c    |  2 +-
 drivers/gpu/drm/i915/display/intel_sdvo.c     |  2 +-
 drivers/gpu/drm/i915/display/intel_tv.c       |  2 +-
 drivers/gpu/drm/i915/i915_driver.c            |  1 +
 drivers/gpu/drm/i915/i915_drv.h               | 14 ------
 drivers/gpu/drm/i915/intel_device_info.c      | 22 ----------
 14 files changed, 62 insertions(+), 46 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-10-04 10:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 12:42 [Intel-gfx] [PATCH 0/4] drm/i915: move display info related stuff under display/ Jani Nikula
2023-10-03 12:42 ` [Intel-gfx] [PATCH 1/4] drm/i915: convert INTEL_DISPLAY_ENABLED() into a function Jani Nikula
2023-10-03 12:42 ` [Intel-gfx] [PATCH 2/4] drm/i915: move display info related macros to display Jani Nikula
2023-10-03 12:42 ` [Intel-gfx] [PATCH 3/4] drm/i915: separate display runtime info init Jani Nikula
2023-10-03 12:42 ` [Intel-gfx] [PATCH 4/4] drm/i915: separate subplatform init and runtime feature init Jani Nikula
2023-10-03 15:06 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: move display info related stuff under display/ Patchwork
2023-10-03 15:06 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-10-03 15:19 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-10-03 19:25 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2023-10-03 19:57 ` [Intel-gfx] [PATCH 0/4] " Ville Syrjälä
2023-10-04 10:44   ` Jani Nikula

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