Searched refs:DISPPLANE_TILED (Results 1 – 2 of 2) sorted by relevance
2098 dspcntr |= DISPPLANE_TILED; in i9xx_update_plane()2100 dspcntr &= ~DISPPLANE_TILED; in i9xx_update_plane()2191 dspcntr |= DISPPLANE_TILED; in ironlake_update_plane()2193 dspcntr &= ~DISPPLANE_TILED; in ironlake_update_plane()
3045 #define DISPPLANE_TILED (1<<10) macro