Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/bridge/analogix/
Danx7625.c950 ctx->hdcp_cp = DRM_MODE_CONTENT_PROTECTION_UNDESIRED; in anx7625_dp_start()
979 ctx->hdcp_cp = DRM_MODE_CONTENT_PROTECTION_UNDESIRED; in anx7625_dp_stop()
2121 ctx->hdcp_cp = DRM_MODE_CONTENT_PROTECTION_ENABLED; in hdcp_check_work_func()
2123 ctx->hdcp_cp); in hdcp_check_work_func()
2140 if (cp == ctx->hdcp_cp) in anx7625_connector_atomic_check()
2155 if (ctx->hdcp_cp != DRM_MODE_CONTENT_PROTECTION_ENABLED) { in anx7625_connector_atomic_check()
2160 ctx->hdcp_cp = DRM_MODE_CONTENT_PROTECTION_UNDESIRED; in anx7625_connector_atomic_check()
2162 ctx->hdcp_cp); in anx7625_connector_atomic_check()
Danx7625.h458 int hdcp_cp; member