Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1389 double flip_and_prefetch_bw; member
H A Ddml2_core_dcn4_calcs.c4989 …l->flip_and_prefetch_bw = l->per_plane_flip_bw[k] + NumberOfDPP[k] * (PrefetchBandwidthLuma[k] * l… in get_urgent_bandwidth_required()
4992 …surface_required_bw[k] = math_max5(l->vm_row_bw, l->flip_and_active_bw, l->flip_and_prefetch_bw, l… in get_urgent_bandwidth_required()
5000 …ml2_printf("DML::%s: k=%d, max3: flip_and_prefetch_bw=%f\n", __func__, k, l->flip_and_prefetch_bw); in get_urgent_bandwidth_required()