Lines Matching refs:height
139 … info->pmodes[i].r.x, info->pmodes[i].r.y, info->pmodes[i].r.width, info->pmodes[i].r.height, in get_display_info()
155 …_2d_resource(struct virtio_gpu_dev *gdev, uint32_t *resource_id, uint32_t width, uint32_t height) { in allocate_2d_resource() argument
175 req.height = height; in allocate_2d_resource()
238 …virtio_gpu_dev *gdev, uint32_t scanout_id, uint32_t resource_id, uint32_t width, uint32_t height) { in set_scanout() argument
241 …anout_id %u, resource_id %u, width %u, height %u\n", gdev, scanout_id, resource_id, width, height); in set_scanout()
253 req.r.height = height; in set_scanout()
272 …lush_resource(struct virtio_gpu_dev *gdev, uint32_t resource_id, uint32_t width, uint32_t height) { in flush_resource() argument
275 LTRACEF("gdev %p, resource_id %u, width %u, height %u\n", gdev, resource_id, width, height); in flush_resource()
287 req.r.height = height; in flush_resource()
305 …er_to_host_2d(struct virtio_gpu_dev *gdev, uint32_t resource_id, uint32_t width, uint32_t height) { in transfer_to_host_2d() argument
308 LTRACEF("gdev %p, resource_id %u, width %u, height %u\n", gdev, resource_id, width, height); in transfer_to_host_2d()
320 req.r.height = height; in transfer_to_host_2d()
359 … allocate_2d_resource(gdev, &gdev->display_resource_id, gdev->pmode.r.width, gdev->pmode.r.height); in virtio_gpu_start()
366 size_t len = gdev->pmode.r.width * gdev->pmode.r.height * 4; in virtio_gpu_start()
386 …canout(gdev, gdev->pmode_id, gdev->display_resource_id, gdev->pmode.r.width, gdev->pmode.r.height); in virtio_gpu_start()
521 … = transfer_to_host_2d(gdev, gdev->display_resource_id, gdev->pmode.r.width, gdev->pmode.r.height); in virtio_gpu_flush_thread()
528 … err = flush_resource(gdev, gdev->display_resource_id, gdev->pmode.r.width, gdev->pmode.r.height); in virtio_gpu_flush_thread()
552 fb->image.height = the_gdev->pmode.r.height; in display_get_framebuffer()
570 info->height = the_gdev->pmode.r.height; in display_get_info()