Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calc_auto.c535 …v->rounded_up_max_swath_size_bytes_c = (dcn_bw_ceil2(v->swath_width_yper_state[i][j][k] / 2.0 - 1.… in mode_support_and_system_configuration()
537 …v->rounded_up_max_swath_size_bytes_c =dcn_bw_ceil2(v->rounded_up_max_swath_size_bytes_c, 256.0) + … in mode_support_and_system_configuration()
539 …if (v->rounded_up_max_swath_size_bytes_y + v->rounded_up_max_swath_size_bytes_c <= v->det_buffer_s… in mode_support_and_system_configuration()
1155 …v->rounded_up_max_swath_size_bytes_c = (dcn_bw_ceil2(v->swath_width / 2.0 - 1.0, v->swath_width_gr… in display_pipe_configuration()
1157 …v->rounded_up_max_swath_size_bytes_c =dcn_bw_ceil2(v->rounded_up_max_swath_size_bytes_c, 256.0) + … in display_pipe_configuration()
1159 …if (v->rounded_up_max_swath_size_bytes_y + v->rounded_up_max_swath_size_bytes_c <= v->det_buffer_s… in display_pipe_configuration()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Ddcn_calcs.h316 float rounded_up_max_swath_size_bytes_c; member