aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/drm/amdgpu_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
index 5797283c2d79..1c0ddf71193e 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -361,6 +361,8 @@ struct drm_amdgpu_gem_op {
361#define AMDGPU_VM_PAGE_WRITEABLE (1 << 2) 361#define AMDGPU_VM_PAGE_WRITEABLE (1 << 2)
362/* executable mapping, new for VI */ 362/* executable mapping, new for VI */
363#define AMDGPU_VM_PAGE_EXECUTABLE (1 << 3) 363#define AMDGPU_VM_PAGE_EXECUTABLE (1 << 3)
364/* partially resident texture */
365#define AMDGPU_VM_PAGE_PRT (1 << 4)
364 366
365struct drm_amdgpu_gem_va { 367struct drm_amdgpu_gem_va {
366 /** GEM object handle */ 368 /** GEM object handle */