Home
last modified time | relevance | path

Searched refs:full_swath_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c290 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split()
291 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()
295 rq_param->misc.rq_l.full_swath_bytes * 2 / 3, in handle_det_buf_split()
299 rq_param->misc.rq_c.full_swath_bytes * 2 / 3, in handle_det_buf_split()
705 rq_misc_param->full_swath_bytes = rq_dlg_param->swath_width_ub * blk256_height in get_surf_rq_param()
708 rq_misc_param->full_swath_bytes = rq_dlg_param->swath_width_ub * blk256_width in get_surf_rq_param()
H A Ddisplay_mode_structs.h564 unsigned int full_swath_bytes; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2300 DML_LOG_VERBOSE("DML::%s: full_swath_bytes = %u\n", __func__, p->full_swath_bytes); in calculate_mcache_row_bytes()
2389 …rhead_factor = 1 + math_max2(1.0 / 256.0, *p->mcache_row_bytes / p->full_swath_bytes); // dcc_dr_o… in calculate_mcache_row_bytes()
2465 l->l_p.full_swath_bytes = p->full_swath_bytes_l; in calculate_mcache_setting()
2501 l->c_p.full_swath_bytes = p->full_swath_bytes_c; in calculate_mcache_setting()