Home
last modified time | relevance | path

Searched refs:TRANS_DDI_FUNC_ENABLE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_ddi.c1563 temp = TRANS_DDI_FUNC_ENABLE; in intel_ddi_enable_transcoder_func()
1648 val &= ~(TRANS_DDI_FUNC_ENABLE | TRANS_DDI_PORT_MASK | TRANS_DDI_DP_VC_PAYLOAD_ALLOC); in intel_ddi_disable_transcoder_func()
H A Dintel_display.c1117 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE); in assert_fdi_tx()
9033 if (tmp & TRANS_DDI_FUNC_ENABLE) { in hsw_get_transcoder_state()
H A Di915_reg.h8295 #define TRANS_DDI_FUNC_ENABLE (1<<31) macro