Searched refs:closest_clk_lvl (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddcn314_fpu.c187 unsigned int i, closest_clk_lvl; local
217 for (closest_clk_lvl = 0, j = dcn3_14_soc.num_states - 1; j >= 0; j--) {
219 closest_clk_lvl = j;
225 closest_clk_lvl = dcn3_14_soc.num_states - 1;
233 clock_limits[i].dcfclk_mhz < dcn3_14_soc.clock_limits[closest_clk_lvl].dcfclk_mhz) {
235 clock_limits[i].dcfclk_mhz = dcn3_14_soc.clock_limits[closest_clk_lvl].dcfclk_mhz;
245 dcn3_14_soc.clock_limits[closest_clk_lvl].dispclk_mhz;
248 dcn3_14_soc.clock_limits[closest_clk_lvl].dppclk_mhz;
250 clock_limits[i].dram_bw_per_chan_gbps = dcn3_14_soc.clock_limits[closest_clk_lvl].dram_bw_per_chan_gbps;
251 clock_limits[i].dscclk_mhz = dcn3_14_soc.clock_limits[closest_clk_lvl]
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn31/
H A Ddcn31_fpu.c586 unsigned int i, closest_clk_lvl; local
611 for (closest_clk_lvl = 0, j = dcn3_1_soc.num_states - 1; j >= 0; j--) {
613 closest_clk_lvl = j;
629 dcn3_1_soc.clock_limits[closest_clk_lvl].dispclk_mhz;
632 dcn3_1_soc.clock_limits[closest_clk_lvl].dppclk_mhz;
635 dcn3_1_soc.clock_limits[closest_clk_lvl].dram_bw_per_chan_gbps;
636 s[i].dscclk_mhz = dcn3_1_soc.clock_limits[closest_clk_lvl].dscclk_mhz;
637 s[i].dtbclk_mhz = dcn3_1_soc.clock_limits[closest_clk_lvl].dtbclk_mhz;
639 dcn3_1_soc.clock_limits[closest_clk_lvl].phyclk_d18_mhz;
640 s[i].phyclk_mhz = dcn3_1_soc.clock_limits[closest_clk_lvl]
725 unsigned int i, closest_clk_lvl; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn301/
H A Ddcn301_fpu.c328 unsigned int i, closest_clk_lvl; local
343 for (closest_clk_lvl = 0, j = dcn3_01_soc.num_states - 1; j >= 0; j--) {
345 closest_clk_lvl = j;
356 s[i].dispclk_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl].dispclk_mhz;
357 s[i].dppclk_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl].dppclk_mhz;
359 dcn3_01_soc.clock_limits[closest_clk_lvl].dram_bw_per_chan_gbps;
360 s[i].dscclk_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl].dscclk_mhz;
361 s[i].dtbclk_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl].dtbclk_mhz;
363 dcn3_01_soc.clock_limits[closest_clk_lvl].phyclk_d18_mhz;
364 s[i].phyclk_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl]
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c2404 unsigned int i, closest_clk_lvl = 0, k = 0; local
2419 for (closest_clk_lvl = 0, j = dcn2_1_soc.num_states - 1; j >= 0; j--) {
2421 closest_clk_lvl = j;
2436 s[k].dispclk_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].dispclk_mhz;
2437 s[k].dppclk_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].dppclk_mhz;
2439 dcn2_1_soc.clock_limits[closest_clk_lvl].dram_bw_per_chan_gbps;
2440 s[k].dscclk_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].dscclk_mhz;
2441 s[k].dtbclk_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].dtbclk_mhz;
2442 s[k].phyclk_d18_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].phyclk_d18_mhz;
2443 s[k].phyclk_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl]
[all...]

Completed in 159 milliseconds