HomeSort by: relevance | last modified time | path
    Searched defs:total_swath_bytes (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_dml1_display_rq_dlg_calc.c 282 unsigned int total_swath_bytes = 0; local in function:handle_det_buf_split
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;
amdgpu_dml1_display_rq_dlg_calc.c 282 unsigned int total_swath_bytes = 0; local in function:handle_det_buf_split
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;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 243 unsigned int total_swath_bytes = 0; local in function:handle_det_buf_split
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;
amdgpu_display_rq_dlg_calc_20v2.c 243 unsigned int total_swath_bytes = 0; local in function:handle_det_buf_split
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;
amdgpu_display_rq_dlg_calc_20.c 243 unsigned int total_swath_bytes = 0; local in function:handle_det_buf_split
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;
amdgpu_display_rq_dlg_calc_20v2.c 243 unsigned int total_swath_bytes = 0; local in function:handle_det_buf_split
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;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 225 unsigned int total_swath_bytes = 0; local in function:handle_det_buf_split
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;
amdgpu_display_rq_dlg_calc_21.c 225 unsigned int total_swath_bytes = 0; local in function:handle_det_buf_split
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;

Completed in 141 milliseconds