aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/4313-drm-amdgpu-add-VEGAM-GMC-golden-settings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/4313-drm-amdgpu-add-VEGAM-GMC-golden-settings.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/4313-drm-amdgpu-add-VEGAM-GMC-golden-settings.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/4313-drm-amdgpu-add-VEGAM-GMC-golden-settings.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/4313-drm-amdgpu-add-VEGAM-GMC-golden-settings.patch
new file mode 100644
index 00000000..1ec2c155
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/4313-drm-amdgpu-add-VEGAM-GMC-golden-settings.patch
@@ -0,0 +1,27 @@
+From ef2da80861f7e4b349770838ed222342f24704f0 Mon Sep 17 00:00:00 2001
+From: Leo Liu <leo.liu@amd.com>
+Date: Wed, 11 Apr 2018 15:18:20 -0500
+Subject: [PATCH 4313/5725] drm/amdgpu: add VEGAM GMC golden settings
+
+Signed-off-by: Leo Liu <leo.liu@amd.com>
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
+index 26f42fa..dbda097 100644
+--- a/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
++++ b/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
+@@ -138,6 +138,7 @@ static void gmc_v8_0_init_golden_registers(struct amdgpu_device *adev)
+ break;
+ case CHIP_POLARIS11:
+ case CHIP_POLARIS12:
++ case CHIP_VEGAM:
+ amdgpu_device_program_register_sequence(adev,
+ golden_settings_polaris11_a11,
+ ARRAY_SIZE(golden_settings_polaris11_a11));
+--
+2.7.4
+