mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-28 13:28:30 -04:00
drm/xe: Rename engine to exec_queue
Engine was inappropriately used to refer to execution queues and it also created some confusion with hardware engines. Where it applies the exec_queue variable name is changed to q and comments are also updated. Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/162 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>
This commit is contained in:
committed by
Rodrigo Vivi
parent
c22a4ed0c3
commit
9b9529ce37
@@ -14,7 +14,7 @@ struct ttm_resource;
|
||||
|
||||
struct xe_bo;
|
||||
struct xe_gt;
|
||||
struct xe_engine;
|
||||
struct xe_exec_queue;
|
||||
struct xe_migrate;
|
||||
struct xe_migrate_pt_update;
|
||||
struct xe_sync_entry;
|
||||
@@ -97,7 +97,7 @@ struct dma_fence *
|
||||
xe_migrate_update_pgtables(struct xe_migrate *m,
|
||||
struct xe_vm *vm,
|
||||
struct xe_bo *bo,
|
||||
struct xe_engine *eng,
|
||||
struct xe_exec_queue *q,
|
||||
const struct xe_vm_pgtable_update *updates,
|
||||
u32 num_updates,
|
||||
struct xe_sync_entry *syncs, u32 num_syncs,
|
||||
@@ -105,5 +105,5 @@ xe_migrate_update_pgtables(struct xe_migrate *m,
|
||||
|
||||
void xe_migrate_wait(struct xe_migrate *m);
|
||||
|
||||
struct xe_engine *xe_tile_migrate_engine(struct xe_tile *tile);
|
||||
struct xe_exec_queue *xe_tile_migrate_engine(struct xe_tile *tile);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user