Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_hdcp.c239 aconnector->base.index, conn_state->hdcp_content_type, aconnector->base.dpms); in hdcp_remove_display()
315 if (aconnector->base.state->hdcp_content_type == DRM_MODE_HDCP_CONTENT_TYPE0 && in event_property_update()
318 else if (aconnector->base.state->hdcp_content_type == DRM_MODE_HDCP_CONTENT_TYPE1 && in event_property_update()
493 (!!aconnector->base.state) ? aconnector->base.state->hdcp_content_type : -1); in update_config()
495 hdcp_update_display(hdcp_work, link_index, aconnector, conn_state->hdcp_content_type, false); in update_config()
A Damdgpu_dm_trace.h116 __field(unsigned int, hdcp_content_type)
136 __entry->hdcp_content_type = state->hdcp_content_type;
153 __entry->hdcp_content_type, __entry->content_protection,
A Damdgpu_dm.c8581 if (old_state->hdcp_content_type != state->hdcp_content_type && in is_content_protection_different()
9609 new_con_state->hdcp_content_type, in amdgpu_dm_atomic_commit_tail()
/linux/drivers/gpu/drm/
A Ddrm_hdcp.c358 struct drm_connector *connector, bool hdcp_content_type) in DRM_ENUM_NAME_FN()
375 if (!hdcp_content_type) in DRM_ENUM_NAME_FN()
A Ddrm_atomic_uapi.c781 state->hdcp_content_type = val; in drm_atomic_connector_set_property()
869 *val = state->hdcp_content_type; in drm_atomic_connector_get_property()
/linux/drivers/gpu/drm/bridge/cadence/
A Dcdns-mhdp8546-hdcp.c456 ret = _cdns_mhdp_hdcp_enable(mhdp, mhdp->hdcp.hdcp_content_type); in cdns_mhdp_hdcp_check_link()
539 mhdp->hdcp.hdcp_content_type = content_type; in cdns_mhdp_hdcp_enable()
A Dcdns-mhdp8546-core.h351 u8 hdcp_content_type; member
A Dcdns-mhdp8546-core.c1634 if (old_state->hdcp_content_type != new_state->hdcp_content_type && in cdns_mhdp_connector_atomic_check()
2018 cdns_mhdp_hdcp_enable(mhdp, conn_state->hdcp_content_type); in cdns_mhdp_atomic_enable()
/linux/include/drm/
A Ddrm_hdcp.h300 struct drm_connector *connector, bool hdcp_content_type);
A Ddrm_connector.h750 unsigned int hdcp_content_type; member
/linux/drivers/gpu/drm/i915/display/
A Dintel_hdcp.c2406 (conn_state->hdcp_content_type != hdcp->content_type && in intel_hdcp_update_pipe()
2451 (u8)conn_state->hdcp_content_type); in intel_hdcp_update_pipe()
2543 if (old_state->hdcp_content_type == in intel_hdcp_atomic_check()
2544 new_state->hdcp_content_type) in intel_hdcp_atomic_check()
A Dintel_dp_mst.c592 (u8)conn_state->hdcp_content_type); in intel_mst_enable_dp()
A Dintel_ddi.c3086 (u8)conn_state->hdcp_content_type); in intel_enable_ddi()

Completed in 58 milliseconds