Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c247 unsigned int log2_swath_height_l = 0; in handle_det_buf_split() local
294 log2_swath_height_l = 0; in handle_det_buf_split()
297 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_height) - req128_l; in handle_det_buf_split()
300 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_width) - req128_l; in handle_det_buf_split()
303 rq_param->dlg.rq_l.swath_height = 1 << log2_swath_height_l; in handle_det_buf_split()
Ddisplay_rq_dlg_calc_20v2.c247 unsigned int log2_swath_height_l = 0; in handle_det_buf_split() local
294 log2_swath_height_l = 0; in handle_det_buf_split()
297 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_height) - req128_l; in handle_det_buf_split()
300 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_width) - req128_l; in handle_det_buf_split()
303 rq_param->dlg.rq_l.swath_height = 1 << log2_swath_height_l; in handle_det_buf_split()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c229 unsigned int log2_swath_height_l = 0; in handle_det_buf_split() local
278 log2_swath_height_l = 0; in handle_det_buf_split()
281 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_height) - req128_l; in handle_det_buf_split()
284 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_width) - req128_l; in handle_det_buf_split()
287 rq_param->dlg.rq_l.swath_height = 1 << log2_swath_height_l; in handle_det_buf_split()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c286 unsigned int log2_swath_height_l = 0; in handle_det_buf_split() local
345 log2_swath_height_l = 0; in handle_det_buf_split()
348 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_height) - req128_l; in handle_det_buf_split()
351 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_width) - req128_l; in handle_det_buf_split()
354 rq_param->dlg.rq_l.swath_height = 1 << log2_swath_height_l; in handle_det_buf_split()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c172 unsigned int log2_swath_height_l = 0; in handle_det_buf_split() local
238 log2_swath_height_l = 0; in handle_det_buf_split()
241 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_height) - req128_l; in handle_det_buf_split()
244 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_width) - req128_l; in handle_det_buf_split()
247 rq_param->dlg.rq_l.swath_height = 1 << log2_swath_height_l; in handle_det_buf_split()