Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c277 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local
305 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
307 if (total_swath_bytes <= detile_buf_size_in_bytes) { /*full 256b request */ in handle_det_buf_split()
331 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
333 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()
338 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()