drm/xe: Convert xe_vma_op_flags to BIT macros
authorMatthew Brost <matthew.brost@intel.com>
Thu, 31 Aug 2023 14:54:21 +0000 (07:54 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:40:39 +0000 (11:40 -0500)
commit35dfb48462d92ce5514f883c461857ca55bdb499
treec968ad05c4801c4a1a7b5cae1486726808bc5093
parent9a4566d5e0ae9dd38ef20fab00990e6958c421b4
drm/xe: Convert xe_vma_op_flags to BIT macros

Rather than open code the shift for values, use BIT macros.

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