Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A 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()
1049 unsigned int swath_height_l; in dml1_rq_dlg_get_dlg_params() local
1229 swath_height_l = rq_dlg_param->rq_l.swath_height; in dml1_rq_dlg_get_dlg_params()
1329 DTRACE("DLG: %s: swath_height_l = %d", __func__, swath_height_l); in dml1_rq_dlg_get_dlg_params()
1368 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()
1377 lsw_l = max_num_sw_l * swath_height_l + max_partial_sw_l; in dml1_rq_dlg_get_dlg_params()
[all …]
H A Ddisplay_mode_vba.h96 dml_get_pipe_attr_decl(swath_height_l);
H A Ddisplay_mode_vba.c196 dml_get_pipe_attr_func(swath_height_l, mode_lib->vba.SwathHeightY);
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A 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/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A 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()
H A 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/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.h173 dml_get_per_surface_var_decl(swath_height_l, dml_uint_t);
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1985 unsigned int *swath_height_l; member