Searched refs:content_protection (Results 1 – 11 of 11) sorted by relevance
416 if (state->content_protection == val) in drm_hdcp_update_content_protection()419 state->content_protection = val; in drm_hdcp_update_content_protection()
779 state->content_protection = val; in drm_atomic_connector_set_property()867 *val = state->content_protection; in drm_atomic_connector_get_property()
117 __field(unsigned int, content_protection)137 __entry->content_protection = state->content_protection;153 __entry->hdcp_content_type, __entry->content_protection,
235 if (conn_state && conn_state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) { in hdcp_remove_display()236 conn_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in hdcp_remove_display()484 (!!aconnector->base.state) ? aconnector->base.state->content_protection : -1, in update_config()
2605 if (connector->state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in amdgpu_dm_update_connector_after_detect()2606 connector->state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in amdgpu_dm_update_connector_after_detect()8079 state->content_protection != DRM_MODE_CONTENT_PROTECTION_UNDESIRED) { in is_content_protection_different()8080 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()8088 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED && in is_content_protection_different()8089 state->content_protection == DRM_MODE_CONTENT_PROTECTION_DESIRED) { in is_content_protection_different()8090 state->content_protection = DRM_MODE_CONTENT_PROTECTION_ENABLED; in is_content_protection_different()8098 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_UNDESIRED && in is_content_protection_different()8099 state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in is_content_protection_different()8100 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()[all …]
2399 conn_state->content_protection != in intel_hdcp_update_pipe()2406 if (conn_state->content_protection == in intel_hdcp_update_pipe()2423 if (conn_state->content_protection == in intel_hdcp_update_pipe()2500 u64 old_cp = old_state->content_protection; in intel_hdcp_atomic_check()2501 u64 new_cp = new_state->content_protection; in intel_hdcp_atomic_check()2510 new_state->content_protection = in intel_hdcp_atomic_check()2525 new_state->content_protection = in intel_hdcp_atomic_check()
582 if (conn_state->content_protection == in intel_mst_enable_dp()
3146 if (conn_state->content_protection == in intel_enable_ddi()
1631 old_cp = old_state->content_protection; in cdns_mhdp_connector_atomic_check()1632 new_cp = new_state->content_protection; in cdns_mhdp_connector_atomic_check()1636 new_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in cdns_mhdp_connector_atomic_check()1642 new_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in cdns_mhdp_connector_atomic_check()2015 conn_state->content_protection == in cdns_mhdp_atomic_enable()
496 state->content_protection = mhdp->hdcp.value; in cdns_mhdp_hdcp_prop_work()
750 unsigned int content_protection; member