Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.h64 unsigned int content_protection[AMDGPU_DM_MAX_DISPLAY_INDEX]; member
H A Damdgpu_dm_hdcp.c232 if (conn_state && conn_state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) { in hdcp_remove_display()
233 conn_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in hdcp_remove_display()
395 aconnector->base.state->content_protection, in event_property_validate()
550 aconnector->base.state->content_protection : -1, in update_config()
H A Damdgpu_dm_trace.h119 __field(unsigned int, content_protection)
139 __entry->content_protection = state->content_protection;
155 __entry->hdcp_content_type, __entry->content_protection,
H A Damdgpu_dm.c3852 connector->state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in DEFINE_FREE()
8810 old_conn_state->content_protection, new_conn_state->content_protection); in is_content_protection_different()
8831 new_conn_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()
8840 new_conn_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()
8844 new_conn_state->content_protection = DRM_MODE_CONTENT_PROTECTION_ENABLED; in is_content_protection_different()
8855 new_conn_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()
8891 if (old_conn_state->content_protection == new_conn_state->content_protection) { in is_content_protection_different()
10126 old_con_state->content_protection, new_con_state->content_protection); in amdgpu_dm_atomic_commit_tail()
10182 new_con_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in amdgpu_dm_atomic_commit_tail()
10211 hdcp_w->content_protection[connector->index] = in amdgpu_dm_atomic_commit_tail()
[all …]
H A Damdgpu_dm_mst_types.c441 connector->state->content_protection = in dm_dp_mst_get_modes()
442 hdcp_w->content_protection[connector->index]; in dm_dp_mst_get_modes()
/linux-6.15/drivers/gpu/drm/display/
H A 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-6.15/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c2520 if (conn_state->content_protection == in intel_hdcp_enable()
2522 (conn_state->content_protection == in intel_hdcp_enable()
2573 conn_state->content_protection != in intel_hdcp_update_pipe()
2580 if (conn_state->content_protection == in intel_hdcp_update_pipe()
2598 if (conn_state->content_protection == in intel_hdcp_update_pipe()
2687 u64 old_cp = old_state->content_protection; in intel_hdcp_atomic_check()
2688 u64 new_cp = new_state->content_protection; in intel_hdcp_atomic_check()
2697 new_state->content_protection = in intel_hdcp_atomic_check()
2712 new_state->content_protection = in intel_hdcp_atomic_check()
H A Dintel_psr.c1624 if (conn_state->content_protection == in _panel_replay_compute_config()
1626 (conn_state->content_protection == in _panel_replay_compute_config()
/linux-6.15/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c1651 old_cp = old_state->content_protection; in cdns_mhdp_connector_atomic_check()
1652 new_cp = new_state->content_protection; in cdns_mhdp_connector_atomic_check()
1656 new_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in cdns_mhdp_connector_atomic_check()
1662 new_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in cdns_mhdp_connector_atomic_check()
2028 conn_state->content_protection == in cdns_mhdp_atomic_enable()
H A Dcdns-mhdp8546-hdcp.c497 state->content_protection = mhdp->hdcp.value; in cdns_mhdp_hdcp_prop_work()
/linux-6.15/include/drm/
H A Ddrm_connector.h1094 unsigned int content_protection; member
/linux-6.15/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c757 state->content_protection = val; in drm_atomic_connector_set_property()
853 *val = state->content_protection; in drm_atomic_connector_get_property()
/linux-6.15/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c2409 if (conn_state->content_protection == DRM_MODE_CONTENT_PROTECTION_DESIRED) { in anx7625_bridge_atomic_enable()