Home
last modified time | relevance | path

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

/linux/include/drm/display/
H A Ddrm_hdcp_helper.h19 bool hdcp_content_type);
/linux/drivers/gpu/drm/display/
H A Ddrm_hdcp_helper.c356 struct drm_connector *connector, bool hdcp_content_type) in DRM_ENUM_NAME_FN()
373 if (!hdcp_content_type) in DRM_ENUM_NAME_FN()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c271 aconnector->base.index, conn_state->hdcp_content_type, in hdcp_remove_display()
377 if (conn_state->hdcp_content_type == in event_property_update()
384 } else if (conn_state->hdcp_content_type == in event_property_update()
593 aconnector->base.state->hdcp_content_type : -1); in update_config()
H A Damdgpu_dm_mst_types.c468 connector->state->hdcp_content_type = in dm_dp_mst_get_modes()
469 hdcp_w->hdcp_content_type[connector->index]; in dm_dp_mst_get_modes()
H A Damdgpu_dm.c9470 if (old_conn_state->hdcp_content_type != new_conn_state->hdcp_content_type && in is_content_protection_different()
10805 hdcp_w->hdcp_content_type[connector->index] = in amdgpu_dm_update_hdcp()
10806 new_con_state->hdcp_content_type; in amdgpu_dm_update_hdcp()
10820 new_con_state->hdcp_content_type, enable_encryption); in amdgpu_dm_update_hdcp()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-hdcp.c457 ret = _cdns_mhdp_hdcp_enable(mhdp, mhdp->hdcp.hdcp_content_type); in cdns_mhdp_hdcp_check_link()
512 mhdp->hdcp.hdcp_content_type = content_type; in cdns_mhdp_hdcp_enable()
H A Dcdns-mhdp8546-core.h351 u8 hdcp_content_type; member
H A Dcdns-mhdp8546-core.c1584 if (old_state->hdcp_content_type != new_state->hdcp_content_type && in cdns_mhdp_connector_atomic_check()
1962 cdns_mhdp_hdcp_enable(mhdp, conn_state->hdcp_content_type); in cdns_mhdp_atomic_enable()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c2450 hdcp->content_type = (u8)conn_state->hdcp_content_type; in _intel_hdcp_enable()
2565 (conn_state->hdcp_content_type != hdcp->content_type && in intel_hdcp_update_pipe()
2715 if (old_state->hdcp_content_type == in intel_hdcp_atomic_check()
2716 new_state->hdcp_content_type) in intel_hdcp_atomic_check()
/linux/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c911 state->hdcp_content_type = val; in drm_atomic_connector_set_property()
1007 *val = state->hdcp_content_type; in drm_atomic_connector_get_property()