Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/xe/compat: stop including i915_utils.h from compat i915_drv.h

Expose the places that need i915_utils.h, and include it where needed.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/6338c8524e600e048b56c5484624cfb51ed49d1d.1753965351.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

Jani Nikula 4274a2b7 0cc20749

+12 -1
+1
drivers/gpu/drm/i915/display/intel_bios.c
··· 36 36 #include "soc/intel_rom.h" 37 37 38 38 #include "i915_drv.h" 39 + #include "i915_utils.h" 39 40 #include "intel_display.h" 40 41 #include "intel_display_core.h" 41 42 #include "intel_display_rpm.h"
+1
drivers/gpu/drm/i915/display/intel_cdclk.c
··· 31 31 #include "hsw_ips.h" 32 32 #include "i915_drv.h" 33 33 #include "i915_reg.h" 34 + #include "i915_utils.h" 34 35 #include "intel_atomic.h" 35 36 #include "intel_audio.h" 36 37 #include "intel_bw.h"
+1
drivers/gpu/drm/i915/display/intel_display_driver.c
··· 18 18 #include <drm/drm_vblank.h> 19 19 20 20 #include "i915_drv.h" 21 + #include "i915_utils.h" 21 22 #include "i9xx_wm.h" 22 23 #include "intel_acpi.h" 23 24 #include "intel_atomic.h"
+1
drivers/gpu/drm/i915/display/intel_display_power.c
··· 10 10 #include "i915_drv.h" 11 11 #include "i915_irq.h" 12 12 #include "i915_reg.h" 13 + #include "i915_utils.h" 13 14 #include "intel_backlight_regs.h" 14 15 #include "intel_cdclk.h" 15 16 #include "intel_clock_gating.h"
+1
drivers/gpu/drm/i915/display/intel_display_power_well.c
··· 6 6 #include "i915_drv.h" 7 7 #include "i915_irq.h" 8 8 #include "i915_reg.h" 9 + #include "i915_utils.h" 9 10 #include "intel_backlight_regs.h" 10 11 #include "intel_combo_phy.h" 11 12 #include "intel_combo_phy_regs.h"
+1
drivers/gpu/drm/i915/display/intel_fb.c
··· 11 11 #include <drm/drm_modeset_helper.h> 12 12 13 13 #include "i915_drv.h" 14 + #include "i915_utils.h" 14 15 #include "intel_bo.h" 15 16 #include "intel_display.h" 16 17 #include "intel_display_core.h"
+1
drivers/gpu/drm/i915/display/intel_gmbus.c
··· 36 36 #include "i915_drv.h" 37 37 #include "i915_irq.h" 38 38 #include "i915_reg.h" 39 + #include "i915_utils.h" 39 40 #include "intel_de.h" 40 41 #include "intel_display_regs.h" 41 42 #include "intel_display_types.h"
+1
drivers/gpu/drm/i915/display/intel_hotplug.c
··· 28 28 29 29 #include "i915_drv.h" 30 30 #include "i915_irq.h" 31 + #include "i915_utils.h" 31 32 #include "intel_connector.h" 32 33 #include "intel_display_power.h" 33 34 #include "intel_display_core.h"
+1
drivers/gpu/drm/i915/display/intel_vblank.c
··· 6 6 #include <drm/drm_vblank.h> 7 7 8 8 #include "i915_drv.h" 9 + #include "i915_utils.h" 9 10 #include "intel_color.h" 10 11 #include "intel_crtc.h" 11 12 #include "intel_de.h"
+1
drivers/gpu/drm/i915/display/skl_universal_plane.c
··· 10 10 11 11 #include "pxp/intel_pxp.h" 12 12 #include "i915_drv.h" 13 + #include "i915_utils.h" 13 14 #include "intel_bo.h" 14 15 #include "intel_de.h" 15 16 #include "intel_display_irq.h"
+1
drivers/gpu/drm/i915/soc/intel_dram.c
··· 11 11 12 12 #include "i915_drv.h" 13 13 #include "i915_reg.h" 14 + #include "i915_utils.h" 14 15 #include "intel_dram.h" 15 16 #include "intel_mchbar_regs.h" 16 17 #include "intel_pcode.h"
-1
drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
··· 12 12 13 13 #include <drm/drm_drv.h> 14 14 15 - #include "i915_utils.h" 16 15 #include "xe_device.h" /* for xe_device_has_flat_ccs() */ 17 16 #include "xe_device_types.h" 18 17
+1
drivers/gpu/drm/xe/display/ext/i915_utils.c
··· 4 4 */ 5 5 6 6 #include "i915_drv.h" 7 + #include "i915_utils.h" 7 8 8 9 bool i915_vtd_active(struct drm_i915_private *i915) 9 10 {