Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.c754 state->content_protection = val; in drm_atomic_connector_set_property()
841 *val = state->content_protection; in drm_atomic_connector_get_property()
/kernel/linux/linux-5.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()
2195 if (conn_state->content_protection == in intel_hdcp_update_pipe()
2273 u64 old_cp = old_state->content_protection; in intel_hdcp_atomic_check()
2274 u64 new_cp = new_state->content_protection; in intel_hdcp_atomic_check()
2283 new_state->content_protection = in intel_hdcp_atomic_check()
2298 new_state->content_protection = in intel_hdcp_atomic_check()
Dintel_dp_mst.c566 if (conn_state->content_protection == in intel_mst_enable_dp()
Dintel_ddi.c3976 if (conn_state->content_protection == in intel_enable_ddi()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2371 if (connector->state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in amdgpu_dm_update_connector_after_detect()
2372 connector->state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in amdgpu_dm_update_connector_after_detect()
6837 state->content_protection != DRM_MODE_CONTENT_PROTECTION_UNDESIRED) { in is_content_protection_different()
6838 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()
6843 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED && in is_content_protection_different()
6844 state->content_protection == DRM_MODE_CONTENT_PROTECTION_DESIRED) { in is_content_protection_different()
6845 state->content_protection = DRM_MODE_CONTENT_PROTECTION_ENABLED; in is_content_protection_different()
6850 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_UNDESIRED && in is_content_protection_different()
6851 state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in is_content_protection_different()
6852 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()
[all …]
/kernel/linux/linux-5.10/include/drm/
Ddrm_connector.h701 unsigned int content_protection; member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch635 + if (conn_state->content_protection == DRM_MODE_CONTENT_PROTECTION_DESIRED)
1823 + state->content_protection = mhdp->hdcp.value;
2164 + u64 old_cp = old_state->content_protection;
2165 + u64 new_cp = new_state->content_protection;
2174 + new_state->content_protection =
2697 + if (conn_state->content_protection == DRM_MODE_CONTENT_PROTECTION_DESIRED)