Home
last modified time | relevance | path

Searched refs:content_protection (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/
Ddrm_hdcp.c416 if (state->content_protection == val) in drm_hdcp_update_content_protection()
419 state->content_protection = val; in drm_hdcp_update_content_protection()
Ddrm_atomic_uapi.c752 state->content_protection = val; in drm_atomic_connector_set_property()
839 *val = state->content_protection; in drm_atomic_connector_get_property()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_hdcp.c2171 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()
Dintel_dp_mst.c564 if (conn_state->content_protection == in intel_mst_enable_dp()
Dintel_ddi.c3966 if (conn_state->content_protection == in intel_enable_ddi()
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2300 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 …]
/Linux-v5.10/include/drm/
Ddrm_connector.h701 unsigned int content_protection; member