diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/amdgpu_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h index a023b476..df2e9903 100644 --- a/include/drm/amdgpu_drm.h +++ b/include/drm/amdgpu_drm.h @@ -212,6 +212,7 @@ union drm_amdgpu_ctx { /* vm ioctl */ #define AMDGPU_VM_OP_RESERVE_VMID 1 #define AMDGPU_VM_OP_UNRESERVE_VMID 2 +#define AMDGPU_VM_OP_ENABLE_SVM 3 struct drm_amdgpu_vm_in { /** AMDGPU_VM_OP_* */ |