Home
last modified time | relevance | path

Searched refs:flip_and_active_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.h1355 double flip_and_active_bw; member
Ddml2_core_dcn4_calcs.c4887 …l->flip_and_active_bw = l->per_plane_flip_bw[k] + ReadBandwidthLuma[k] * l->adj_factor_p0 + ReadBa… in get_urgent_bandwidth_required()
4890 …surface_required_bw[k] = math_max4(l->vm_row_bw, l->flip_and_active_bw, l->flip_and_prefetch_bw, l… in get_urgent_bandwidth_required()
4897 dml2_printf("DML::%s: k=%d, max2: flip_and_active_bw=%f\n", __func__, k, l->flip_and_active_bw); in get_urgent_bandwidth_required()