aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0774-drm-amdgpu-change-direct-gma-gart-offset-to-64bit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0774-drm-amdgpu-change-direct-gma-gart-offset-to-64bit.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0774-drm-amdgpu-change-direct-gma-gart-offset-to-64bit.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0774-drm-amdgpu-change-direct-gma-gart-offset-to-64bit.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0774-drm-amdgpu-change-direct-gma-gart-offset-to-64bit.patch
deleted file mode 100644
index a15a4699..00000000
--- a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0774-drm-amdgpu-change-direct-gma-gart-offset-to-64bit.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 4b0d23381b5ee80af7cd7665e4d2292ad5f973c6 Mon Sep 17 00:00:00 2001
-From: Flora Cui <Flora.Cui@amd.com>
-Date: Mon, 19 Sep 2016 17:25:28 +0800
-Subject: [PATCH 0774/4131] drm/amdgpu: change direct gma gart offset to 64bit
-
-Change-Id: I94ee3a0a5dddf33afb3b72de9fccb4a0ec8aaf5a
-Signed-off-by: Flora Cui <Flora.Cui@amd.com>
-Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
-index 5eca07c..53f25c1 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
-@@ -334,7 +334,8 @@ int amdgpu_gem_dgma_ioctl(struct drm_device *dev, void *data,
- struct drm_gem_object *gobj;
- struct amdgpu_bo *abo;
- dma_addr_t *dma_addr;
-- uint32_t handle, flags, offset;
-+ uint32_t handle, flags;
-+ uint64_t offset;
- int i, r = 0;
-
- switch (args->op) {
---
-2.7.4
-