Home
last modified time | relevance | path

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

/linux-6.6.21/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()
1369 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()
1378 lsw_l = max_num_sw_l * swath_height_l + max_partial_sw_l; in dml1_rq_dlg_get_dlg_params()
[all …]
Ddisplay_mode_vba.h96 dml_get_pipe_attr_decl(swath_height_l);
Ddisplay_mode_vba.c196 dml_get_pipe_attr_func(swath_height_l, mode_lib->vba.SwathHeightY);
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn20/
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()
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()
/linux-6.6.21/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()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c240 unsigned int swath_height_l; in handle_det_buf_split() local
244 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
247 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
251 if (swath_height_l > 0) in handle_det_buf_split()
252 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_rq_dlg_calc_31.c262 unsigned int swath_height_l; in handle_det_buf_split() local
266 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
269 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
273 if (swath_height_l > 0) in handle_det_buf_split()
274 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_rq_dlg_calc_314.c350 unsigned int swath_height_l; in handle_det_buf_split() local
354 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
357 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
361 if (swath_height_l > 0) in handle_det_buf_split()
362 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split()