Searched refs:PIPECONF_ENABLE (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1357 tmp &= ~PIPECONF_ENABLE; intelfbhw_program_mode()
1369 tmp &= ~PIPECONF_ENABLE; intelfbhw_program_mode()
1444 OUTREG(pipe_conf_reg, *pipe_conf | PIPECONF_ENABLE); intelfbhw_program_mode()
H A Dintelfbhw.h286 #define PIPECONF_ENABLE (1 << 31) macro
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_dsi.c610 PIPECONF_ENABLE; intel_dsi_get_hw_state()
H A Dintel_display.c1312 cur_state = !!(val & PIPECONF_ENABLE); assert_pipe()
2126 if (val & PIPECONF_ENABLE) { intel_enable_pipe()
2132 I915_WRITE(reg, val | PIPECONF_ENABLE); intel_enable_pipe()
2164 if ((val & PIPECONF_ENABLE) == 0) intel_disable_pipe()
2177 val &= ~PIPECONF_ENABLE; intel_disable_pipe()
2180 if ((val & PIPECONF_ENABLE) == 0) intel_disable_pipe()
6728 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE; i9xx_set_pipeconf()
7053 if (!(tmp & PIPECONF_ENABLE)) i9xx_get_pipe_config()
8184 if (!(tmp & PIPECONF_ENABLE)) ironlake_get_pipe_config()
8615 if (!(tmp & PIPECONF_ENABLE)) haswell_get_pipe_config()
H A Di915_reg.h3927 #define PIPECONF_ENABLE (1<<31) macro

Completed in 367 milliseconds