summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm/amdgpu_drm.h
diff options
context:
space:
mode:
authorNirmoy Das <nirmoy.das@amd.com>2021-04-22 17:20:20 +0200
committerAlex Deucher <alexander.deucher@amd.com>2021-04-23 17:18:56 -0400
commit42daecfc2069da98e084e2e2457be2a3d50b0a30 (patch)
treea0fde8206194e81d9992ffcde1708b44ba02a4a6 /include/uapi/drm/amdgpu_drm.h
parentcd2454d6cd970d4c8cbf6dfed61ff1f36b65e561 (diff)
downloadlinux-stable-42daecfc2069da98e084e2e2457be2a3d50b0a30.tar.gz
linux-stable-42daecfc2069da98e084e2e2457be2a3d50b0a30.tar.bz2
linux-stable-42daecfc2069da98e084e2e2457be2a3d50b0a30.zip
drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flag
Remove unused AMDGPU_GEM_CREATE_SHADOW flag. Userspace is never allowed to use this. Signed-off-by: Nirmoy Das <nirmoy.das@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/uapi/drm/amdgpu_drm.h')
-rw-r--r--include/uapi/drm/amdgpu_drm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
index 728566542f8a..2063a1c10f79 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -116,8 +116,6 @@ extern "C" {
#define AMDGPU_GEM_CREATE_CPU_GTT_USWC (1 << 2)
/* Flag that the memory should be in VRAM and cleared */
#define AMDGPU_GEM_CREATE_VRAM_CLEARED (1 << 3)
-/* Flag that create shadow bo(GTT) while allocating vram bo */
-#define AMDGPU_GEM_CREATE_SHADOW (1 << 4)
/* Flag that allocating the BO should use linear VRAM */
#define AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS (1 << 5)
/* Flag that BO is always valid in this VM */