Symbol: amd_pp_simple_clock_info
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
304
struct amd_pp_simple_clock_info validation_clks = { 0 };
sys/dev/drm/amd/include/kgd_pp_interface.h
196
struct amd_pp_simple_clock_info;
sys/dev/drm/amd/include/kgd_pp_interface.h
259
struct amd_pp_simple_clock_info *output);
sys/dev/drm/amd/include/kgd_pp_interface.h
276
struct amd_pp_simple_clock_info *clocks);
sys/dev/drm/amd/powerplay/amd_powerplay.c
1037
struct amd_pp_simple_clock_info *output)
sys/dev/drm/amd/powerplay/amd_powerplay.c
1054
struct amd_pp_simple_clock_info simple_clocks = { 0 };
sys/dev/drm/amd/powerplay/amd_powerplay.c
1188
struct amd_pp_simple_clock_info *clocks)
sys/dev/drm/amd/powerplay/hwmgr/hardwaremanager.c
318
struct amd_pp_simple_clock_info *info)
sys/dev/drm/amd/powerplay/hwmgr/hardwaremanager.c
464
int phm_get_max_high_clocks(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks)
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
1079
static int smu10_get_max_high_clocks(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks)
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
814
struct amd_pp_simple_clock_info *info)
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4736
struct amd_pp_simple_clock_info *clocks)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1478
struct amd_pp_simple_clock_info *info)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1636
static int smu8_get_max_high_clocks(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4102
struct amd_pp_simple_clock_info *info)
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1599
struct amd_pp_simple_clock_info *info)
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
2379
struct amd_pp_simple_clock_info *info)
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
435
struct amd_pp_simple_clock_info *info);
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
464
extern int phm_get_max_high_clocks(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
285
struct amd_pp_simple_clock_info *info);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
300
int (*get_max_high_clocks)(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks);