mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 20:42:33 -04:00
drm/amd/pp: Move smu_version to common code
Move the smu_version to struct hwmgr, so it can be shared by other asics. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -692,6 +692,7 @@ enum PP_TABLE_VERSION {
|
||||
struct pp_hwmgr {
|
||||
uint32_t chip_family;
|
||||
uint32_t chip_id;
|
||||
uint32_t smu_version;
|
||||
|
||||
uint32_t pp_table_version;
|
||||
void *device;
|
||||
|
||||
Reference in New Issue
Block a user