drm/xe: Ensure mutex are destroyed
authorBommithi Sakeena <bommithi.sakeena@intel.com>
Wed, 27 Sep 2023 16:50:11 +0000 (16:50 +0000)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:41:21 +0000 (11:41 -0500)
commit28b1d9155c3c1651a6e184e1286cebb63ec6b51c
tree6ec8d9dc0437d92b1226ec42beb15f782ca3b43e
parent5349bb76d62048e73f6e4a863b40a309c62dc47f
drm/xe: Ensure mutex are destroyed

Add missing mutex_destroy calls to fini functions or convert to
drmm_mutex_init where fini function is not available.

Cc: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Bommithi Sakeena <bommithi.sakeena@intel.com>
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_guc_ct.c
drivers/gpu/drm/xe/xe_guc_pc.c
drivers/gpu/drm/xe/xe_guc_submit.c
drivers/gpu/drm/xe/xe_pcode.c