Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_kms.c1575 unsigned int bytes_pp; in vmw_create_bo_proxy() local
1582 bytes_pp = 4; in vmw_create_bo_proxy()
1588 bytes_pp = 2; in vmw_create_bo_proxy()
1593 bytes_pp = 1; in vmw_create_bo_proxy()
1605 metadata.base_size.width = mode_cmd->pitches[0] / bytes_pp; in vmw_create_bo_proxy()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A 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.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn31/
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-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddisplay_mode_vba_314.c931 double bytes_pp; local
1075 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;
1077 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;
1079 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;

Completed in 45 milliseconds