Searched refs:content_protection (Results 1 – 7 of 7) 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()
752 state->content_protection = val; in drm_atomic_connector_set_property()839 *val = state->content_protection; in drm_atomic_connector_get_property()
2171 conn_state->content_protection != in intel_hdcp_update_pipe()2178 if (conn_state->content_protection == in intel_hdcp_update_pipe()2194 if (conn_state->content_protection == in intel_hdcp_update_pipe()2264 u64 old_cp = old_state->content_protection; in intel_hdcp_atomic_check()2265 u64 new_cp = new_state->content_protection; in intel_hdcp_atomic_check()2274 new_state->content_protection = in intel_hdcp_atomic_check()2289 new_state->content_protection = in intel_hdcp_atomic_check()
564 if (conn_state->content_protection == in intel_mst_enable_dp()
3966 if (conn_state->content_protection == in intel_enable_ddi()
2300 if (connector->state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in amdgpu_dm_update_connector_after_detect()2301 connector->state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in amdgpu_dm_update_connector_after_detect()6713 state->content_protection != DRM_MODE_CONTENT_PROTECTION_UNDESIRED) { in is_content_protection_different()6714 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()6719 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED && in is_content_protection_different()6720 state->content_protection == DRM_MODE_CONTENT_PROTECTION_DESIRED) { in is_content_protection_different()6721 state->content_protection = DRM_MODE_CONTENT_PROTECTION_ENABLED; in is_content_protection_different()6726 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_UNDESIRED && in is_content_protection_different()6727 state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in is_content_protection_different()6728 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()[all …]
701 unsigned int content_protection; member