Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
Ddcn401_clk_mgr.c579 …int actual_clk_khz = dcn401_smu_set_hard_min_by_freq(clk_mgr, clk, khz_to_mhz_floor(requested_clk_… in dcn401_set_hard_min_by_freq_optimized() local
581 if (actual_clk_khz < requested_clk_khz) in dcn401_set_hard_min_by_freq_optimized()
582actual_clk_khz = dcn401_smu_set_hard_min_by_freq(clk_mgr, clk, khz_to_mhz_ceil(requested_clk_khz)); in dcn401_set_hard_min_by_freq_optimized()
584 return actual_clk_khz; in dcn401_set_hard_min_by_freq_optimized()