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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn31/
H A Ddcn31_fpu.c120 static struct _vcs_dpi_soc_bounding_box_st dcn3_1_soc = { variable in typeref:struct:_vcs_dpi_soc_bounding_box_st
592 memcpy(s, dcn3_1_soc.clock_limits, sizeof(dcn3_1_soc.clock_limits));
597 dcn3_1_soc.num_chans = bw_params->num_channels;
611 for (closest_clk_lvl = 0, j = dcn3_1_soc.num_states - 1; j >= 0; j--) {
612 if ((unsigned int) dcn3_1_soc.clock_limits[j].dcfclk_mhz <= clk_table->entries[i].dcfclk_mhz) {
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
[all...]

Completed in 59 milliseconds