Skip to content

Commit

Permalink
drm/amd/powerplay: header file interface to SMU update
Browse files Browse the repository at this point in the history
update vega12 smu interface.

Signed-off-by: Kenneth Feng <kenneth.feng@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Kenneth Feng authored and Alex Deucher committed Apr 19, 2018
1 parent 84f8508 commit cc9e992
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];



Expand Down

0 comments on commit cc9e992

Please sign in to comment.