Lines Matching defs:tiling
1372 "Y/Yf tiling required for 90/270!\n");
1404 /* Y-tiling is not supported in IF-ID Interlace mode */
1410 "Y/Yf tiling not supported in IF-ID mode\n");
1609 "Unable to find suitable display surface offset due to X-tiling\n");
2398 u32 val, base, offset, stride_mult, tiling, alpha;
2446 tiling = val & PLANE_CTL_TILED_MASK;
2447 switch (tiling) {
2452 plane_config->tiling = I915_TILING_X;
2456 plane_config->tiling = I915_TILING_Y;
2493 MISSING_CASE(tiling);