Home
last modified time | relevance | path

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

/linux/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/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c2524 if (conn_state->content_protection == in intel_hdcp_enable()
2526 (conn_state->content_protection == in intel_hdcp_enable()
2577 conn_state->content_protection != in intel_hdcp_update_pipe()
2584 if (conn_state->content_protection == in intel_hdcp_update_pipe()
2602 if (conn_state->content_protection == in intel_hdcp_update_pipe()
2691 u64 old_cp = old_state->content_protection; in intel_hdcp_atomic_check()
2692 u64 new_cp = new_state->content_protection; in intel_hdcp_atomic_check()
2701 new_state->content_protection = in intel_hdcp_atomic_check()
2716 new_state->content_protection = in intel_hdcp_atomic_check()
/linux/include/drm/
H A Ddrm_connector.h1235 unsigned int content_protection; member