Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1872 dml_float_t PrefetchBandwidth2; member
H A Ddisplay_mode_core.c1305 …s->PrefetchBandwidth2 = (p->PDEAndMetaPTEBytesFrame * p->HostVMInefficiencyFactor + s->prefetch_sw… in CalculatePrefetchSchedule()
1308 s->PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule()
1335 dml_print("DML::%s: PrefetchBandwidth2: %f\n", __func__, s->PrefetchBandwidth2); in CalculatePrefetchSchedule()
1354 if (s->PrefetchBandwidth2 > 0) { in CalculatePrefetchSchedule()
1355 … / s->PrefetchBandwidth2 >= s->Tvm_trips_rounded && (p->MetaRowByte + p->PixelPTEBytesPerRow * p->… in CalculatePrefetchSchedule()
1377 s->prefetch_bw_equ = s->PrefetchBandwidth2; in CalculatePrefetchSchedule()