Lines Matching defs:pitch
169 * @pitch: Overlay line pitch
200 unsigned int pitch;
854 ovl->pitch << LDBBSMWR_BSMW_SHIFT);
1013 /* Compute frame buffer base address and pitch for each channel. */
1022 ch->line_size = ch->pitch;
1444 ovl->pitch = info->var.xres_virtual;
1446 ovl->pitch = info->var.xres_virtual * ovl->format->bpp / 8;
1450 info->fix.line_length = ovl->pitch;
1581 info->fix.line_length = ovl->pitch;
1889 ch->pitch = info->var.xres_virtual;
1891 ch->pitch = info->var.xres_virtual * ch->format->bpp / 8;
1897 info->fix.line_length = ch->pitch;
2074 info->fix.line_length = ch->pitch;
2382 ovl->pitch = ovl->xres_virtual * format->bpp / 8;
2384 ovl->pitch = ovl->xres_virtual;
2470 ch->pitch = ch->xres_virtual * format->bpp / 8;
2473 ch->pitch = ch->xres_virtual;