Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/display/
H A Ddrm_dp_dual_mode_helper.h55 #define DP_DUAL_MODE_TMDS_DISABLE 0x01 macro
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_dual_mode_helper.c341 *enabled = !(tmds_oen & DP_DUAL_MODE_TMDS_DISABLE); in drm_dp_dual_mode_get_tmds_output()
364 uint8_t tmds_oen = enable ? 0 : DP_DUAL_MODE_TMDS_DISABLE; in drm_dp_dual_mode_set_tmds_output()