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()
682 PIPECONF_ENABLE; in intel_dsi_get_hw_state()
1362 cur_state = !!(val & PIPECONF_ENABLE); in assert_pipe()2149 if (val & PIPECONF_ENABLE) { in intel_enable_pipe()2155 I915_WRITE(reg, val | PIPECONF_ENABLE); in intel_enable_pipe()2189 if ((val & PIPECONF_ENABLE) == 0) in intel_disable_pipe()2202 val &= ~PIPECONF_ENABLE; in intel_disable_pipe()2205 if ((val & PIPECONF_ENABLE) == 0) in intel_disable_pipe()7840 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE; in i9xx_set_pipeconf()8144 if (!(tmp & PIPECONF_ENABLE)) in i9xx_get_pipe_config()9275 if (!(tmp & PIPECONF_ENABLE)) in ironlake_get_pipe_config()9889 if (!(tmp & PIPECONF_ENABLE)) in haswell_get_pipe_config()
4357 #define PIPECONF_ENABLE (1<<31) macro