Searched refs:dspcntr (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/gma500/ |
D | mdfld_intel_display.c | 122 u32 dspcntr; in mdfld__intel_plane_set_alpha() local 124 dspcntr = REG_READ(dspcntr_reg); in mdfld__intel_plane_set_alpha() 127 dspcntr &= ~DISPPLANE_32BPP_NO_ALPHA; in mdfld__intel_plane_set_alpha() 128 dspcntr |= DISPPLANE_32BPP; in mdfld__intel_plane_set_alpha() 130 dspcntr &= ~DISPPLANE_32BPP; in mdfld__intel_plane_set_alpha() 131 dspcntr |= DISPPLANE_32BPP_NO_ALPHA; in mdfld__intel_plane_set_alpha() 134 REG_WRITE(dspcntr_reg, dspcntr); in mdfld__intel_plane_set_alpha() 164 u32 dspcntr; in mdfld__intel_pipe_set_base() local 193 dspcntr = REG_READ(map->cntr); in mdfld__intel_pipe_set_base() 194 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK; in mdfld__intel_pipe_set_base() [all …]
|
D | oaktrail_crtc.c | 368 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in oaktrail_crtc_mode_set() local 485 dspcntr = REG_READ(map->cntr); in oaktrail_crtc_mode_set() 486 dspcntr |= DISPPLANE_GAMMA_ENABLE; in oaktrail_crtc_mode_set() 489 dspcntr |= DISPPLANE_SEL_PIPE_A; in oaktrail_crtc_mode_set() 491 dspcntr |= DISPPLANE_SEL_PIPE_B; in oaktrail_crtc_mode_set() 577 REG_WRITE_WITH_AUX(map->cntr, dspcntr, i); in oaktrail_crtc_mode_set() 597 u32 dspcntr; in oaktrail_pipe_set_base() local 614 dspcntr = REG_READ(map->cntr); in oaktrail_pipe_set_base() 615 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK; in oaktrail_pipe_set_base() 619 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 | 283 u32 dspcntr, pipeconf, dpll, temp; in oaktrail_crtc_hdmi_mode_set() local 357 dspcntr = REG_READ(dspcntr_reg); in oaktrail_crtc_hdmi_mode_set() 358 dspcntr |= DISPPLANE_GAMMA_ENABLE; in oaktrail_crtc_hdmi_mode_set() 359 dspcntr |= DISPPLANE_SEL_PIPE_B; in oaktrail_crtc_hdmi_mode_set() 360 dspcntr |= DISPLAY_PLANE_ENABLE; in oaktrail_crtc_hdmi_mode_set() 373 REG_WRITE(dspcntr_reg, dspcntr); in oaktrail_crtc_hdmi_mode_set()
|
D | mdfld_dsi_dpi.c | 125 u32 dspcntr = dev_priv->dspcntr[pipe]; in dsi_set_pipe_plane_enable_state() local 143 REG_WRITE(dspcntr_reg, dspcntr); in dsi_set_pipe_plane_enable_state() 828 u32 pipeconf, dspcntr; in mdfld_dsi_dpi_mode_set() local 836 dspcntr = dev_priv->dspcntr[pipe]; in mdfld_dsi_dpi_mode_set() 913 REG_WRITE(dspcntr_reg, dspcntr); in mdfld_dsi_dpi_mode_set()
|
D | cdv_intel_display.c | 581 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local 716 dspcntr = DISPPLANE_GAMMA_ENABLE; in cdv_intel_crtc_mode_set() 719 dspcntr |= DISPPLANE_SEL_PIPE_A; in cdv_intel_crtc_mode_set() 721 dspcntr |= DISPPLANE_SEL_PIPE_B; in cdv_intel_crtc_mode_set() 723 dspcntr |= DISPLAY_PLANE_ENABLE; in cdv_intel_crtc_mode_set() 812 REG_WRITE(map->cntr, dspcntr); in cdv_intel_crtc_mode_set()
|
D | psb_drv.h | 592 u32 dspcntr[3]; member
|
/Linux-v5.4/drivers/video/fbdev/vermilion/ |
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()
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_display.c | 3599 u32 dspcntr = 0; in i9xx_plane_ctl_crtc() local 3602 dspcntr |= DISPPLANE_GAMMA_ENABLE; in i9xx_plane_ctl_crtc() 3605 dspcntr |= DISPPLANE_PIPE_CSC_ENABLE; in i9xx_plane_ctl_crtc() 3608 dspcntr |= DISPPLANE_SEL_PIPE(crtc->pipe); in i9xx_plane_ctl_crtc() 3610 return dspcntr; in i9xx_plane_ctl_crtc() 3620 u32 dspcntr; in i9xx_plane_ctl() local 3622 dspcntr = DISPLAY_PLANE_ENABLE; in i9xx_plane_ctl() 3626 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; in i9xx_plane_ctl() 3630 dspcntr |= DISPPLANE_8BPP; in i9xx_plane_ctl() 3633 dspcntr |= DISPPLANE_BGRX555; in i9xx_plane_ctl() [all …]
|