Lines Matching refs:pitch
1847 unsigned int pitch)
1858 return tile_rows * pitch * 8 + tiles * 4096;
1862 offset = *y * pitch + *x * cpp;
6740 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
6741 return ALIGN(pitch, 64);
6747 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
6748 return ALIGN(pitch * mode->vdisplay, PAGE_SIZE);
7555 * Note that pitch changes could also affect these register.
9202 DRM_DEBUG("pitch (%d) must be at least 64 byte aligned\n",
9224 DRM_DEBUG("%s pitch (%d) must be at less than %d\n",
9232 DRM_DEBUG("pitch (%d) must match tiling stride (%d)\n",