]> Git Repo - linux.git/commitdiff
drm/amd/powerplay: update smu11 driver if header for navi10 (v2)
authorHuang Rui <[email protected]>
Wed, 13 Feb 2019 02:44:50 +0000 (10:44 +0800)
committerAlex Deucher <[email protected]>
Fri, 21 Jun 2019 23:59:24 +0000 (18:59 -0500)
This patch updates smu11 driver if header for navi10 to match 42.09.00 smu
firmware.

v2: clean up comments

Signed-off-by: Huang Rui <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/powerplay/inc/smu_11_0_driver_if.h

index b98cb005a46cbed94dac36c89b66d509852412fd..a53547fa8980f34c02cfa5f1a1c9bf0055f50948 100644 (file)
@@ -4,7 +4,7 @@
 // *** IMPORTANT ***
 // SMU TEAM: Always increment the interface version if 
 // any structure is changed in this file
-#define SMU11_DRIVER_IF_VERSION 0x2D
+#define SMU11_DRIVER_IF_VERSION 0x2E
 
 #define PPTABLE_NV10_SMU_VERSION 8
 
@@ -297,6 +297,15 @@ typedef struct {
   
 } SwI2cRequest_t; // SW I2C Request Table
 
+//D3HOT sequences
+typedef enum {
+  BACO_SEQUENCE,
+  MSR_SEQUENCE,
+  BAMACO_SEQUENCE,
+  ULPS_SEQUENCE,
+  D3HOT_SEQUENCE_COUNT,
+}D3HOTSequence_e;
+
 //THis is aligned with RSMU PGFSM Register Mapping
 typedef enum {
   PG_DYNAMIC_MODE = 0,
This page took 0.055876 seconds and 4 git commands to generate.