Lines Matching refs:pitch
201 unsigned int pitch; member
947 ovl->pitch << LDBBSMWR_BSMW_SHIFT); in sh_mobile_lcdc_overlay_setup()
1119 ch->line_size = ch->pitch; in sh_mobile_lcdc_start()
1151 ch->pitch, ch->yres, pixelformat, in sh_mobile_lcdc_start()
1587 ovl->pitch = info->var.xres_virtual; in sh_mobile_lcdc_overlay_set_par()
1589 ovl->pitch = info->var.xres_virtual * ovl->format->bpp / 8; in sh_mobile_lcdc_overlay_set_par()
1593 info->fix.line_length = ovl->pitch; in sh_mobile_lcdc_overlay_set_par()
1724 info->fix.line_length = ovl->pitch; in sh_mobile_lcdc_overlay_fb_init()
2045 ch->pitch = info->var.xres_virtual; in sh_mobile_lcdc_set_par()
2047 ch->pitch = info->var.xres_virtual * ch->format->bpp / 8; in sh_mobile_lcdc_set_par()
2053 info->fix.line_length = ch->pitch; in sh_mobile_lcdc_set_par()
2232 info->fix.line_length = ch->pitch; in sh_mobile_lcdc_channel_fb_init()
2575 ovl->pitch = ovl->xres_virtual * format->bpp / 8; in sh_mobile_lcdc_overlay_init()
2577 ovl->pitch = ovl->xres_virtual; in sh_mobile_lcdc_overlay_init()
2665 ch->pitch = ch->xres_virtual * format->bpp / 8; in sh_mobile_lcdc_channel_init()
2668 ch->pitch = ch->xres_virtual; in sh_mobile_lcdc_channel_init()