aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0231-drm-amdgpu-rename-GEM_OP_SET_INITIAL_DOMAIN-GEM_OP_S.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0231-drm-amdgpu-rename-GEM_OP_SET_INITIAL_DOMAIN-GEM_OP_S.patch')
-rw-r--r--common/recipes-kernel/linux/files/0231-drm-amdgpu-rename-GEM_OP_SET_INITIAL_DOMAIN-GEM_OP_S.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/common/recipes-kernel/linux/files/0231-drm-amdgpu-rename-GEM_OP_SET_INITIAL_DOMAIN-GEM_OP_S.patch b/common/recipes-kernel/linux/files/0231-drm-amdgpu-rename-GEM_OP_SET_INITIAL_DOMAIN-GEM_OP_S.patch
deleted file mode 100644
index 28a10790..00000000
--- a/common/recipes-kernel/linux/files/0231-drm-amdgpu-rename-GEM_OP_SET_INITIAL_DOMAIN-GEM_OP_S.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From d8f65a2376268dfb2963152754d41208dc43d906 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= <marek.olsak@amd.com>
-Date: Wed, 27 May 2015 14:30:38 +0200
-Subject: [PATCH 0231/1050] drm/amdgpu: rename GEM_OP_SET_INITIAL_DOMAIN ->
- GEM_OP_SET_PLACEMENT
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Marek Olšák <marek.olsak@amd.com>
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
-index c90b74d..ad5b9c6 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
-@@ -638,7 +638,7 @@ int amdgpu_gem_op_ioctl(struct drm_device *dev, void *data,
- r = -EFAULT;
- break;
- }
-- case AMDGPU_GEM_OP_SET_INITIAL_DOMAIN:
-+ case AMDGPU_GEM_OP_SET_PLACEMENT:
- if (amdgpu_ttm_tt_has_userptr(robj->tbo.ttm)) {
- r = -EPERM;
- break;
---
-1.9.1
-