[go: nahoru, domu]

Searched defs:pitch (Results 76 - 83 of 83) sorted by relevance

1234

/drivers/video/fbdev/aty/
H A Daty128fb.c430 u32 pitch; member in struct:aty128_crtc
753 pitch_value = par->crtc.pitch;
762 /* setup engine pitch registers */
1045 aty_st_le32(CRTC_PITCH, crtc->pitch);
1161 crtc->pitch = vxres >> 3;
H A Dradeonfb.h324 int pitch, bpp, depth; member in struct:radeonfb_info
/drivers/video/fbdev/
H A Dimsttfb.c309 __u32 pitch; member in struct:imstt_regvals
516 init->pitch = xres;
660 __u32 ctl, pitch, byteswap, scr; local
682 pitch = init->pitch >> 2;
687 pitch = init->pitch >> 1;
692 pitch = init->pitch - (init->pitch >>
[all...]
H A Dsh_mobile_lcdcfb.c170 * @pitch: Overlay line pitch
201 unsigned int pitch; member in struct:sh_mobile_lcdc_overlay
947 ovl->pitch << LDBBSMWR_BSMW_SHIFT);
1107 /* Compute frame buffer base address and pitch for each channel. */
1119 ch->line_size = ch->pitch;
1151 ch->pitch, ch->yres, pixelformat,
1587 ovl->pitch = info->var.xres_virtual;
1589 ovl->pitch = info->var.xres_virtual * ovl->format->bpp / 8;
1593 info->fix.line_length = ovl->pitch;
[all...]
H A Damifb.c3345 u32 dx, dy, width, height, pitch; local
3367 pitch = (image->width + 7) / 8;
3374 src += pitch;
/drivers/gpu/drm/i915/
H A Dintel_display.c2312 unsigned int pitch)
2323 return tile_rows * pitch * 8 + tiles * 4096;
2327 offset = *y * pitch + *x * cpp;
6389 DRM_DEBUG_KMS("pipe/plane %d/%d with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
7430 DRM_DEBUG_KMS("pipe/plane %d/%d with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
8598 u32 pitch = DIV_ROUND_UP(width * bpp, 8); local
8599 return ALIGN(pitch, 64);
8605 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp); local
8606 return PAGE_ALIGN(pitch * mode->vdisplay);
9952 * Note that pitch change
2309 intel_gen4_compute_page_offset(int *x, int *y, unsigned int tiling_mode, unsigned int cpp, unsigned int pitch) argument
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon.h485 u32 pitch; member in struct:radeon_bo
1893 uint32_t tiling_flags, uint32_t pitch,
/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h1270 * A note on interpretation of pitch: This value of pitch is the
1279 * If the image is 1-dimensional, pitch is ignored.
1281 * If 'pitch' is zero, the SVGA3D device calculates a pitch value
1284 uint32 pitch; member in struct:SVGA3dGuestImage

Completed in 414 milliseconds

1234