Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1357 double active_and_excess_bw; member
Ddml2_core_dcn4_calcs.c4889 …l->active_and_excess_bw = (ReadBandwidthLuma[k] + excess_vactive_fill_bw_l[k]) * l->tmp_nom_adj_fa… in get_urgent_bandwidth_required()
4890 …= math_max4(l->vm_row_bw, l->flip_and_active_bw, l->flip_and_prefetch_bw, l->active_and_excess_bw); in get_urgent_bandwidth_required()
4899 …ml2_printf("DML::%s: k=%d, max4: active_and_excess_bw=%f\n", __func__, k, l->active_and_excess_bw); in get_urgent_bandwidth_required()