Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
A 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()
A Ddrm_atomic_uapi.c779 state->content_protection = val; in drm_atomic_connector_set_property()
867 *val = state->content_protection; in drm_atomic_connector_get_property()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_trace.h117 __field(unsigned int, content_protection)
137 __entry->content_protection = state->content_protection;
153 __entry->hdcp_content_type, __entry->content_protection,
A Damdgpu_dm_hdcp.c235 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()
A Damdgpu_dm.c2988 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 …]
/linux/drivers/gpu/drm/i915/display/
A Dintel_hdcp.c2407 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()
A Dintel_dp_mst.c588 if (conn_state->content_protection == in intel_mst_enable_dp()
A Dintel_ddi.c3082 if (conn_state->content_protection == in intel_enable_ddi()
/linux/drivers/gpu/drm/bridge/cadence/
A Dcdns-mhdp8546-core.c1631 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()
A Dcdns-mhdp8546-hdcp.c496 state->content_protection = mhdp->hdcp.value; in cdns_mhdp_hdcp_prop_work()
/linux/include/drm/
A Ddrm_connector.h762 unsigned int content_protection; member

Completed in 53 milliseconds