Home | History | Annotate | Download | only in uxa

Lines Matching refs:tile_width

549 	unsigned long tile_width;
554 tile_width = (tiling == I915_TILING_Y) ? 128 : 512;
556 return tile_width;
558 while (tile_width < pitch)
559 tile_width <<= 1;
561 return tile_width;
588 unsigned tile_width;
610 tile_width = intel_get_tile_width(intel, tiling, stride);
611 stride = ALIGN(stride, tile_width);
614 intel_pixmap_pitch(pixmap) & (tile_width - 1) ||
618 __FUNCTION__, intel_pixmap_pitch(pixmap), stride, KB(32), tile_width);