Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c242 unsigned int full_swath_bytes_packed_c = 0; in handle_det_buf_split() local
252 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()
258 full_swath_bytes_packed_c = dml_round_to_multiple(rq_param->misc.rq_c.full_swath_bytes * 2 / 3, in handle_det_buf_split()
264 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
270 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()
275 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()
313 full_swath_bytes_packed_c); in handle_det_buf_split()
Ddisplay_rq_dlg_calc_20v2.c242 unsigned int full_swath_bytes_packed_c = 0; in handle_det_buf_split() local
252 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()
258 full_swath_bytes_packed_c = dml_round_to_multiple(rq_param->misc.rq_c.full_swath_bytes * 2 / 3, in handle_det_buf_split()
264 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
270 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()
275 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()
313 full_swath_bytes_packed_c); in handle_det_buf_split()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c225 unsigned int full_swath_bytes_packed_c = 0; in handle_det_buf_split() local
235 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()
242 full_swath_bytes_packed_c = dml_round_to_multiple( in handle_det_buf_split()
249 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
255 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()
260 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()
300 full_swath_bytes_packed_c); in handle_det_buf_split()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c281 unsigned int full_swath_bytes_packed_c = 0; in handle_det_buf_split() local
291 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()
298 full_swath_bytes_packed_c = 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()
311 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()
316 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()
360 DTRACE("DLG: %s: full_swath_bytes_packed_c = %0d", __func__, full_swath_bytes_packed_c); in handle_det_buf_split()