Home
last modified time | relevance | path

Searched refs:flip_and_prefetch_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.h1356 double flip_and_prefetch_bw; member
Ddml2_core_dcn4_calcs.c4888 …l->flip_and_prefetch_bw = l->per_plane_flip_bw[k] + NumberOfDPP[k] * (PrefetchBandwidthLuma[k] * l… 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()
4898 …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()