]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lr
authorFrancois Dugast <francois.dugast@intel.com>
Thu, 13 Jun 2024 17:03:48 +0000 (19:03 +0200)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 17 Jun 2024 20:46:52 +0000 (16:46 -0400)
commit731e46c032281601756f08cfa7d8505fe41166a9
treeea9910c2428f6f9032f3f6b758447b6f66f5a7a1
parent5d7612ae201ec199b46bbf81a36cb4667e29d973
drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lr

The properties of this struct are used in long running context so
make that clear by renaming it to lr, in alignment with the rest
of the code.

Cc: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240613170348.723245-1-francois.dugast@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_exec_queue.c
drivers/gpu/drm/xe/xe_exec_queue_types.h
drivers/gpu/drm/xe/xe_preempt_fence.c
drivers/gpu/drm/xe/xe_vm.c