Commit c22a4ed0 authored by Francois Dugast's avatar Francois Dugast Committed by Rodrigo Vivi

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: default avatarFrancois Dugast <francois.dugast@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent 2a368a09
...@@ -54,9 +54,9 @@ xe-y += xe_bb.o \ ...@@ -54,9 +54,9 @@ xe-y += xe_bb.o \
xe_device.o \ xe_device.o \
xe_device_sysfs.o \ xe_device_sysfs.o \
xe_dma_buf.o \ xe_dma_buf.o \
xe_engine.o \
xe_exec.o \ xe_exec.o \
xe_execlist.o \ xe_execlist.o \
xe_exec_queue.o \
xe_force_wake.o \ xe_force_wake.o \
xe_ggtt.o \ xe_ggtt.o \
xe_gpu_scheduler.o \ xe_gpu_scheduler.o \
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <generated/utsrelease.h> #include <generated/utsrelease.h>
#include "xe_device.h" #include "xe_device.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_force_wake.h" #include "xe_force_wake.h"
#include "xe_gt.h" #include "xe_gt.h"
#include "xe_guc_ct.h" #include "xe_guc_ct.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "xe_debugfs.h" #include "xe_debugfs.h"
#include "xe_dma_buf.h" #include "xe_dma_buf.h"
#include "xe_drv.h" #include "xe_drv.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_exec.h" #include "xe_exec.h"
#include "xe_gt.h" #include "xe_gt.h"
#include "xe_irq.h" #include "xe_irq.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "xe_bo.h" #include "xe_bo.h"
#include "xe_device.h" #include "xe_device.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_macros.h" #include "xe_macros.h"
#include "xe_ring_ops_types.h" #include "xe_ring_ops_types.h"
#include "xe_sched_job.h" #include "xe_sched_job.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Copyright © 2021 Intel Corporation * Copyright © 2021 Intel Corporation
*/ */
#include "xe_engine.h" #include "xe_exec_queue.h"
#include <linux/nospec.h> #include <linux/nospec.h>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "regs/xe_regs.h" #include "regs/xe_regs.h"
#include "xe_bo.h" #include "xe_bo.h"
#include "xe_device.h" #include "xe_device.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_gt.h" #include "xe_gt.h"
#include "xe_hw_fence.h" #include "xe_hw_fence.h"
#include "xe_lrc.h" #include "xe_lrc.h"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "xe_bb.h" #include "xe_bb.h"
#include "xe_bo.h" #include "xe_bo.h"
#include "xe_device.h" #include "xe_device.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_execlist.h" #include "xe_execlist.h"
#include "xe_force_wake.h" #include "xe_force_wake.h"
#include "xe_ggtt.h" #include "xe_ggtt.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include "regs/xe_lrc_layout.h" #include "regs/xe_lrc_layout.h"
#include "xe_devcoredump.h" #include "xe_devcoredump.h"
#include "xe_device.h" #include "xe_device.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_force_wake.h" #include "xe_force_wake.h"
#include "xe_gpu_scheduler.h" #include "xe_gpu_scheduler.h"
#include "xe_gt.h" #include "xe_gt.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include "tests/xe_test.h" #include "tests/xe_test.h"
#include "xe_bb.h" #include "xe_bb.h"
#include "xe_bo.h" #include "xe_bo.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_ggtt.h" #include "xe_ggtt.h"
#include "xe_gt.h" #include "xe_gt.h"
#include "xe_hw_engine.h" #include "xe_hw_engine.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "regs/xe_gt_regs.h" #include "regs/xe_gt_regs.h"
#include "xe_bo.h" #include "xe_bo.h"
#include "xe_device.h" #include "xe_device.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_gt.h" #include "xe_gt.h"
#include "xe_mmio.h" #include "xe_mmio.h"
#include "xe_platform_types.h" #include "xe_platform_types.h"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_vm.h" #include "xe_vm.h"
static void preempt_fence_work_func(struct work_struct *w) static void preempt_fence_work_func(struct work_struct *w)
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "xe_bo.h" #include "xe_bo.h"
#include "xe_device.h" #include "xe_device.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_ggtt.h" #include "xe_ggtt.h"
#include "xe_gt.h" #include "xe_gt.h"
#include "xe_guc_hwconfig.h" #include "xe_guc_hwconfig.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include "xe_device.h" #include "xe_device.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_gt.h" #include "xe_gt.h"
#include "xe_hw_engine_types.h" #include "xe_hw_engine_types.h"
#include "xe_hw_fence.h" #include "xe_hw_fence.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "xe_bo.h" #include "xe_bo.h"
#include "xe_device.h" #include "xe_device.h"
#include "xe_engine.h" #include "xe_exec_queue.h"
#include "xe_gt.h" #include "xe_gt.h"
#include "xe_gt_pagefault.h" #include "xe_gt_pagefault.h"
#include "xe_gt_tlb_invalidation.h" #include "xe_gt_tlb_invalidation.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment