Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c952 ctx->hdcp_cp = DRM_MODE_CONTENT_PROTECTION_UNDESIRED; in anx7625_dp_start()
981 ctx->hdcp_cp = DRM_MODE_CONTENT_PROTECTION_UNDESIRED; in anx7625_dp_stop()
2130 ctx->hdcp_cp = DRM_MODE_CONTENT_PROTECTION_ENABLED; in hdcp_check_work_func()
2132 ctx->hdcp_cp); in hdcp_check_work_func()
2149 if (cp == ctx->hdcp_cp) in anx7625_connector_atomic_check()
2164 if (ctx->hdcp_cp != DRM_MODE_CONTENT_PROTECTION_ENABLED) { in anx7625_connector_atomic_check()
2169 ctx->hdcp_cp = DRM_MODE_CONTENT_PROTECTION_UNDESIRED; in anx7625_connector_atomic_check()
2171 ctx->hdcp_cp); in anx7625_connector_atomic_check()
H A Danx7625.h456 int hdcp_cp; member