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_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1421 double bytes_pp; member
H A Ddml2_core_dcn4_calcs.c5158 s->bytes_pp = 0.0; in CalculatePrefetchSchedule()
5348 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC / 4.0; in CalculatePrefetchSchedule()
5350 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC; in CalculatePrefetchSchedule()
5488 DML_LOG_VERBOSE("DML::%s: bytes_pp = %f\n", __func__, s->bytes_pp); in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1866 dml_float_t bytes_pp; member
H A Ddisplay_mode_core.c1034 s->bytes_pp = 0.0; in CalculatePrefetchSchedule()
1180 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC / 4; in CalculatePrefetchSchedule()
1182 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC; in CalculatePrefetchSchedule()
1185 s->prefetch_bw_pr = s->bytes_pp * p->myPipe->PixelClock / (dml_float_t)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()
1241 dml_print("DML::%s: bytes_pp = %f\n", __func__, s->bytes_pp); in CalculatePrefetchSchedule()