Searched refs:yoffset (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/hw/display/ |
| H A D | bcm2835_fb.c | 170 yoff = s->config.yoffset; in fb_update_display() 251 config->yoffset = MIN(config->yoffset, in bcm2835_fb_validate_config() 281 newconf.yoffset = ldl_le_phys(&s->dma_as, value + 28); in bcm2835_fb_mbox_push() 368 VMSTATE_UINT32(config.yoffset, BCM2835FBState), 421 s->initial_config.yoffset = 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 | 254 fbconfig.yoffset = ldl_le_phys(&s->dma_as, value + 16); in bcm2835_property_mbox_push() 260 stl_le_phys(&s->dma_as, value + 16, fbconfig.yoffset); in bcm2835_property_mbox_push()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | mxc_ipuv3_fb.c | 46 var->yoffset = 0; in fb_videomode_to_var() 179 fbi->var.xoffset = fbi->var.yoffset = 0; in setup_disp_channel2()
|
| H A D | da8xx-fb.c | 189 .yoffset = 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. 807 + * while specifying yoffset, since they look alike.) 850 + /* fetch yoffset */ 916 + JDIMENSION xoffset, yoffset; 1026 + yoffset = info->output_height - info->crop_height - info->crop_yoffset; 1028 + yoffset = info->crop_yoffset; 1039 + info->crop_height + (yoffset % info->iMCU_sample_height); 1042 + info->y_crop_offset = yoffset / info->iMCU_sample_height; 1764 + * positive or negative for xoffset or yoffset,
|
| /openbmc/u-boot/include/linux/ |
| H A D | fb.h | 110 __u32 yoffset; /* resolution */ member
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | timeline_view.js | 696 const yoffset = intervals_j[i][4]; 697 if (yoffset != visual_line_offset_within_data_line)
|