Searched refs:bytes_pp (Results 1 - 6 of 6) sorted by path

/linux-master/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;
/linux-master/drivers/gpu/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;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3477 double bytes_pp;
3631 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;
3633 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;
3638 prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerSurface,
3690 dml_print("DML::%s: bytes_pp = %f\n", __func__, bytes_pp);
3479 double bytes_pp; local
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c1032 s->bytes_pp = 0.0;
1178 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC / 4;
1180 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC;
1183 s->prefetch_bw_pr = s->bytes_pp * p->myPipe->PixelClock / (dml_float_t)p->myPipe->DPPPerSurface;
1238 dml_print("DML::%s: bytes_pp = %f\n", __func__, s->bytes_pp);
H A Ddisplay_mode_core_structs.h1807 dml_float_t bytes_pp; member in struct:CalculatePrefetchSchedule_locals_st
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1433 unsigned int bytes_pp;
1440 bytes_pp = 4;
1446 bytes_pp = 2;
1451 bytes_pp = 1;
1463 metadata.base_size.width = mode_cmd->pitches[0] / bytes_pp;
1442 unsigned int bytes_pp; local

Completed in 378 milliseconds