Home
last modified time | relevance | path

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

/samples/vfio-mdev/
Dmdpy-fb.c36 .height = -1,
103 u32 format, width, height; in mdpy_fb_probe() local
116 pci_read_config_dword(pdev, MDPY_HEIGHT_OFFSET, &height); in mdpy_fb_probe()
128 if (height < 100 || height > 10000) { in mdpy_fb_probe()
129 pci_err(pdev, "height (%d) out of range\n", height); in mdpy_fb_probe()
134 width, height); in mdpy_fb_probe()
151 info->var.yres = height; in mdpy_fb_probe()
153 info->var.yres_virtual = height; in mdpy_fb_probe()
Dmdpy.c60 u32 height; member
67 .height = 480,
73 .height = 768,
79 .height = 1080,
147 mdev_state->type->height); in mdpy_create_config_space()
222 for (i = 0; i < mdev_state->type->height; i++) in mdpy_reset()
224 i * 255 / mdev_state->type->height, in mdpy_reset()
251 fbsize = roundup_pow_of_two(type->width * type->height * type->bytepp); in mdpy_create()
260 __func__, kobj->name, type->width, type->height); in mdpy_create()
496 plane->height = mdev_state->type->height; in mdpy_query_gfx_plane()
[all …]
Dmbochs.c143 u32 height; member
272 mode->height = vbe[VBE_DISPI_INDEX_YRES]; in mbochs_check_framebuffer()
277 mode->size = (u64)mode->stride * mode->height; in mbochs_check_framebuffer()
281 if (mode->width < 64 || mode->height < 64) { in mbochs_check_framebuffer()
283 __func__, mode->width, mode->height); in mbochs_check_framebuffer()
830 dmabuf->mode.width, dmabuf->mode.height, dmabuf->mode.stride, in mbochs_print_dmabuf()
1110 plane->height = 0; in mbochs_query_gfx_plane()
1127 plane->height = dmabuf->mode.height; in mbochs_query_gfx_plane()
/samples/v4l/
Dv4l2-pci-skeleton.c326 pix->height = (skel->std & V4L2_STD_525_60) ? 480 : 576; in skeleton_fill_pix_format()
332 pix->height = skel->timings.bt.height; in skeleton_fill_pix_format()
335 pix->height /= 2; in skeleton_fill_pix_format()
347 pix->sizeimage = pix->bytesperline * pix->height; in skeleton_fill_pix_format()