Home | History | Annotate | Download | only in isl

Lines Matching refs:tiling

30                             enum isl_tiling tiling,
86 if (tiling == ISL_TILING_LINEAR)
174 * @brief Filter out tiling flags that are incompatible with the surface.
181 * (ISL_SURF_USAGE_DISPLAY_BIT), then this function filters out all tiling
209 /* Separate stencil requires W tiling, and W tiling requires separate
245 /* FINISHME[SKL]: Y tiling for display surfaces */
262 * As usual, though, stencil is special and requires W-tiling.
272 /* Y tiling is illegal. From the Ivybridge PRM, Vol4 Part1 2.12.2.1,
323 enum isl_tiling tiling)
348 tiling == ISL_TILING_Y0)) {
372 * The root of the confusion is that, in W tiling, each pair of rows is
393 enum isl_tiling tiling,
408 .h = gen7_choose_valign_el(dev, info, tiling),