Lines Matching refs:dspcntr

2675 	u32 dspcntr;  in i9xx_update_primary_plane()  local
2695 dspcntr = DISPPLANE_GAMMA_ENABLE; in i9xx_update_primary_plane()
2697 dspcntr |= DISPLAY_PLANE_ENABLE; in i9xx_update_primary_plane()
2701 dspcntr |= DISPPLANE_SEL_PIPE_B; in i9xx_update_primary_plane()
2720 dspcntr |= DISPPLANE_8BPP; in i9xx_update_primary_plane()
2724 dspcntr |= DISPPLANE_BGRX555; in i9xx_update_primary_plane()
2727 dspcntr |= DISPPLANE_BGRX565; in i9xx_update_primary_plane()
2731 dspcntr |= DISPPLANE_BGRX888; in i9xx_update_primary_plane()
2735 dspcntr |= DISPPLANE_RGBX888; in i9xx_update_primary_plane()
2739 dspcntr |= DISPPLANE_BGRX101010; in i9xx_update_primary_plane()
2743 dspcntr |= DISPPLANE_RGBX101010; in i9xx_update_primary_plane()
2751 dspcntr |= DISPPLANE_TILED; in i9xx_update_primary_plane()
2754 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; in i9xx_update_primary_plane()
2769 dspcntr |= DISPPLANE_ROTATE_180; in i9xx_update_primary_plane()
2781 I915_WRITE(reg, dspcntr); in i9xx_update_primary_plane()
2804 u32 dspcntr; in ironlake_update_primary_plane() local
2821 dspcntr = DISPPLANE_GAMMA_ENABLE; in ironlake_update_primary_plane()
2823 dspcntr |= DISPLAY_PLANE_ENABLE; in ironlake_update_primary_plane()
2826 dspcntr |= DISPPLANE_PIPE_CSC_ENABLE; in ironlake_update_primary_plane()
2830 dspcntr |= DISPPLANE_8BPP; in ironlake_update_primary_plane()
2833 dspcntr |= DISPPLANE_BGRX565; in ironlake_update_primary_plane()
2837 dspcntr |= DISPPLANE_BGRX888; in ironlake_update_primary_plane()
2841 dspcntr |= DISPPLANE_RGBX888; in ironlake_update_primary_plane()
2845 dspcntr |= DISPPLANE_BGRX101010; in ironlake_update_primary_plane()
2849 dspcntr |= DISPPLANE_RGBX101010; in ironlake_update_primary_plane()
2856 dspcntr |= DISPPLANE_TILED; in ironlake_update_primary_plane()
2859 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; in ironlake_update_primary_plane()
2868 dspcntr |= DISPPLANE_ROTATE_180; in ironlake_update_primary_plane()
2882 I915_WRITE(reg, dspcntr); in ironlake_update_primary_plane()
9952 u32 dspcntr; in ilk_do_mmio_flip() local
9956 dspcntr = I915_READ(reg); in ilk_do_mmio_flip()
9959 dspcntr |= DISPPLANE_TILED; in ilk_do_mmio_flip()
9961 dspcntr &= ~DISPPLANE_TILED; in ilk_do_mmio_flip()
9963 I915_WRITE(reg, dspcntr); in ilk_do_mmio_flip()