Lines Matching refs:tile_width
574 unsigned long tile_width;
579 tile_width = (tiling == I915_TILING_Y) ? 128 : 512;
581 return tile_width;
583 while (tile_width < pitch)
584 tile_width <<= 1;
586 return tile_width;
613 unsigned tile_width;
635 tile_width = intel_get_tile_width(intel, tiling, stride);
636 stride = ALIGN(stride, tile_width);
639 intel_pixmap_pitch(pixmap) & (tile_width - 1) ||
643 __FUNCTION__, intel_pixmap_pitch(pixmap), stride, KB(32), tile_width);