mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 22:43:04 -04:00
drm/amdgpu/swsmu: add SMU mailbox registers in SMU context
So we can eventaully use them in the common smu code for accessing the SMU mailboxes without needing a lot of per asic logic in the common code. Reviewed-by: Yang Wang <kevinyang.wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -563,6 +563,10 @@ struct smu_context
|
||||
struct stb_context stb_context;
|
||||
|
||||
struct firmware pptable_firmware;
|
||||
|
||||
u32 param_reg;
|
||||
u32 msg_reg;
|
||||
u32 resp_reg;
|
||||
};
|
||||
|
||||
struct i2c_adapter;
|
||||
|
||||
Reference in New Issue
Block a user