Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c3481 double bytes_pp; in dml32_CalculatePrefetchSchedule() local
3635 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4; in dml32_CalculatePrefetchSchedule()
3637 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC; in dml32_CalculatePrefetchSchedule()
3642 prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerSurface, in dml32_CalculatePrefetchSchedule()
3694 dml_print("DML::%s: bytes_pp = %f\n", __func__, bytes_pp); in dml32_CalculatePrefetchSchedule()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1243 double bytes_pp; member
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()
Ddml2_core_dcn4_calcs.c5168 s->bytes_pp = 0.0; in CalculatePrefetchSchedule()
5357 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC / 4.0; in CalculatePrefetchSchedule()
5359 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC; in CalculatePrefetchSchedule()
5488 dml2_printf("DML::%s: bytes_pp = %f\n", __func__, s->bytes_pp); in CalculatePrefetchSchedule()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1866 dml_float_t bytes_pp; member
Ddisplay_mode_core.c1033 s->bytes_pp = 0.0; in CalculatePrefetchSchedule()
1179 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC / 4; in CalculatePrefetchSchedule()
1181 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC; in CalculatePrefetchSchedule()
1184 s->prefetch_bw_pr = s->bytes_pp * p->myPipe->PixelClock / (dml_float_t)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()
1240 dml_print("DML::%s: bytes_pp = %f\n", __func__, s->bytes_pp); in CalculatePrefetchSchedule()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/dcn31/
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;
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c927 double bytes_pp; local
1071 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;
1073 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;
1075 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;