diff options
author | Francois Dugast <francois.dugast@intel.com> | 2023-08-01 13:28:14 +0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-21 19:39:17 +0300 |
commit | c22a4ed0c325cd29d7baf07d4cf2c127550b8859 (patch) | |
tree | 0183ee5d381c85250fad52f514e2878c945423a6 /drivers/gpu/drm/xe/xe_execlist.c | |
parent | 2a368a09ae1c3f7aebe6210927a1335186d3c6f7 (diff) | |
download | linux-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_execlist.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_execlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_execlist.c b/drivers/gpu/drm/xe/xe_execlist.c index a4d9531e3516..5b6748e1a37f 100644 --- a/drivers/gpu/drm/xe/xe_execlist.c +++ b/drivers/gpu/drm/xe/xe_execlist.c @@ -14,7 +14,7 @@ #include "regs/xe_regs.h" #include "xe_bo.h" #include "xe_device.h" -#include "xe_engine.h" +#include "xe_exec_queue.h" #include "xe_gt.h" #include "xe_hw_fence.h" #include "xe_lrc.h" |