Searched refs:dspcntr (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | oaktrail_crtc.c | 370 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in oaktrail_crtc_mode_set() local 487 dspcntr = REG_READ(map->cntr); in oaktrail_crtc_mode_set() 488 dspcntr |= DISPPLANE_GAMMA_ENABLE; in oaktrail_crtc_mode_set() 491 dspcntr |= DISPPLANE_SEL_PIPE_A; in oaktrail_crtc_mode_set() 493 dspcntr |= DISPPLANE_SEL_PIPE_B; in oaktrail_crtc_mode_set() 579 REG_WRITE_WITH_AUX(map->cntr, dspcntr, i); in oaktrail_crtc_mode_set() 599 u32 dspcntr; in oaktrail_pipe_set_base() local 616 dspcntr = REG_READ(map->cntr); in oaktrail_pipe_set_base() 617 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK; in oaktrail_pipe_set_base() 621 dspcntr |= DISPPLANE_8BPP; in oaktrail_pipe_set_base() [all …]
|
| H A D | mdfld_intel_display.c | 143 u32 dspcntr; in mdfld__intel_pipe_set_base() local 170 dspcntr = REG_READ(map->cntr); in mdfld__intel_pipe_set_base() 171 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK; in mdfld__intel_pipe_set_base() 175 dspcntr |= DISPPLANE_8BPP; in mdfld__intel_pipe_set_base() 179 dspcntr |= DISPPLANE_15_16BPP; in mdfld__intel_pipe_set_base() 181 dspcntr |= DISPPLANE_16BPP; in mdfld__intel_pipe_set_base() 185 dspcntr |= DISPPLANE_32BPP_NO_ALPHA; in mdfld__intel_pipe_set_base() 188 REG_WRITE(map->cntr, dspcntr); in mdfld__intel_pipe_set_base() 815 dev_priv->dspcntr[pipe] = REG_READ(map->cntr); in mdfld_crtc_mode_set() 816 dev_priv->dspcntr[pipe] |= pipe << DISPPLANE_SEL_PIPE_POS; in mdfld_crtc_mode_set() [all …]
|
| H A D | psb_intel_display.c | 105 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in psb_intel_crtc_mode_set() local 194 dspcntr = DISPPLANE_GAMMA_ENABLE; in psb_intel_crtc_mode_set() 197 dspcntr |= DISPPLANE_SEL_PIPE_A; in psb_intel_crtc_mode_set() 199 dspcntr |= DISPPLANE_SEL_PIPE_B; in psb_intel_crtc_mode_set() 201 dspcntr |= DISPLAY_PLANE_ENABLE; in psb_intel_crtc_mode_set() 286 REG_WRITE(map->cntr, dspcntr); in psb_intel_crtc_mode_set()
|
| H A D | gma_display.c | 61 u32 dspcntr; in gma_pipe_set_base() local 85 dspcntr = REG_READ(map->cntr); in gma_pipe_set_base() 86 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK; in gma_pipe_set_base() 90 dspcntr |= DISPPLANE_8BPP; in gma_pipe_set_base() 94 dspcntr |= DISPPLANE_15_16BPP; in gma_pipe_set_base() 96 dspcntr |= DISPPLANE_16BPP; in gma_pipe_set_base() 100 dspcntr |= DISPPLANE_32BPP_NO_ALPHA; in gma_pipe_set_base() 107 REG_WRITE(map->cntr, dspcntr); in gma_pipe_set_base()
|
| H A D | oaktrail_hdmi.c | 282 u32 dspcntr, pipeconf, dpll, temp; in oaktrail_crtc_hdmi_mode_set() local 356 dspcntr = REG_READ(dspcntr_reg); in oaktrail_crtc_hdmi_mode_set() 357 dspcntr |= DISPPLANE_GAMMA_ENABLE; in oaktrail_crtc_hdmi_mode_set() 358 dspcntr |= DISPPLANE_SEL_PIPE_B; in oaktrail_crtc_hdmi_mode_set() 359 dspcntr |= DISPLAY_PLANE_ENABLE; in oaktrail_crtc_hdmi_mode_set() 372 REG_WRITE(dspcntr_reg, dspcntr); in oaktrail_crtc_hdmi_mode_set()
|
| H A D | mdfld_dsi_dpi.c | 127 u32 dspcntr = dev_priv->dspcntr[pipe]; in dsi_set_pipe_plane_enable_state() local 145 REG_WRITE(dspcntr_reg, dspcntr); in dsi_set_pipe_plane_enable_state() 830 u32 pipeconf, dspcntr; in mdfld_dsi_dpi_mode_set() local 838 dspcntr = dev_priv->dspcntr[pipe]; in mdfld_dsi_dpi_mode_set() 915 REG_WRITE(dspcntr_reg, dspcntr); in mdfld_dsi_dpi_mode_set()
|
| H A D | cdv_intel_display.c | 583 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local 715 dspcntr = DISPPLANE_GAMMA_ENABLE; in cdv_intel_crtc_mode_set() 718 dspcntr |= DISPPLANE_SEL_PIPE_A; in cdv_intel_crtc_mode_set() 720 dspcntr |= DISPPLANE_SEL_PIPE_B; in cdv_intel_crtc_mode_set() 722 dspcntr |= DISPLAY_PLANE_ENABLE; in cdv_intel_crtc_mode_set() 811 REG_WRITE(map->cntr, dspcntr); in cdv_intel_crtc_mode_set()
|
| H A D | psb_drv.h | 594 u32 dspcntr[3]; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/vermilion/ |
| H A D | vermilion.c | 769 u32 dspcntr; in vmlfb_set_par_locked() local 795 dspcntr = VML_GFX_ENABLE | VML_GFX_GAMMABYPASS; in vmlfb_set_par_locked() 809 dspcntr |= VML_GFX_ARGB1555; in vmlfb_set_par_locked() 813 dspcntr |= VML_GFX_ARGB8888 | VML_GFX_ALPHAMULT; in vmlfb_set_par_locked() 815 dspcntr |= VML_GFX_RGB0888; in vmlfb_set_par_locked() 852 VML_WRITE32(par, VML_DSPCCNTR, dspcntr); in vmlfb_set_par_locked()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 4218 u32 dspcntr = 0; in i9xx_plane_ctl_crtc() local 4221 dspcntr |= DISPPLANE_GAMMA_ENABLE; in i9xx_plane_ctl_crtc() 4224 dspcntr |= DISPPLANE_PIPE_CSC_ENABLE; in i9xx_plane_ctl_crtc() 4227 dspcntr |= DISPPLANE_SEL_PIPE(crtc->pipe); in i9xx_plane_ctl_crtc() 4229 return dspcntr; in i9xx_plane_ctl_crtc() 4239 u32 dspcntr; in i9xx_plane_ctl() local 4241 dspcntr = DISPLAY_PLANE_ENABLE; in i9xx_plane_ctl() 4245 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; in i9xx_plane_ctl() 4249 dspcntr |= DISPPLANE_8BPP; in i9xx_plane_ctl() 4252 dspcntr |= DISPPLANE_BGRX555; in i9xx_plane_ctl() [all …]
|