]> www.infradead.org Git - users/hch/misc.git/commit
drm/xe/client: bo->client does not need bos_lock
authorTejas Upadhyay <tejas.upadhyay@intel.com>
Wed, 5 Feb 2025 05:10:42 +0000 (10:40 +0530)
committerNirmoy Das <nirmoy.das@intel.com>
Mon, 10 Feb 2025 13:06:07 +0000 (14:06 +0100)
commitf74fd53ba34551b7626193fb70c17226f06e9bf1
tree756861f9ed20333e9b1348478832eb01733d69a5
parent71163271dc227f8dd0d9446b8897a141c2eae957
drm/xe/client: bo->client does not need bos_lock

bos_lock is to protect list of bos used by client, it is
not required to protect bo->client so bring it outside of
bos_lock.

Fixes: b27970f3e11c ("drm/xe: Add tracking support for bos per client")
Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250205051042.1991192-1-tejas.upadhyay@intel.com
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
drivers/gpu/drm/xe/xe_drm_client.c