aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/4173-drm-amd-powerplay-header-file-interface-to-SMU-updat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/4173-drm-amd-powerplay-header-file-interface-to-SMU-updat.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/4173-drm-amd-powerplay-header-file-interface-to-SMU-updat.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/4173-drm-amd-powerplay-header-file-interface-to-SMU-updat.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/4173-drm-amd-powerplay-header-file-interface-to-SMU-updat.patch
new file mode 100644
index 00000000..9dbb35ed
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/4173-drm-amd-powerplay-header-file-interface-to-SMU-updat.patch
@@ -0,0 +1,32 @@
+From 7e25e5cc7206056a03b56d2d7f449c72ca93e300 Mon Sep 17 00:00:00 2001
+From: Kenneth Feng <kenneth.feng@amd.com>
+Date: Tue, 17 Apr 2018 21:49:51 +0800
+Subject: [PATCH 4173/5725] drm/amd/powerplay: header file interface to SMU
+ update
+
+Change-Id: I6d309f651dff5f657c1aa424efec2048b9b64a0a
+Signed-off-by: Kenneth Feng <kenneth.feng@amd.com>
+Reviewed-by: Huang Rui <ray.huang@amd.com>
+---
+ drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h b/drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
+index fb696e3..2f8a3b9 100644
+--- a/drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
++++ b/drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
+@@ -412,8 +412,10 @@ typedef struct {
+ QuadraticInt_t ReservedEquation2;
+ QuadraticInt_t ReservedEquation3;
+
++ uint16_t MinVoltageUlvGfx;
++ uint16_t MinVoltageUlvSoc;
+
+- uint32_t Reserved[15];
++ uint32_t Reserved[14];
+
+
+
+--
+2.7.4
+