Home
last modified time | relevance | path

Searched refs:xoffset (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/display/
H A Dbcm2835_fb.c169 xoff = s->config.xoffset; in fb_update_display()
249 config->xoffset = MIN(config->xoffset, in bcm2835_fb_validate_config()
280 newconf.xoffset = ldl_le_phys(&s->dma_as, value + 24); in bcm2835_fb_mbox_push()
367 VMSTATE_UINT32(config.xoffset, BCM2835FBState),
420 s->initial_config.xoffset = 0; in bcm2835_fb_realize()
/openbmc/qemu/include/hw/display/
H A Dbcm2835_fb.h30 uint32_t xoffset, yoffset;
31 uint32_t xoffset, yoffset; global() member
/openbmc/qemu/hw/misc/
H A Dbcm2835_property.c253 fbconfig.xoffset = ldl_le_phys(&s->dma_as, value + 12); in bcm2835_property_mbox_push()
259 stl_le_phys(&s->dma_as, value + 12, fbconfig.xoffset); in bcm2835_property_mbox_push()
/openbmc/u-boot/drivers/video/
H A Dmxc_ipuv3_fb.c45 var->xoffset = 0; in fb_videomode_to_var()
179 fbi->var.xoffset = fbi->var.yoffset = 0; in setup_disp_channel2()
H A Dda8xx-fb.c188 .xoffset = 0,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch803 + * <width>[f]x<height>[f]{+-}<xoffset>{+-}<yoffset>
804 + * where width, height, xoffset, and yoffset are unsigned integers.
806 + * (A weakness of this style is that it is not possible to omit xoffset
843 + /* fetch xoffset */
916 + JDIMENSION xoffset, yoffset;
1022 + xoffset = info->output_width - info->crop_width - info->crop_xoffset;
1024 + xoffset = info->crop_xoffset;
1034 + info->crop_width + (xoffset % info->iMCU_sample_width);
1041 + info->x_crop_offset = xoffset / info->iMCU_sample_width;
1764 + * positive or negative for xoffset or yoffset,
/openbmc/u-boot/include/linux/
H A Dfb.h109 __u32 xoffset; /* offset from virtual to visible */ member