Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c280 unsigned int full_swath_bytes_packed_l = 0; in handle_det_buf_split() local
290 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split()
294 full_swath_bytes_packed_l = dml_round_to_multiple( in handle_det_buf_split()
305 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
310 swath_bytes_l = full_swath_bytes_packed_l; in handle_det_buf_split()
315 swath_bytes_l = full_swath_bytes_packed_l / 2; in handle_det_buf_split()
331 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
359 DTRACE("DLG: %s: full_swath_bytes_packed_l = %0d", __func__, full_swath_bytes_packed_l); in handle_det_buf_split()