Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c348 unsigned int swath_height_l; in handle_det_buf_split() local
352 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
355 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
359 if (swath_height_l > 0) in handle_det_buf_split()
360 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split()
1050 unsigned int swath_height_l; in dml1_rq_dlg_get_dlg_params() local
1230 swath_height_l = rq_dlg_param.rq_l.swath_height; in dml1_rq_dlg_get_dlg_params()
1330 DTRACE("DLG: %s: swath_height_l = %d", __func__, swath_height_l); in dml1_rq_dlg_get_dlg_params()
1373 get_swath_need(mode_lib, &max_num_sw_l, &max_partial_sw_l, swath_height_l, max_vinit_l); in dml1_rq_dlg_get_dlg_params()
1382 lsw_l = max_num_sw_l * swath_height_l + max_partial_sw_l; in dml1_rq_dlg_get_dlg_params()
[all …]
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20v2.c297 unsigned int swath_height_l; in handle_det_buf_split() local
301 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
304 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
308 if (swath_height_l > 0) in handle_det_buf_split()
309 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split()
Ddisplay_rq_dlg_calc_20.c297 unsigned int swath_height_l; in handle_det_buf_split() local
301 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
304 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
308 if (swath_height_l > 0) in handle_det_buf_split()
309 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split()
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c281 unsigned int swath_height_l; in handle_det_buf_split() local
285 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
288 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
292 if (swath_height_l > 0) in handle_det_buf_split()
293 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_rq_dlg_calc_31.c349 unsigned int swath_height_l; in handle_det_buf_split() local
353 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
356 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
360 if (swath_height_l > 0) in handle_det_buf_split()
361 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c241 unsigned int swath_height_l; in handle_det_buf_split() local
245 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
248 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
252 if (swath_height_l > 0) in handle_det_buf_split()
253 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split()