Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dvo.c124 if (!(tmp & DVO_ENABLE)) in intel_dvo_connector_get_hw_state()
140 if (!(tmp & DVO_ENABLE)) in intel_dvo_get_hw_state()
178 I915_WRITE(dvo_reg, temp & ~DVO_ENABLE); in intel_disable_dvo()
194 I915_WRITE(dvo_reg, temp | DVO_ENABLE); in intel_enable_dvo()
394 if (dvo_val & DVO_ENABLE) { in intel_dvo_get_current_mode()
Di915_reg.h3383 #define DVO_ENABLE (1 << 31) macro