HomeSort by: relevance | last modified time | path
    Searched refs:i915_pipe_enabled (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
i915_irq.c 113 * i915_pipe_enabled - check if a pipe is enabled
122 i915_pipe_enabled(struct drm_device *dev, unsigned int pipe) function in typeref:typename:int
146 if (!i915_pipe_enabled(dev, pipe)) {
175 if (!i915_pipe_enabled(dev, pipe)) {
i915_suspend.c 35 static bool i915_pipe_enabled(struct drm_device *dev, enum pipex pipe) function in typeref:typename:bool
52 if (!i915_pipe_enabled(dev, pipe))
71 if (!i915_pipe_enabled(dev, pipe))

Completed in 14 milliseconds