summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device.c
diff options
context:
space:
mode:
authorFrancois Dugast <francois.dugast@intel.com>2023-08-01 13:28:14 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 19:39:17 +0300
commitc22a4ed0c325cd29d7baf07d4cf2c127550b8859 (patch)
tree0183ee5d381c85250fad52f514e2878c945423a6 /drivers/gpu/drm/xe/xe_device.c
parent2a368a09ae1c3f7aebe6210927a1335186d3c6f7 (diff)
downloadlinux-c22a4ed0c325cd29d7baf07d4cf2c127550b8859.tar.xz
drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]
This is a preparation commit for a larger renaming of engine to exec queue. Signed-off-by: Francois Dugast <francois.dugast@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_device.c')
-rw-r--r--drivers/gpu/drm/xe/xe_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c
index 63ed59c61c84..a8ab86379ed6 100644
--- a/drivers/gpu/drm/xe/xe_device.c
+++ b/drivers/gpu/drm/xe/xe_device.c
@@ -18,7 +18,7 @@
#include "xe_debugfs.h"
#include "xe_dma_buf.h"
#include "xe_drv.h"
-#include "xe_engine.h"
+#include "xe_exec_queue.h"
#include "xe_exec.h"
#include "xe_gt.h"
#include "xe_irq.h"