Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/bridge/analogix/
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()
2107 ctx->hdcp_cp = DRM_MODE_CONTENT_PROTECTION_ENABLED; in hdcp_check_work_func()
2109 ctx->hdcp_cp); in hdcp_check_work_func()
2126 if (cp == ctx->hdcp_cp) in anx7625_connector_atomic_check()
2141 if (ctx->hdcp_cp != DRM_MODE_CONTENT_PROTECTION_ENABLED) { in anx7625_connector_atomic_check()
2146 ctx->hdcp_cp = DRM_MODE_CONTENT_PROTECTION_UNDESIRED; in anx7625_connector_atomic_check()
2148 ctx->hdcp_cp); in anx7625_connector_atomic_check()
Danx7625.h458 int hdcp_cp; member