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

/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h286 #define PIPECONF_ENABLE (1 << 31) macro
H A Dintelfbhw.c1357 tmp &= ~PIPECONF_ENABLE;
1369 tmp &= ~PIPECONF_ENABLE;
1444 OUTREG(pipe_conf_reg, *pipe_conf | PIPECONF_ENABLE);
/drivers/gpu/drm/i915/
H A Dintel_display.c1272 cur_state = !!(val & PIPECONF_ENABLE);
2075 if (val & PIPECONF_ENABLE) {
2081 I915_WRITE(reg, val | PIPECONF_ENABLE);
2113 if ((val & PIPECONF_ENABLE) == 0)
2126 val &= ~PIPECONF_ENABLE;
2129 if ((val & PIPECONF_ENABLE) == 0)
6138 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE;
6443 if (!(tmp & PIPECONF_ENABLE))
7453 if (!(tmp & PIPECONF_ENABLE))
7878 if (!(tmp & PIPECONF_ENABLE))
[all...]
H A Di915_irq.c733 return I915_READ(PIPECONF(pipe)) & PIPECONF_ENABLE;
H A Di915_reg.h3708 #define PIPECONF_ENABLE (1<<31) macro

Completed in 118 milliseconds