Searched refs:max_dchub_topscl_throughput (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
H A D | dcn_calcs.h | 157 float max_dchub_topscl_throughput; member 606 int max_dchub_topscl_throughput; /*pixels/dppclk*/ member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/ |
H A D | amdgpu_dcn_calcs.c | 150 .max_dchub_topscl_throughput = 4, /*pixels/dppclk*/ 810 v->max_dchub_topscl_throughput = dc->dcn_ip->max_dchub_topscl_throughput; in dcn_validate_bandwidth() 1690 dc->dcn_ip->max_dchub_topscl_throughput, in dcn_bw_sync_calcs_and_dml() 1740 dc->dml.ip.max_dchub_pscl_bw_pix_per_clk = dc->dcn_ip->max_dchub_topscl_throughput; in dcn_bw_sync_calcs_and_dml()
|
H A D | amdgpu_dcn_calc_auto.c | 329 …v->pscl_factor[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput * v->h_… in mode_support_and_system_configuration() 332 v->pscl_factor[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput); in mode_support_and_system_configuration() 340 …v->pscl_factor_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput … in mode_support_and_system_configuration() 343 …v->pscl_factor_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput); in mode_support_and_system_configuration() 1190 …v->pscl_throughput[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput * v… in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() 1193 v->pscl_throughput[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput); in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() 1202 …v->pscl_throughput_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_through… in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() 1205 …v->pscl_throughput_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_through… in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
|