]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.h
authorMatthew Brost <matthew.brost@intel.com>
Wed, 7 Jun 2023 18:51:36 +0000 (11:51 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:34:00 +0000 (11:34 -0500)
commit6713ee6ca19e3cd43798b4b40f8b13489c724a89
tree3ce28ef86a4399343965da4c66240ed48dd3b18e
parent3534b18c360525b4cff67b90db45d7b9e365bdf2
drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.h

XE_PTE_FLAG_READ_ONLY is specific to struct xe_vma, move it from xe_bo.h
to xe_vm_types.h to reflect that.

Reviewed-by: Francois Dugast <francois.dugast@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_bo.h
drivers/gpu/drm/xe/xe_vm_types.h