Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dvo.c123 if (!(tmp & DVO_ENABLE)) in intel_dvo_connector_get_hw_state()
139 if (!(tmp & DVO_ENABLE)) in intel_dvo_get_hw_state()
177 I915_WRITE(dvo_reg, temp & ~DVO_ENABLE); in intel_disable_dvo()
193 I915_WRITE(dvo_reg, temp | DVO_ENABLE); in intel_enable_dvo()
439 if (dvo_val & DVO_ENABLE) { in intel_dvo_get_current_mode()
Di915_reg.h2978 #define DVO_ENABLE (1 << 31) macro