Home
last modified time | relevance | path

Searched refs:PIPEACONF_ENABLE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/intel/io/drm/
H A Di915_irq.c187 if (I915_READ(pipeconf) & PIPEACONF_ENABLE) in i915_pipe_enabled()
798 if (!(pipeconf & PIPEACONF_ENABLE)) in i915_enable_vblank()
H A Di915_drv.h1140 #define PIPEACONF_ENABLE (1UL<<31) macro