Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomfwctrl.h218 uint32_t clock_type, uint32_t clock_value,
H A Dppatomfwctrl.c247 uint32_t clock_type, uint32_t clock_value, in pp_atomfwctrl_get_gpu_pll_dividers_vega10() argument
255 pll_parameters.gpuclock_10khz = (uint32_t)clock_value; in pp_atomfwctrl_get_gpu_pll_dividers_vega10()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c246 static bool round_up_to_next_dpm(unsigned long *clock_value, const struct dml2_clk_table *clock_tab… in round_up_to_next_dpm() argument
248 return round_up_and_copy_to_next_dpm(*clock_value, clock_value, clock_table); in round_up_to_next_dpm()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c771 static inline bool is_valid_clock_value(uint32_t clock_value) in is_valid_clock_value() argument
773 return clock_value > 1 && clock_value < 100000; in is_valid_clock_value()