diff options
| author | Jani Nikula <[email protected]> | 2024-09-17 16:13:58 +0000 |
|---|---|---|
| committer | Jani Nikula <[email protected]> | 2024-09-19 13:37:11 +0000 |
| commit | 6f4429f9eb31db9418cc2484ee9f6090cc75589a (patch) | |
| tree | 5b13d2931a2fa0227b0bf8bbe15bee94b4e75b76 /drivers/gpu/drm/i915/display/intel_cursor.c | |
| parent | drm/i915/fb: remove intel_fb_obj() (diff) | |
| download | kernel-6f4429f9eb31db9418cc2484ee9f6090cc75589a.tar.gz kernel-6f4429f9eb31db9418cc2484ee9f6090cc75589a.zip | |
drm/i915/display: clean up some gem/ includes
Drop some unnecessary gem/ includes.
We seem to include xe_device.h through some compat gem headers, so we
need to include it directly in compat i915_drv.h to get
xe_device_has_flat_ccs().
Reviewed-by: Maarten Lankhorst <[email protected]>
Acked-by: Rodrigo Vivi <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/afd2917cc0a943660886937bb5f45c277132e147.1726589119.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_cursor.c')
| -rw-r--r-- | drivers/gpu/drm/i915/display/intel_cursor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_cursor.c b/drivers/gpu/drm/i915/display/intel_cursor.c index 805e0af21a45..050eacc709cc 100644 --- a/drivers/gpu/drm/i915/display/intel_cursor.c +++ b/drivers/gpu/drm/i915/display/intel_cursor.c @@ -27,8 +27,6 @@ #include "intel_vblank.h" #include "skl_watermark.h" -#include "gem/i915_gem_object.h" - /* Cursor formats */ static const u32 intel_cursor_formats[] = { DRM_FORMAT_ARGB8888, |
