Lines Matching defs:pitch
170 * @pitch: Overlay line pitch
201 unsigned int pitch;
861 ovl->pitch << LDBBSMWR_BSMW_SHIFT);
1020 /* Compute frame buffer base address and pitch for each channel. */
1029 ch->line_size = ch->pitch;
1451 ovl->pitch = info->var.xres_virtual;
1453 ovl->pitch = info->var.xres_virtual * ovl->format->bpp / 8;
1457 info->fix.line_length = ovl->pitch;
1586 info->fix.line_length = ovl->pitch;
1894 ch->pitch = info->var.xres_virtual;
1896 ch->pitch = info->var.xres_virtual * ch->format->bpp / 8;
1902 info->fix.line_length = ch->pitch;
2077 info->fix.line_length = ch->pitch;
2386 ovl->pitch = ovl->xres_virtual * format->bpp / 8;
2388 ovl->pitch = ovl->xres_virtual;
2474 ch->pitch = ch->xres_virtual * format->bpp / 8;
2477 ch->pitch = ch->xres_virtual;