intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/i915/cdclk: drop i915_drv.h include
@ 2025-11-21 11:21 Jani Nikula
  2025-11-21 11:22 ` [PATCH 2/2] drm/i915: use struct drm_device for clock gating funcs Jani Nikula
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jani Nikula @ 2025-11-21 11:21 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula

intel_cdclk.c no longer needs i915_drv.h. Drop it.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/i915/display/intel_cdclk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_cdclk.c b/drivers/gpu/drm/i915/display/intel_cdclk.c
index 5c90e53b4e46..69a79ccdd1ba 100644
--- a/drivers/gpu/drm/i915/display/intel_cdclk.c
+++ b/drivers/gpu/drm/i915/display/intel_cdclk.c
@@ -29,7 +29,6 @@
 #include <drm/drm_print.h>
 
 #include "hsw_ips.h"
-#include "i915_drv.h"
 #include "i915_reg.h"
 #include "intel_atomic.h"
 #include "intel_audio.h"
@@ -46,6 +45,7 @@
 #include "intel_pcode.h"
 #include "intel_plane.h"
 #include "intel_psr.h"
+#include "intel_step.h"
 #include "intel_vdsc.h"
 #include "skl_watermark.h"
 #include "skl_watermark_regs.h"
-- 
2.47.3


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

end of thread, other threads:[~2025-11-25 14:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-21 11:21 [PATCH 1/2] drm/i915/cdclk: drop i915_drv.h include Jani Nikula
2025-11-21 11:22 ` [PATCH 2/2] drm/i915: use struct drm_device for clock gating funcs Jani Nikula
2025-11-25 14:07   ` Kahola, Mika
2025-11-25 14:40     ` Jani Nikula
2025-11-21 13:46 ` [PATCH 1/2] drm/i915/cdclk: drop i915_drv.h include Kahola, Mika
2025-11-25 10:29   ` Jani Nikula
2025-11-24 21:10 ` ✓ i915.CI.BAT: success for series starting with [1/2] " Patchwork
2025-11-25  2:01 ` ✗ i915.CI.Full: failure " 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).