Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20v2.c243 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local
269 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
271 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()
285 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
287 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()
292 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()
H A Damdgpu_display_rq_dlg_calc_20.c243 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local
269 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
271 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()
285 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
287 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()
292 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()
/netbsd-src/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; in handle_det_buf_split() local
310 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
312 if (total_swath_bytes <= detile_buf_size_in_bytes) { /*full 256b request */ in handle_det_buf_split()
336 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
338 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()
343 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()
/netbsd-src/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; in handle_det_buf_split() local
253 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
255 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()
269 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
271 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()
276 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()