Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H 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()
H A Ddrm_atomic_uapi.c752 state->content_protection = val; in drm_atomic_connector_set_property()
839 *val = state->content_protection; in drm_atomic_connector_get_property()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A 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()
H A Dintel_dp_mst.c566 if (conn_state->content_protection == in intel_mst_enable_dp()
H A Dintel_ddi.c3976 if (conn_state->content_protection == in intel_enable_ddi()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0012-Support-setting-output-flow-direction.patch165 struct content_protection *content_protection;
H A D0016-backend-drm-Support-controlling-output-dynamically.patch186 struct content_protection *content_protection;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2369 if (connector->state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in amdgpu_dm_update_connector_after_detect()
2370 connector->state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in amdgpu_dm_update_connector_after_detect()
6835 state->content_protection != DRM_MODE_CONTENT_PROTECTION_UNDESIRED) { in is_content_protection_different()
6836 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()
6841 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED && in is_content_protection_different()
6842 state->content_protection == DRM_MODE_CONTENT_PROTECTION_DESIRED) { in is_content_protection_different()
6843 state->content_protection = DRM_MODE_CONTENT_PROTECTION_ENABLED; in is_content_protection_different()
6848 if (old_state->content_protection == DRM_MODE_CONTENT_PROTECTION_UNDESIRED && in is_content_protection_different()
6849 state->content_protection == DRM_MODE_CONTENT_PROTECTION_ENABLED) in is_content_protection_different()
6850 state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in is_content_protection_different()
[all …]
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_connector.h754 unsigned int content_protection; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c1263 old_cp = old_state->content_protection; in dw_dp_hdcp_atomic_check()
1264 new_cp = new_state->content_protection; in dw_dp_hdcp_atomic_check()
1268 new_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in dw_dp_hdcp_atomic_check()
1274 new_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in dw_dp_hdcp_atomic_check()
3098 if (conn_state->content_protection == DRM_MODE_CONTENT_PROTECTION_DESIRED) in dw_dp_bridge_atomic_enable()