Searched refs:actual_dprefclk_set_mhz (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv1_clk_mgr_vbios_smu.c149 int actual_dprefclk_set_mhz = -1; local
151 actual_dprefclk_set_mhz = rv1_vbios_smu_send_msg_with_param(
158 return actual_dprefclk_set_mhz * 1000;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn301/
H A Ddcn301_smu.c158 int actual_dprefclk_set_mhz = -1; local
162 actual_dprefclk_set_mhz = dcn301_smu_send_msg_with_param(
169 return actual_dprefclk_set_mhz * 1000;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr_vbios_smu.c164 int actual_dprefclk_set_mhz = -1; local
166 actual_dprefclk_set_mhz = rn_vbios_smu_send_msg_with_param(
173 return actual_dprefclk_set_mhz * 1000;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_smu.c193 int actual_dprefclk_set_mhz = -1; local
198 actual_dprefclk_set_mhz = dcn314_smu_send_msg_with_param(
205 return actual_dprefclk_set_mhz * 1000;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_smu.c175 int actual_dprefclk_set_mhz = -1; local
180 actual_dprefclk_set_mhz = dcn31_smu_send_msg_with_param(
187 return actual_dprefclk_set_mhz * 1000;

Completed in 116 milliseconds