Searched refs:bytes_pp (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | qxl-render.c | 49 src += rect->left * qxl->guest_primary.bytes_pp; in qxl_blit() 50 dst += rect->left * qxl->guest_primary.bytes_pp; in qxl_blit() 51 len = (rect->right - rect->left) * qxl->guest_primary.bytes_pp; in qxl_blit() 69 qxl->guest_primary.bytes_pp = 2; in qxl_render_resize() 73 qxl->guest_primary.bytes_pp = 2; in qxl_render_resize() 78 qxl->guest_primary.bytes_pp = 4; in qxl_render_resize() 84 qxl->guest_primary.bytes_pp = 4; in qxl_render_resize() 122 qxl->guest_primary.bytes_pp, in qxl_render_update_area_unlocked()
|
H A D | qxl.h | 67 uint32_t bytes_pp; member
|
H A D | virtio-gpu.c | 714 fb.bytes_pp = DIV_ROUND_UP(PIXMAN_FORMAT_BPP(fb.format), 8); in virtio_gpu_set_scanout() 718 fb.offset = ss.r.x * fb.bytes_pp + ss.r.y * fb.stride; in virtio_gpu_set_scanout() 738 fb->bytes_pp = DIV_ROUND_UP(PIXMAN_FORMAT_BPP(fb->format), 8); in virtio_gpu_scanout_blob_to_fb() 742 fb->offset = ss->offsets[0] + ss->r.x * fb->bytes_pp + ss->r.y * fb->stride; in virtio_gpu_scanout_blob_to_fb() 1192 VMSTATE_UINT32_TEST(fb.bytes_pp, struct virtio_gpu_scanout,
|
H A D | trace-events | 123 qxl_render_guest_primary_resized(int32_t width, int32_t height, int32_t stride, int32_t bytes_pp, i…
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-gpu.h | 67 uint32_t bytes_pp; member
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 1436 unsigned int bytes_pp; in vmw_create_bo_proxy() local 1443 bytes_pp = 4; in vmw_create_bo_proxy() 1449 bytes_pp = 2; in vmw_create_bo_proxy() 1454 bytes_pp = 1; in vmw_create_bo_proxy() 1466 metadata.base_size.width = mode_cmd->pitches[0] / bytes_pp; in vmw_create_bo_proxy()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.c | 3479 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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
H A D | display_mode_vba_314.c | 930 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;
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 909 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;
|