drm/xe/vm: Remove VM_BIND_OP macro
authorFrancois Dugast <francois.dugast@intel.com>
Wed, 20 Sep 2023 19:29:25 +0000 (15:29 -0400)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:43:10 +0000 (11:43 -0500)
commit78ddc872c6a91d8973ca89209793323efaa86345
treefc3ca89df28505ce7ad46cf8851387c7e763eeac
parentea0640fc6971f555c8f921e2060376d768685805
drm/xe/vm: Remove VM_BIND_OP macro

This macro was necessary when bind operations were shifted but this
is no longer the case, so removing to simplify code.

Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
drivers/gpu/drm/xe/xe_vm.c