Home
last modified time | relevance | path

Searched refs:DISPPLANE_TILED (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_display.c2143 dspcntr |= DISPPLANE_TILED; in i9xx_update_plane()
2145 dspcntr &= ~DISPPLANE_TILED; in i9xx_update_plane()
2235 dspcntr |= DISPPLANE_TILED; in ironlake_update_plane()
2237 dspcntr &= ~DISPPLANE_TILED; in ironlake_update_plane()
Di915_reg.h3087 #define DISPPLANE_TILED (1<<10) macro