drm/xe: Combine destroy_cb and destroy_work in xe_vma into union
authorMatthew Brost <matthew.brost@intel.com>
Thu, 20 Jul 2023 04:04:01 +0000 (21:04 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:37:53 +0000 (11:37 -0500)
commiteae553cbe03a7918f2b5dc9bda0dc35f7a7a308d
treefd88282d263abd3722973ab17b66eaa54038e9d5
parent63412a5a6718771214900aec51fc9253b36efcc5
drm/xe: Combine destroy_cb and destroy_work in xe_vma into union

The callback kicks the worker thus mutually exclusive execution,
combining saves a bit of space in xe_vma.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_vm_types.h