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()492 (!!aconnector->base.state) ? aconnector->base.state->content_protection : -1, in update_config()
2988 connector->state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in amdgpu_dm_update_connector_after_detect()8582 state->content_protection != DRM_MODE_CONTENT_PROTECTION_UNDESIRED) { in is_content_protection_different()8583 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()8591 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED && in is_content_protection_different()8592 state->content_protection == DRM_MODE_CONTENT_PROTECTION_DESIRED) { in is_content_protection_different()8593 state->content_protection = DRM_MODE_CONTENT_PROTECTION_ENABLED; in is_content_protection_different()8602 state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in is_content_protection_different()8603 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()8639 if (old_state->content_protection == state->content_protection) in is_content_protection_different()8647 if (state->content_protection != DRM_MODE_CONTENT_PROTECTION_ENABLED) in is_content_protection_different()[all …]
2407 conn_state->content_protection != in intel_hdcp_update_pipe()2414 if (conn_state->content_protection == in intel_hdcp_update_pipe()2431 if (conn_state->content_protection == in intel_hdcp_update_pipe()2508 u64 old_cp = old_state->content_protection; in intel_hdcp_atomic_check()2509 u64 new_cp = new_state->content_protection; in intel_hdcp_atomic_check()2518 new_state->content_protection = in intel_hdcp_atomic_check()2533 new_state->content_protection = in intel_hdcp_atomic_check()
588 if (conn_state->content_protection == in intel_mst_enable_dp()
3082 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()
762 unsigned int content_protection; member
Completed in 53 milliseconds