Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3479 double bytes_pp; in dml32_CalculatePrefetchSchedule() local
3633 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4; in dml32_CalculatePrefetchSchedule()
3635 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC; in dml32_CalculatePrefetchSchedule()
3640 prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerSurface, in dml32_CalculatePrefetchSchedule()
3692 dml_print("DML::%s: bytes_pp = %f\n", __func__, bytes_pp); in dml32_CalculatePrefetchSchedule()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c930 double bytes_pp; local
1074 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;
1076 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;
1078 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;
/openbsd-src/sys/dev/pci/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;