Searched refs:DISPPLANE_TILED (Results 1 – 2 of 2) sorted by relevance
2143 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()
3087 #define DISPPLANE_TILED (1<<10) macro