Home
last modified time | relevance | path

Searched refs:bytes_pp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1217 double bytes_pp; member
H A Ddml2_core_shared.c7559 s->bytes_pp = 0.0; in CalculatePrefetchSchedule()
7738 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC / 4.0; in CalculatePrefetchSchedule()
7740 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC; in CalculatePrefetchSchedule()
7743 s->prefetch_bw_pr = s->bytes_pp * p->myPipe->PixelClock / (double)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()
7824 dml2_printf("DML::%s: bytes_pp = %f\n", __func__, s->bytes_pp); in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1809 dml_float_t bytes_pp; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c909 double bytes_pp; local
1053 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;
1055 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;
1057 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;