mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02:00
drm/xe: Reword exec_queue and vm lock doc
Reword documentation to possibly what it meant to be. Reviewed-by: Nirmoy Das <nirmoy.das@intel.com> Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com> Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241104143815.2112272-4-lucas.demarchi@intel.com Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
This commit is contained in:
parent
83db047d94
commit
20ade9c3f1
|
|
@ -588,7 +588,7 @@ struct xe_file {
|
|||
/** @vm.xe: xarray to store VMs */
|
||||
struct xarray xa;
|
||||
/**
|
||||
* @vm.lock: Protects VM lookup + reference and removal a from
|
||||
* @vm.lock: Protects VM lookup + reference and removal from
|
||||
* file xarray. Not an intended to be an outer lock which does
|
||||
* thing while being held.
|
||||
*/
|
||||
|
|
@ -601,8 +601,8 @@ struct xe_file {
|
|||
struct xarray xa;
|
||||
/**
|
||||
* @exec_queue.lock: Protects exec queue lookup + reference and
|
||||
* removal a frommfile xarray. Not an intended to be an outer
|
||||
* lock which does thing while being held.
|
||||
* removal from file xarray. Not intended to be an outer lock
|
||||
* which does things while being held.
|
||||
*/
|
||||
struct mutex lock;
|
||||
} exec_queue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user