drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLY
authorMatthew Brost <matthew.brost@intel.com>
Wed, 7 Jun 2023 18:43:52 +0000 (11:43 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:35:21 +0000 (18:35 -0500)
commit3534b18c360525b4cff67b90db45d7b9e365bdf2
tree9691de9f8514867a05bf0d9cf99722b64567dfa2
parent5e3220de6c72349f77977c62a991748d4e0fea26
drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLY

This define is for internal PTE flags rather than fields in the hardware
PTEs, rename as such. This will help in an upcoming patch to avoid
further confusion.

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_pt.c
drivers/gpu/drm/xe/xe_vm.c