drm/xe: drop unused component dependencies
authorChristian König <christian.koenig@amd.com>
Thu, 14 Nov 2024 14:29:01 +0000 (15:29 +0100)
committerChristian König <christian.koenig@amd.com>
Tue, 19 Nov 2024 13:12:02 +0000 (14:12 +0100)
XE switched over to drm_exec quite some time ago.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241114153020.6209-7-christian.koenig@amd.com
drivers/gpu/drm/xe/xe_bo_types.h
drivers/gpu/drm/xe/xe_gt_pagefault.c
drivers/gpu/drm/xe/xe_vm.c
drivers/gpu/drm/xe/xe_vm.h

index 13c6d8a69e916fa3cad8db84e0ae41f89248fc30..99196228dcc80639c3ff67fa1a2b8c4b638160ca 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <drm/ttm/ttm_bo.h>
 #include <drm/ttm/ttm_device.h>
-#include <drm/ttm/ttm_execbuf_util.h>
 #include <drm/ttm/ttm_placement.h>
 
 #include "xe_ggtt_types.h"
index 79c426dc2505971d9f127051f088489ef4f5e668..2606cd396df5c199e8c7b8d4e45c66afe49ba8ad 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <drm/drm_exec.h>
 #include <drm/drm_managed.h>
-#include <drm/ttm/ttm_execbuf_util.h>
 
 #include "abi/guc_actions_abi.h"
 #include "xe_bo.h"
index c99380271de62f8659fdd909a5bd9980d09de4d9..00ea57c2f4b975861eab5ca78eb7e0344b4ff0c0 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <drm/drm_exec.h>
 #include <drm/drm_print.h>
-#include <drm/ttm/ttm_execbuf_util.h>
 #include <drm/ttm/ttm_tt.h>
 #include <uapi/drm/xe_drm.h>
 #include <linux/ascii85.h>
index c864dba35e1d5cf75b6a83edda80929294fd5f71..23adb74428815666d5eac80b8689261b0996252a 100644 (file)
@@ -17,7 +17,6 @@ struct drm_printer;
 struct drm_file;
 
 struct ttm_buffer_object;
-struct ttm_validate_buffer;
 
 struct xe_exec_queue;
 struct xe_file;