All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm/i915/pch: conversion to struct intel_display use, cleanups
@ 2025-04-17  9:10 Jani Nikula
  2025-04-17  9:10 ` [PATCH v2 1/3] drm/i915/display: pass struct intel_display to PCH macros Jani Nikula
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Jani Nikula @ 2025-04-17  9:10 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula

With the PCH detection moved to display, we can do some further
cleanups.

Jani Nikula (3):
  drm/i915/display: pass struct intel_display to PCH macros
  drm/i915/display: drop lots of unnecessary #include i915_drv.h
  drm/i915/pch: abstract fake PCH detection better

 drivers/gpu/drm/i915/display/g4x_dp.c         | 30 +++++-----
 drivers/gpu/drm/i915/display/g4x_hdmi.c       | 24 ++++----
 drivers/gpu/drm/i915/display/i9xx_wm.c        |  4 +-
 drivers/gpu/drm/i915/display/intel_audio.c    | 12 ++--
 .../gpu/drm/i915/display/intel_backlight.c    | 42 +++++++-------
 drivers/gpu/drm/i915/display/intel_bios.c     | 17 +++---
 drivers/gpu/drm/i915/display/intel_cdclk.c    | 12 ++--
 drivers/gpu/drm/i915/display/intel_cmtg.c     |  1 -
 drivers/gpu/drm/i915/display/intel_crt.c      | 33 +++++------
 drivers/gpu/drm/i915/display/intel_cursor.c   |  3 +-
 drivers/gpu/drm/i915/display/intel_cx0_phy.c  |  4 +-
 drivers/gpu/drm/i915/display/intel_ddi.c      | 15 ++---
 drivers/gpu/drm/i915/display/intel_display.c  | 21 ++-----
 .../drm/i915/display/intel_display_debugfs.c  |  9 ++-
 .../drm/i915/display/intel_display_device.c   | 13 +++--
 .../gpu/drm/i915/display/intel_display_irq.c  | 33 +++++------
 .../drm/i915/display/intel_display_power.c    | 31 ++++-------
 drivers/gpu/drm/i915/display/intel_dp.c       |  3 +-
 drivers/gpu/drm/i915/display/intel_dp_aux.c   | 12 ++--
 drivers/gpu/drm/i915/display/intel_dp_mst.c   |  4 +-
 drivers/gpu/drm/i915/display/intel_dpll.c     | 11 +---
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 11 ++--
 drivers/gpu/drm/i915/display/intel_dsb.c      |  3 +-
 drivers/gpu/drm/i915/display/intel_fdi.c      | 18 +++---
 .../drm/i915/display/intel_fifo_underrun.c    |  4 +-
 .../gpu/drm/i915/display/intel_global_state.c |  5 +-
 drivers/gpu/drm/i915/display/intel_gmbus.c    | 16 +++---
 drivers/gpu/drm/i915/display/intel_hdmi.c     | 28 ++++------
 .../gpu/drm/i915/display/intel_hotplug_irq.c  | 55 ++++++++-----------
 drivers/gpu/drm/i915/display/intel_lvds.c     | 23 +++-----
 drivers/gpu/drm/i915/display/intel_pch.c      | 47 +++++++++-------
 .../gpu/drm/i915/display/intel_pch_display.c  | 44 ++++++---------
 .../gpu/drm/i915/display/intel_pch_refclk.c   | 15 ++---
 drivers/gpu/drm/i915/display/intel_pps.c      | 26 +++------
 drivers/gpu/drm/i915/display/intel_sdvo.c     | 26 +++------
 drivers/gpu/drm/i915/display/intel_sprite.c   |  3 +-
 drivers/gpu/drm/i915/display/intel_vga.c      |  5 +-
 drivers/gpu/drm/i915/display/skl_scaler.c     |  4 +-
 38 files changed, 286 insertions(+), 381 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-04-22 13:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17  9:10 [PATCH v2 0/3] drm/i915/pch: conversion to struct intel_display use, cleanups Jani Nikula
2025-04-17  9:10 ` [PATCH v2 1/3] drm/i915/display: pass struct intel_display to PCH macros Jani Nikula
2025-04-21  5:43   ` Borah, Chaitanya Kumar
2025-04-22 13:13     ` Jani Nikula
2025-04-17  9:10 ` [PATCH v2 2/3] drm/i915/display: drop lots of unnecessary #include i915_drv.h Jani Nikula
2025-04-21  5:43   ` Borah, Chaitanya Kumar
2025-04-17  9:10 ` [PATCH v2 3/3] drm/i915/pch: abstract fake PCH detection better Jani Nikula
2025-04-21  5:41   ` Borah, Chaitanya Kumar
2025-04-17 10:15 ` ✓ CI.Patch_applied: success for drm/i915/pch: conversion to struct intel_display use, cleanups (rev2) Patchwork
2025-04-17 10:16 ` ✓ CI.checkpatch: " Patchwork
2025-04-17 10:17 ` ✓ CI.KUnit: " Patchwork
2025-04-17 10:26 ` ✓ CI.Build: " Patchwork
2025-04-17 10:28 ` ✓ CI.Hooks: " Patchwork
2025-04-17 10:29 ` ✗ CI.checksparse: warning " Patchwork
2025-04-17 10:46 ` ✗ Fi.CI.SPARSE: " Patchwork
2025-04-17 11:10 ` ✓ i915.CI.BAT: success " Patchwork
2025-04-17 11:48 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-04-17 21:56 ` ✗ i915.CI.Full: " Patchwork
2025-04-18  0:53 ` ✗ Xe.CI.Full: " 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.