mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
drm/amd/pm: Correct reserved uint32_t number in beige_goby_PPTable
Correct reserved number according to the latest struct in drm-next Signed-off-by: Chengming Gui <Jack.Gui@amd.com> Reviewed-by: Guchun Chen <guchun.chen@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
20a3e53490
commit
c15e2739b8
|
|
@ -1176,7 +1176,7 @@ typedef struct {
|
|||
uint16_t LedGpio; //GeneriA GPIO flag used to control the radeon LEDs
|
||||
uint16_t GfxPowerStagesGpio; //Genlk_vsync GPIO flag used to control gfx power stages
|
||||
|
||||
uint32_t SkuReserved[55];
|
||||
uint32_t SkuReserved[63];
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user