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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c243 unsigned int total_swath_bytes = 0; local
269 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c;
271 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request
285 total_swath_bytes = 2 * full_swath_bytes_packed_l;
287 if (total_swath_bytes <= detile_buf_size_in_bytes)
292 swath_bytes_l = total_swath_bytes;
H A Damdgpu_display_rq_dlg_calc_20v2.c243 unsigned int total_swath_bytes = 0; local
269 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c;
271 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request
285 total_swath_bytes = 2 * full_swath_bytes_packed_l;
287 if (total_swath_bytes <= detile_buf_size_in_bytes)
292 swath_bytes_l = total_swath_bytes;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c225 unsigned int total_swath_bytes = 0; local
253 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c;
255 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request
269 total_swath_bytes = 2 * full_swath_bytes_packed_l;
271 if (total_swath_bytes <= detile_buf_size_in_bytes)
276 swath_bytes_l = total_swath_bytes;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c282 unsigned int total_swath_bytes = 0; local
310 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c;
312 if (total_swath_bytes <= detile_buf_size_in_bytes) { /*full 256b request */
336 total_swath_bytes = 2 * full_swath_bytes_packed_l;
338 if (total_swath_bytes <= detile_buf_size_in_bytes)
343 swath_bytes_l = total_swath_bytes;

Completed in 223 milliseconds