aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-graphics/drm/files/0039-amdgpu-expose-the-AMDGPU_GEM_CREATE_NO_EVICT-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-graphics/drm/files/0039-amdgpu-expose-the-AMDGPU_GEM_CREATE_NO_EVICT-flag.patch')
-rw-r--r--meta-amdfalconx86/recipes-graphics/drm/files/0039-amdgpu-expose-the-AMDGPU_GEM_CREATE_NO_EVICT-flag.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-amdfalconx86/recipes-graphics/drm/files/0039-amdgpu-expose-the-AMDGPU_GEM_CREATE_NO_EVICT-flag.patch b/meta-amdfalconx86/recipes-graphics/drm/files/0039-amdgpu-expose-the-AMDGPU_GEM_CREATE_NO_EVICT-flag.patch
deleted file mode 100644
index 371bc6de..00000000
--- a/meta-amdfalconx86/recipes-graphics/drm/files/0039-amdgpu-expose-the-AMDGPU_GEM_CREATE_NO_EVICT-flag.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 3fb478b00e1f3123f4c9b1efbd4a7e804679b64b Mon Sep 17 00:00:00 2001
-From: Jammy Zhou <Jammy.Zhou@amd.com>
-Date: Mon, 9 Nov 2015 12:42:52 +0800
-Subject: [PATCH 039/117] amdgpu: expose the AMDGPU_GEM_CREATE_NO_EVICT flag
-
-With this flag specified, the buffer will be pinned at allocation time.
-
-Change-Id: Ibb75f27dc79ca678e58590b188a749b762429fce
-Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
-Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
----
- include/drm/amdgpu_drm.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
-index f97acd1..1df0d9c 100644
---- a/include/drm/amdgpu_drm.h
-+++ b/include/drm/amdgpu_drm.h
-@@ -75,6 +75,8 @@
- #define AMDGPU_GEM_CREATE_NO_CPU_ACCESS (1 << 1)
- /* Flag that USWC attributes should be used for GTT */
- #define AMDGPU_GEM_CREATE_CPU_GTT_USWC (1 << 2)
-+/* Flag that the memory allocation should be pinned */
-+#define AMDGPU_GEM_CREATE_NO_EVICT (1 << 3)
-
- struct drm_amdgpu_gem_create_in {
- /** the requested memory size */
---
-2.7.4
-