Searched refs:PIPECONF_ENABLE (Results 1 – 5 of 5) sorted by relevance
286 #define PIPECONF_ENABLE (1 << 31) macro
1357 tmp &= ~PIPECONF_ENABLE; in intelfbhw_program_mode()1369 tmp &= ~PIPECONF_ENABLE; in intelfbhw_program_mode()1444 OUTREG(pipe_conf_reg, *pipe_conf | PIPECONF_ENABLE); in intelfbhw_program_mode()
610 PIPECONF_ENABLE; in intel_dsi_get_hw_state()
1312 cur_state = !!(val & PIPECONF_ENABLE); in assert_pipe()2126 if (val & PIPECONF_ENABLE) { in intel_enable_pipe()2132 I915_WRITE(reg, val | PIPECONF_ENABLE); in intel_enable_pipe()2164 if ((val & PIPECONF_ENABLE) == 0) in intel_disable_pipe()2177 val &= ~PIPECONF_ENABLE; in intel_disable_pipe()2180 if ((val & PIPECONF_ENABLE) == 0) in intel_disable_pipe()6728 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE; in i9xx_set_pipeconf()7053 if (!(tmp & PIPECONF_ENABLE)) in i9xx_get_pipe_config()8184 if (!(tmp & PIPECONF_ENABLE)) in ironlake_get_pipe_config()8615 if (!(tmp & PIPECONF_ENABLE)) in haswell_get_pipe_config()
3927 #define PIPECONF_ENABLE (1<<31) macro