Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hdcp.c723 state->content_protection = connector->hdcp_value; in intel_hdcp_prop_work()
799 uint64_t old_cp = old_state->content_protection; in intel_hdcp_atomic_check()
800 uint64_t new_cp = new_state->content_protection; in intel_hdcp_atomic_check()
809 new_state->content_protection = in intel_hdcp_atomic_check()
Dintel_ddi.c3014 if (conn_state->content_protection == in intel_enable_ddi()
/Linux-v4.19/include/drm/
Ddrm_connector.h449 unsigned int content_protection; member
/Linux-v4.19/drivers/gpu/drm/
Ddrm_atomic.c1412 state->content_protection = val; in drm_atomic_connector_set_property()
1513 *val = state->content_protection; in drm_atomic_connector_get_property()