aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3150-drm-amdgpu-remove-agp_base.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3150-drm-amdgpu-remove-agp_base.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3150-drm-amdgpu-remove-agp_base.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3150-drm-amdgpu-remove-agp_base.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3150-drm-amdgpu-remove-agp_base.patch
new file mode 100644
index 00000000..7dc2e648
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3150-drm-amdgpu-remove-agp_base.patch
@@ -0,0 +1,31 @@
+From f25cad3b236072ad626915a5cb165bfd065ddae7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com>
+Date: Fri, 12 Jan 2018 14:49:21 +0100
+Subject: [PATCH 3150/4131] drm/amdgpu: remove agp_base
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+No AGP support for in this driver.
+
+Signed-off-by: Christian König <christian.koenig@amd.com>
+Reviewed-by: Samuel Li <Samuel.Li@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+index 33d2365..db8ed3e 100755
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+@@ -526,7 +526,6 @@ struct amdgpu_vmhub {
+ struct amdgpu_mc {
+ resource_size_t aper_size;
+ resource_size_t aper_base;
+- resource_size_t agp_base;
+ /* for some chips with <= 32MB we need to lie
+ * about vram size near mc fb location */
+ u64 mc_vram_size;
+--
+2.7.4
+