aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0013-drm-amdgpu-powerplay-vega10-fix-typo-in-register-bas.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0013-drm-amdgpu-powerplay-vega10-fix-typo-in-register-bas.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0013-drm-amdgpu-powerplay-vega10-fix-typo-in-register-bas.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0013-drm-amdgpu-powerplay-vega10-fix-typo-in-register-bas.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0013-drm-amdgpu-powerplay-vega10-fix-typo-in-register-bas.patch
deleted file mode 100644
index 7bbe613e..00000000
--- a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0013-drm-amdgpu-powerplay-vega10-fix-typo-in-register-bas.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From b11683a83051007930289c1fcc90ab14fb46c5ef Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Thu, 24 Aug 2017 16:04:50 -0400
-Subject: [PATCH 0013/4131] drm/amdgpu/powerplay/vega10: fix typo in register
- base index
-
-Probably a copy pasta. No functional difference, both have
-the same value.
-
-Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
-Reported-by: Michael von Khurja <mvonkhurja@techpowerup.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c
-index d442434..d8551ae 100644
---- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c
-+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c
-@@ -374,7 +374,7 @@ int vega10_thermal_get_temperature(struct pp_hwmgr *hwmgr)
- uint32_t reg;
-
- reg = soc15_get_register_offset(THM_HWID, 0,
-- mmCG_TACH_STATUS_BASE_IDX, mmCG_MULT_THERMAL_STATUS);
-+ mmCG_MULT_THERMAL_STATUS_BASE_IDX, mmCG_MULT_THERMAL_STATUS);
-
- temp = cgs_read_register(hwmgr->device, reg);
-
---
-2.7.4
-