Searched refs:dspcntr (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/i915/display/ |
D | i9xx_plane.c | 162 u32 dspcntr; in i9xx_plane_ctl() local 164 dspcntr = DISPLAY_PLANE_ENABLE; in i9xx_plane_ctl() 168 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; in i9xx_plane_ctl() 172 dspcntr |= DISPPLANE_8BPP; in i9xx_plane_ctl() 175 dspcntr |= DISPPLANE_BGRX555; in i9xx_plane_ctl() 178 dspcntr |= DISPPLANE_BGRA555; in i9xx_plane_ctl() 181 dspcntr |= DISPPLANE_BGRX565; in i9xx_plane_ctl() 184 dspcntr |= DISPPLANE_BGRX888; in i9xx_plane_ctl() 187 dspcntr |= DISPPLANE_RGBX888; in i9xx_plane_ctl() 190 dspcntr |= DISPPLANE_BGRA888; in i9xx_plane_ctl() [all …]
|
/drivers/gpu/drm/gma500/ |
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 …]
|
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()
|
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()
|
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()
|
D | cdv_intel_display.c | 583 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local 706 dspcntr = DISPPLANE_GAMMA_ENABLE; in cdv_intel_crtc_mode_set() 709 dspcntr |= DISPPLANE_SEL_PIPE_A; in cdv_intel_crtc_mode_set() 711 dspcntr |= DISPPLANE_SEL_PIPE_B; in cdv_intel_crtc_mode_set() 713 dspcntr |= DISPLAY_PLANE_ENABLE; in cdv_intel_crtc_mode_set() 802 REG_WRITE(map->cntr, dspcntr); in cdv_intel_crtc_mode_set()
|
D | psb_drv.h | 552 u32 dspcntr[3]; member
|
/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 771 u32 dspcntr; in vmlfb_set_par_locked() local 797 dspcntr = VML_GFX_ENABLE | VML_GFX_GAMMABYPASS; in vmlfb_set_par_locked() 811 dspcntr |= VML_GFX_ARGB1555; in vmlfb_set_par_locked() 815 dspcntr |= VML_GFX_ARGB8888 | VML_GFX_ALPHAMULT; in vmlfb_set_par_locked() 817 dspcntr |= VML_GFX_RGB0888; in vmlfb_set_par_locked() 854 VML_WRITE32(par, VML_DSPCCNTR, dspcntr); in vmlfb_set_par_locked()
|