aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch
new file mode 100644
index 00000000..2d2e2a6a
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch
@@ -0,0 +1,27 @@
+From dedeaa91b9d49d4f92736f2976662d48a5310d83 Mon Sep 17 00:00:00 2001
+From: Leo Liu <leo.liu@amd.com>
+Date: Wed, 11 Apr 2018 15:22:20 -0500
+Subject: [PATCH 4316/5725] drm/amdgpu: add VEGAM SDMA 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/sdma_v3_0.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
+index 331ce0a..d082751 100644
+--- a/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
++++ b/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
+@@ -211,6 +211,7 @@ static void sdma_v3_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
+