aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-graphics/drm/files/0110-drm-amdgpu-move-freesync-ioctl-to-hybrid-specific-ra.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-graphics/drm/files/0110-drm-amdgpu-move-freesync-ioctl-to-hybrid-specific-ra.patch')
-rw-r--r--meta-amdfalconx86/recipes-graphics/drm/files/0110-drm-amdgpu-move-freesync-ioctl-to-hybrid-specific-ra.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-amdfalconx86/recipes-graphics/drm/files/0110-drm-amdgpu-move-freesync-ioctl-to-hybrid-specific-ra.patch b/meta-amdfalconx86/recipes-graphics/drm/files/0110-drm-amdgpu-move-freesync-ioctl-to-hybrid-specific-ra.patch
deleted file mode 100644
index 56430290..00000000
--- a/meta-amdfalconx86/recipes-graphics/drm/files/0110-drm-amdgpu-move-freesync-ioctl-to-hybrid-specific-ra.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From fdcfc33fadaf63e01061fc41e113c0ed777cc137 Mon Sep 17 00:00:00 2001
-From: Hawking Zhang <Hawking.Zhang@amd.com>
-Date: Fri, 12 Aug 2016 14:49:53 +0800
-Subject: [PATCH 110/117] drm/amdgpu: move freesync ioctl to hybrid specific
- range
-
-Change-Id: If324e05ac71107d00c24567a0d2f3380b2084a4f
-Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
-Reviewed-by: Flora Cui <Flora.Cui@amd.com>
----
- include/drm/amdgpu_drm.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
-index 6ccad71..cda8f36 100644
---- a/include/drm/amdgpu_drm.h
-+++ b/include/drm/amdgpu_drm.h
-@@ -46,8 +46,8 @@
- #define DRM_AMDGPU_WAIT_CS 0x09
- #define DRM_AMDGPU_GEM_OP 0x10
- #define DRM_AMDGPU_GEM_USERPTR 0x11
--#define DRM_AMDGPU_FREESYNC 0x14
- /* hybrid specific ioctls */
-+#define DRM_AMDGPU_FREESYNC 0x5d
- #define DRM_AMDGPU_WAIT_FENCES 0x5e
- #define DRM_AMDGPU_GEM_FIND_BO 0x5f
-
-@@ -63,8 +63,8 @@
- #define DRM_IOCTL_AMDGPU_WAIT_CS DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_WAIT_CS, union drm_amdgpu_wait_cs)
- #define DRM_IOCTL_AMDGPU_GEM_OP DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_OP, struct drm_amdgpu_gem_op)
- #define DRM_IOCTL_AMDGPU_GEM_USERPTR DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_USERPTR, struct drm_amdgpu_gem_userptr)
--#define DRM_IOCTL_AMDGPU_FREESYNC DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_FREESYNC, struct drm_amdgpu_freesync)
- /* hybrid specific ioctls */
-+#define DRM_IOCTL_AMDGPU_FREESYNC DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_FREESYNC, struct drm_amdgpu_freesync)
- #define DRM_IOCTL_AMDGPU_WAIT_FENCES DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_WAIT_FENCES, union drm_amdgpu_wait_fences)
- #define DRM_IOCTL_AMDGPU_GEM_FIND_BO DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_FIND_BO, struct drm_amdgpu_gem_find_bo)
-
---
-2.7.4
-