Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c1428 unsigned int bytes_pp; in vmw_create_bo_proxy() local
1435 bytes_pp = 4; in vmw_create_bo_proxy()
1441 bytes_pp = 2; in vmw_create_bo_proxy()
1446 bytes_pp = 1; in vmw_create_bo_proxy()
1458 metadata.base_size.width = mode_cmd->pitches[0] / bytes_pp; in vmw_create_bo_proxy()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c3472 double bytes_pp; in dml32_CalculatePrefetchSchedule() local
3626 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4; in dml32_CalculatePrefetchSchedule()
3628 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC; in dml32_CalculatePrefetchSchedule()
3633 prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerSurface, in dml32_CalculatePrefetchSchedule()
3685 dml_print("DML::%s: bytes_pp = %f\n", __func__, bytes_pp); in dml32_CalculatePrefetchSchedule()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c907 double bytes_pp; local
1051 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;
1053 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;
1055 prefetch_bw_pr = dml_min(1, bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane);
1058 …prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerPlane, prefetch_sw_bytes /…
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c929 double bytes_pp; local
1073 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;
1075 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;
1077 prefetch_bw_pr = dml_min(1, bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane);
1080 …prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerPlane, prefetch_sw_bytes /…