Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-hdcp.c268 u8 hdcp_config, bool enable) in cdns_mhdp_hdcp_set_config() argument
275 hdcp_cfg = hdcp_config | (enable ? 0x04 : 0) | in cdns_mhdp_hdcp_set_config()
368 u8 hdcp_config) in cdns_mhdp_hdcp_auth() argument
372 ret = cdns_mhdp_hdcp_set_config(mhdp, hdcp_config, true); in cdns_mhdp_hdcp_auth()
376 if (hdcp_config == HDCP_TX_1) in cdns_mhdp_hdcp_auth()