drm/xe/client: remove bogus rcu list usage
authorMatthew Auld <matthew.auld@intel.com>
Mon, 18 Mar 2024 09:34:32 +0000 (09:34 +0000)
committerMatthew Auld <matthew.auld@intel.com>
Tue, 19 Mar 2024 08:31:41 +0000 (08:31 +0000)
commit10ed10c27967cacf90d3daa6f66ddddaa35bb796
tree3b3462140c9c49b884d1ef8bc82e7f7009e49458
parentdf26ac946416a3fc43347f143c71b2f4c0b7c63e
drm/xe/client: remove bogus rcu list usage

We use plain spinlock to protect readers and writers, so there is no
actual RCU here. Rather use the more appropriate non-rcu list based API.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240318093431.21075-3-matthew.auld@intel.com
drivers/gpu/drm/xe/xe_drm_client.c