drm/i915: remove unnecessary display includes
There are a number of leftover #include "display/..." directives that are completely unnecessary. Remove them to make it easier to spot the relevant ones. In one case, switch to a more specific include. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240823123318.3189503-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
a4dbe45c4c
commit
e24b0ef20a
@ -12,8 +12,6 @@
|
||||
#include <drm/drm_auth.h>
|
||||
#include <drm/drm_syncobj.h>
|
||||
|
||||
#include "display/intel_frontbuffer.h"
|
||||
|
||||
#include "gem/i915_gem_ioctls.h"
|
||||
#include "gt/intel_context.h"
|
||||
#include "gt/intel_gpu_commands.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
#include <drm/intel/i915_drm.h>
|
||||
#include <drm/intel/intel-gtt.h>
|
||||
|
||||
#include "display/intel_display.h"
|
||||
#include "gem/i915_gem_lmem.h"
|
||||
|
||||
#include "intel_context.h"
|
||||
|
@ -49,7 +49,7 @@
|
||||
#include "display/intel_bw.h"
|
||||
#include "display/intel_cdclk.h"
|
||||
#include "display/intel_display_driver.h"
|
||||
#include "display/intel_display_types.h"
|
||||
#include "display/intel_display.h"
|
||||
#include "display/intel_dmc.h"
|
||||
#include "display/intel_dp.h"
|
||||
#include "display/intel_dpt.h"
|
||||
@ -58,10 +58,8 @@
|
||||
#include "display/intel_hotplug.h"
|
||||
#include "display/intel_overlay.h"
|
||||
#include "display/intel_pch_refclk.h"
|
||||
#include "display/intel_pipe_crc.h"
|
||||
#include "display/intel_pps.h"
|
||||
#include "display/intel_sprite.h"
|
||||
#include "display/intel_vga.h"
|
||||
#include "display/skl_watermark.h"
|
||||
|
||||
#include "gem/i915_gem_context.h"
|
||||
|
@ -39,8 +39,6 @@
|
||||
#include <drm/drm_cache.h>
|
||||
#include <drm/drm_vma_manager.h>
|
||||
|
||||
#include "display/intel_display.h"
|
||||
|
||||
#include "gem/i915_gem_clflush.h"
|
||||
#include "gem/i915_gem_context.h"
|
||||
#include "gem/i915_gem_ioctls.h"
|
||||
|
@ -15,7 +15,6 @@
|
||||
#include <asm/set_memory.h>
|
||||
#include <asm/smp.h>
|
||||
|
||||
#include "display/intel_frontbuffer.h"
|
||||
#include "gt/intel_gt.h"
|
||||
#include "gt/intel_gt_requests.h"
|
||||
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include <drm/drm_drv.h>
|
||||
|
||||
#include "display/intel_display_irq.h"
|
||||
#include "display/intel_display_types.h"
|
||||
#include "display/intel_hotplug.h"
|
||||
#include "display/intel_hotplug_irq.h"
|
||||
#include "display/intel_lpe_audio.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <drm/drm_drv.h>
|
||||
#include <drm/intel/i915_pciids.h>
|
||||
|
||||
#include "display/intel_display.h"
|
||||
#include "display/intel_display_driver.h"
|
||||
#include "gt/intel_gt_regs.h"
|
||||
#include "gt/intel_sa_media.h"
|
||||
|
Loading…
Reference in New Issue
Block a user