Home
last modified time | relevance | path

Searched refs:ci_pl (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dci_dpm.h38 struct ci_pl { struct
49 struct ci_pl performance_levels[CISLANDS_MAX_HARDWARE_POWERLEVELS]; argument
94 struct ci_pl pl;
Dci_dpm.c5476 struct ci_pl *pl = &ps->performance_levels[index]; in ci_parse_pplib_clock_info()
5955 struct ci_pl *pl; in ci_dpm_print_power_state()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.h39 struct ci_pl { struct
50 struct ci_pl performance_levels[CISLANDS_MAX_HARDWARE_POWERLEVELS]; argument
95 struct ci_pl pl;
Dci_dpm.c5585 struct ci_pl *pl = &ps->performance_levels[index]; in ci_parse_pplib_clock_info()
6115 struct ci_pl *pl; in ci_dpm_print_power_state()
6130 static inline bool ci_are_power_levels_equal(const struct ci_pl *ci_cpl1, in ci_are_power_levels_equal()
6131 const struct ci_pl *ci_cpl2) in ci_are_power_levels_equal()