Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_cec.c149 val |= DP_CEC_SNOOPING_ENABLE; in drm_dp_cec_adap_monitor_all_enable()
151 val &= ~DP_CEC_SNOOPING_ENABLE; in drm_dp_cec_adap_monitor_all_enable()
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h1163 # define DP_CEC_SNOOPING_ENABLE (1 << 1) macro