Searched refs:xoffset (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/hw/display/ |
| H A D | bcm2835_fb.c | 169 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 D | bcm2835_fb.h | 30 uint32_t xoffset, yoffset; 31 uint32_t xoffset, yoffset; global() member
|
| /openbmc/qemu/hw/misc/ |
| H A D | bcm2835_property.c | 253 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 D | mxc_ipuv3_fb.c | 45 var->xoffset = 0; in fb_videomode_to_var() 179 fbi->var.xoffset = fbi->var.yoffset = 0; in setup_disp_channel2()
|
| H A D | da8xx-fb.c | 188 .xoffset = 0,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
| H A D | support-jpeg-turbo.patch | 803 + * <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 D | fb.h | 109 __u32 xoffset; /* offset from virtual to visible */ member
|