summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorChristian König2018-04-10 13:42:29 +0200
committerAlex Deucher2018-05-15 20:43:19 +0200
commit1afd30efeddbb1b32cf35d3bf6477b35690eeca6 (patch)
treeb3cc4263897e3726e856093ab9e3b1abc330dc2c /include/uapi/drm
parentdrm/amd/pp: Move common code to smu_helper.c (diff)
downloadkernel-qcow2-linux-1afd30efeddbb1b32cf35d3bf6477b35690eeca6.tar.gz
kernel-qcow2-linux-1afd30efeddbb1b32cf35d3bf6477b35690eeca6.tar.xz
kernel-qcow2-linux-1afd30efeddbb1b32cf35d3bf6477b35690eeca6.zip
drm/amdgpu: revert "add new bo flag that indicates BOs don't need fallback (v2)"
This reverts commit 6f51d28bfe8e1a676de5cd877639245bed3cc818. Makes fallback handling to complicated. This is just a feature for the GEM interface and shouldn't leak into the core BO create function. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/uapi/drm')
-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 4f5a27d64c54..c363b67f2d0a 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -95,8 +95,6 @@ extern "C" {
#define AMDGPU_GEM_CREATE_VM_ALWAYS_VALID (1 << 6)
/* Flag that BO sharing will be explicitly synchronized */
#define AMDGPU_GEM_CREATE_EXPLICIT_SYNC (1 << 7)
-/* Flag that BO doesn't need fallback */
-#define AMDGPU_GEM_CREATE_NO_FALLBACK (1 << 8)
struct drm_amdgpu_gem_create_in {
/** the requested memory size */