Searched refs:drm_hdcp_update_content_protection (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/include/drm/display/ |
H A D | drm_hdcp_helper.h | 20 void drm_hdcp_update_content_protection(struct drm_connector *connector, u64 val);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_hdcp.c | 351 * and ENABLED->DESIRED, will use drm_hdcp_update_content_protection() to update in DRM_ENUM_NAME_FN() 396 * drm_hdcp_update_content_protection - Updates the content protection state 409 void drm_hdcp_update_content_protection(struct drm_connector *connector, in drm_hdcp_update_content_protection() function 423 EXPORT_SYMBOL(drm_hdcp_update_content_protection); variable
|
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_hdcp_helper.c | 349 * and ENABLED->DESIRED, will use drm_hdcp_update_content_protection() to update in DRM_ENUM_NAME_FN() 394 * drm_hdcp_update_content_protection - Updates the content protection state 407 void drm_hdcp_update_content_protection(struct drm_connector *connector, in drm_hdcp_update_content_protection() function 421 EXPORT_SYMBOL(drm_hdcp_update_content_protection); variable
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.c | 304 drm_hdcp_update_content_protection(&aconnector->base, DRM_MODE_CONTENT_PROTECTION_ENABLED); in event_property_update() 307 drm_hdcp_update_content_protection(&aconnector->base, DRM_MODE_CONTENT_PROTECTION_ENABLED); in event_property_update() 309 drm_hdcp_update_content_protection(&aconnector->base, DRM_MODE_CONTENT_PROTECTION_DESIRED); in event_property_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.c | 344 drm_hdcp_update_content_protection(connector, in event_property_update() 350 drm_hdcp_update_content_protection(connector, in event_property_update() 355 drm_hdcp_update_content_protection(connector, in event_property_update()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_hdcp.h | 298 void drm_hdcp_update_content_protection(struct drm_connector *connector,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/ |
H A D | anx7625.c | 2145 drm_hdcp_update_content_protection(ctx->connector, in hdcp_check_work_func() 2184 drm_hdcp_update_content_protection(ctx->connector, in anx7625_connector_atomic_check()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 998 drm_hdcp_update_content_protection(&connector->base, in intel_hdcp_prop_work()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 1099 drm_hdcp_update_content_protection(&connector->base, in intel_hdcp_prop_work()
|
Completed in 13 milliseconds