Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/display/
Ddrm_hdcp_helper.c414 if (state->content_protection == val) in drm_hdcp_update_content_protection()
417 state->content_protection = val; in drm_hdcp_update_content_protection()
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h118 __field(unsigned int, content_protection)
138 __entry->content_protection = state->content_protection;
154 __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()
503 (!!aconnector->base.state) ? aconnector->base.state->content_protection : -1, in update_config()
Damdgpu_dm.c3045 if (connector->state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in amdgpu_dm_update_connector_after_detect()
3046 connector->state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in amdgpu_dm_update_connector_after_detect()
7280 state->content_protection != DRM_MODE_CONTENT_PROTECTION_UNDESIRED) { in is_content_protection_different()
7281 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()
7289 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED && in is_content_protection_different()
7290 state->content_protection == DRM_MODE_CONTENT_PROTECTION_DESIRED) { in is_content_protection_different()
7291 state->content_protection = DRM_MODE_CONTENT_PROTECTION_ENABLED; in is_content_protection_different()
7299 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_UNDESIRED && in is_content_protection_different()
7300 state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in is_content_protection_different()
7301 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_hdcp.c2430 conn_state->content_protection != in intel_hdcp_update_pipe()
2437 if (conn_state->content_protection == in intel_hdcp_update_pipe()
2454 if (conn_state->content_protection == in intel_hdcp_update_pipe()
2531 u64 old_cp = old_state->content_protection; in intel_hdcp_atomic_check()
2532 u64 new_cp = new_state->content_protection; in intel_hdcp_atomic_check()
2541 new_state->content_protection = in intel_hdcp_atomic_check()
2556 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.c2929 if (conn_state->content_protection == in intel_enable_ddi()
/Linux-v6.1/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c1633 old_cp = old_state->content_protection; in cdns_mhdp_connector_atomic_check()
1634 new_cp = new_state->content_protection; in cdns_mhdp_connector_atomic_check()
1638 new_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in cdns_mhdp_connector_atomic_check()
1644 new_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in cdns_mhdp_connector_atomic_check()
2017 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-v6.1/include/drm/
Ddrm_connector.h816 unsigned int content_protection; member
/Linux-v6.1/drivers/gpu/drm/
Ddrm_atomic_uapi.c745 state->content_protection = val; in drm_atomic_connector_set_property()
835 *val = state->content_protection; in drm_atomic_connector_get_property()
/Linux-v6.1/drivers/gpu/drm/bridge/analogix/
Danx7625.c2124 cp = state->content_protection; in anx7625_connector_atomic_check()