drm/amd/pp: Rename enable_per_cu_power_gating to powergate_gfx
keep consistent with powergate_uvd/vce/mmhub Reviewed-by: Evan Quan <evan.quan@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:
@@ -302,7 +302,7 @@ struct pp_hwmgr_func {
|
||||
int (*power_off_asic)(struct pp_hwmgr *hwmgr);
|
||||
int (*force_clock_level)(struct pp_hwmgr *hwmgr, enum pp_clock_type type, uint32_t mask);
|
||||
int (*print_clock_levels)(struct pp_hwmgr *hwmgr, enum pp_clock_type type, char *buf);
|
||||
int (*enable_per_cu_power_gating)(struct pp_hwmgr *hwmgr, bool enable);
|
||||
int (*powergate_gfx)(struct pp_hwmgr *hwmgr, bool enable);
|
||||
int (*get_sclk_od)(struct pp_hwmgr *hwmgr);
|
||||
int (*set_sclk_od)(struct pp_hwmgr *hwmgr, uint32_t value);
|
||||
int (*get_mclk_od)(struct pp_hwmgr *hwmgr);
|
||||
|
Reference in New Issue
Block a user