intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] drm/i915: drm_i915_private and xe_device cleanups
@ 2024-04-08 18:08 Jani Nikula
  2024-04-08 18:08 ` [PATCH 1/8] drm/i915/gt: drop display clock info from gt debugfs Jani Nikula
                   ` (13 more replies)
  0 siblings, 14 replies; 18+ messages in thread
From: Jani Nikula @ 2024-04-08 18:08 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula, lucas.demarchi

Continue cleaning up the members from drm_i915_private and xe_device to
struct intel_display.

Jani Nikula (8):
  drm/i915/gt: drop display clock info from gt debugfs
  drm/i915: move skl_preferred_vco_freq to display substruct
  drm/i915: move max_dotclk_freq to display substruct
  drm/i915: move vblank_enabled to display substruct
  drm/i915: move display_irqs_enabled to display substruct
  drm/i915: move de_irq_mask to display substruct
  drm/i915: move pipestat_irq_mask to display substruct
  drm/xe/display: remove unused xe->enabled_irq_mask

 drivers/gpu/drm/i915/display/intel_cdclk.c    | 23 ++++----
 drivers/gpu/drm/i915/display/intel_crt.c      |  2 +-
 drivers/gpu/drm/i915/display/intel_display.c  |  6 +-
 .../gpu/drm/i915/display/intel_display_core.h | 12 ++++
 .../gpu/drm/i915/display/intel_display_irq.c  | 57 ++++++++++---------
 drivers/gpu/drm/i915/display/intel_dp.c       |  4 +-
 drivers/gpu/drm/i915/display/intel_dp_mst.c   |  2 +-
 drivers/gpu/drm/i915/display/intel_dsi.c      |  2 +-
 drivers/gpu/drm/i915/display/intel_dvo.c      |  2 +-
 drivers/gpu/drm/i915/display/intel_hdmi.c     |  2 +-
 .../gpu/drm/i915/display/intel_hotplug_irq.c  |  2 +-
 drivers/gpu/drm/i915/display/intel_lvds.c     |  2 +-
 drivers/gpu/drm/i915/display/intel_sdvo.c     |  2 +-
 drivers/gpu/drm/i915/display/intel_tv.c       |  2 +-
 drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c |  4 --
 drivers/gpu/drm/i915/i915_drv.h               | 13 +----
 drivers/gpu/drm/i915/i915_irq.c               |  8 +--
 drivers/gpu/drm/xe/display/xe_display.c       |  1 -
 drivers/gpu/drm/xe/xe_device_types.h          | 15 +----
 19 files changed, 73 insertions(+), 88 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-04-10  3:35 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-08 18:08 [PATCH 0/8] drm/i915: drm_i915_private and xe_device cleanups Jani Nikula
2024-04-08 18:08 ` [PATCH 1/8] drm/i915/gt: drop display clock info from gt debugfs Jani Nikula
2024-04-08 18:08 ` [PATCH 2/8] drm/i915: move skl_preferred_vco_freq to display substruct Jani Nikula
2024-04-08 18:08 ` [PATCH 3/8] drm/i915: move max_dotclk_freq " Jani Nikula
2024-04-08 18:08 ` [PATCH 4/8] drm/i915: move vblank_enabled " Jani Nikula
2024-04-08 18:08 ` [PATCH 5/8] drm/i915: move display_irqs_enabled " Jani Nikula
2024-04-08 18:08 ` [PATCH 6/8] drm/i915: move de_irq_mask " Jani Nikula
2024-04-08 21:07   ` Lucas De Marchi
2024-04-08 18:08 ` [PATCH 7/8] drm/i915: move pipestat_irq_mask " Jani Nikula
2024-04-08 18:08 ` [PATCH 8/8] drm/xe/display: remove unused xe->enabled_irq_mask Jani Nikula
2024-04-08 18:15 ` [PATCH 0/8] drm/i915: drm_i915_private and xe_device cleanups Ville Syrjälä
2024-04-08 21:02 ` Jani Nikula
2024-04-08 21:10   ` Lucas De Marchi
2024-04-09  8:43     ` Jani Nikula
2024-04-08 22:31 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2024-04-08 22:31 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-04-08 22:36 ` ✓ Fi.CI.BAT: success " Patchwork
2024-04-10  3:35 ` ✓ 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;
as well as URLs for NNTP newsgroup(s).