aboutsummaryrefslogtreecommitdiffstats
path: root/meta-r1000/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 'meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch')
-rw-r--r--meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch b/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch
deleted file mode 100644
index 2d2e2a6a..00000000
--- a/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4316-drm-amdgpu-add-VEGAM-SDMA-golden-settings.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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
-