Lines Matching refs:dspcntr
2697 u32 dspcntr; in i9xx_update_primary_plane() local
2717 dspcntr = DISPPLANE_GAMMA_ENABLE; in i9xx_update_primary_plane()
2719 dspcntr |= DISPLAY_PLANE_ENABLE; in i9xx_update_primary_plane()
2723 dspcntr |= DISPPLANE_SEL_PIPE_B; in i9xx_update_primary_plane()
2742 dspcntr |= DISPPLANE_8BPP; in i9xx_update_primary_plane()
2745 dspcntr |= DISPPLANE_BGRX555; in i9xx_update_primary_plane()
2748 dspcntr |= DISPPLANE_BGRX565; in i9xx_update_primary_plane()
2751 dspcntr |= DISPPLANE_BGRX888; in i9xx_update_primary_plane()
2754 dspcntr |= DISPPLANE_RGBX888; in i9xx_update_primary_plane()
2757 dspcntr |= DISPPLANE_BGRX101010; in i9xx_update_primary_plane()
2760 dspcntr |= DISPPLANE_RGBX101010; in i9xx_update_primary_plane()
2768 dspcntr |= DISPPLANE_TILED; in i9xx_update_primary_plane()
2771 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; in i9xx_update_primary_plane()
2787 dspcntr |= DISPPLANE_ROTATE_180; in i9xx_update_primary_plane()
2802 I915_WRITE(reg, dspcntr); in i9xx_update_primary_plane()
2827 u32 dspcntr; in ironlake_update_primary_plane() local
2844 dspcntr = DISPPLANE_GAMMA_ENABLE; in ironlake_update_primary_plane()
2846 dspcntr |= DISPLAY_PLANE_ENABLE; in ironlake_update_primary_plane()
2849 dspcntr |= DISPPLANE_PIPE_CSC_ENABLE; in ironlake_update_primary_plane()
2853 dspcntr |= DISPPLANE_8BPP; in ironlake_update_primary_plane()
2856 dspcntr |= DISPPLANE_BGRX565; in ironlake_update_primary_plane()
2859 dspcntr |= DISPPLANE_BGRX888; in ironlake_update_primary_plane()
2862 dspcntr |= DISPPLANE_RGBX888; in ironlake_update_primary_plane()
2865 dspcntr |= DISPPLANE_BGRX101010; in ironlake_update_primary_plane()
2868 dspcntr |= DISPPLANE_RGBX101010; in ironlake_update_primary_plane()
2875 dspcntr |= DISPPLANE_TILED; in ironlake_update_primary_plane()
2878 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; in ironlake_update_primary_plane()
2888 dspcntr |= DISPPLANE_ROTATE_180; in ironlake_update_primary_plane()
2905 I915_WRITE(reg, dspcntr); in ironlake_update_primary_plane()
11235 u32 dspcntr; in ilk_do_mmio_flip() local
11239 dspcntr = I915_READ(reg); in ilk_do_mmio_flip()
11242 dspcntr |= DISPPLANE_TILED; in ilk_do_mmio_flip()
11244 dspcntr &= ~DISPPLANE_TILED; in ilk_do_mmio_flip()
11246 I915_WRITE(reg, dspcntr); in ilk_do_mmio_flip()