Home
last modified time | relevance | path

Searched refs:active_and_excess_bw (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1637 double active_and_excess_bw; member
H A Ddml2_core_dcn5_calcs_dchub.c3506 …l->active_and_excess_bw = (ReadBandwidthLuma[k] + excess_vactive_fill_bw_l[k]) * dcc_dram_bw_nom_o… in dcn5_calculate_urgent_bandwidth_required()
3510 …= math_max4(l->vm_row_bw, l->flip_and_active_bw, l->flip_and_prefetch_bw, l->active_and_excess_bw); in dcn5_calculate_urgent_bandwidth_required()
3518 …OG_VERBOSE("DML::%s: k=%d, max4: active_and_excess_bw=%f\n", __func__, k, l->active_and_excess_bw); in dcn5_calculate_urgent_bandwidth_required()