drm/xe: drop xe_device_mem_access_get() from guc_ct_send
authorMatthew Auld <matthew.auld@intel.com>
Wed, 19 Jul 2023 08:38:09 +0000 (09:38 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:37:36 +0000 (11:37 -0500)
commit7eed01a926838d4f6b8c655801e6af5366ccec46
tree9a9b1b5bd23d78357fe67de9c3f7df4aa6561f59
parent03af26c9c9767b096cf4b69544f0140898530531
drm/xe: drop xe_device_mem_access_get() from guc_ct_send

The callers should already be holding the mem_access reference, before
calling into this.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_guc_ct.c