Home
last modified time | relevance | path

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

/Linux-v5.15/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.c779 state->content_protection = val; in drm_atomic_connector_set_property()
867 *val = state->content_protection; in drm_atomic_connector_get_property()
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h117 __field(unsigned int, content_protection)
137 __entry->content_protection = state->content_protection;
153 __entry->hdcp_content_type, __entry->content_protection,
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()
484 (!!aconnector->base.state) ? aconnector->base.state->content_protection : -1, in update_config()
Damdgpu_dm.c2605 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 …]
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_hdcp.c2399 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()
Dintel_dp_mst.c582 if (conn_state->content_protection == in intel_mst_enable_dp()
Dintel_ddi.c3146 if (conn_state->content_protection == in intel_enable_ddi()
/Linux-v5.15/drivers/gpu/drm/bridge/cadence/
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()
Dcdns-mhdp8546-hdcp.c496 state->content_protection = mhdp->hdcp.value; in cdns_mhdp_hdcp_prop_work()
/Linux-v5.15/include/drm/
Ddrm_connector.h750 unsigned int content_protection; member