Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c3024 if (frl_mode == DP_PCON_ENABLE_CONCURRENT_LINK) in drm_dp_pcon_frl_configure_1()
3025 buf |= DP_PCON_ENABLE_CONCURRENT_LINK; in drm_dp_pcon_frl_configure_1()
3027 buf &= ~DP_PCON_ENABLE_CONCURRENT_LINK; in drm_dp_pcon_frl_configure_1()
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h1222 # define DP_PCON_ENABLE_CONCURRENT_LINK (1 << 4) macro