Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.h66 unsigned int hdcp_content_type[AMDGPU_DM_MAX_DISPLAY_INDEX]; member
Damdgpu_dm_hdcp.c235 aconnector->base.index, conn_state->hdcp_content_type, in hdcp_remove_display()
339 if (conn_state->hdcp_content_type == in event_property_update()
346 } else if (conn_state->hdcp_content_type == in event_property_update()
557 aconnector->base.state->hdcp_content_type : -1); in update_config()
Damdgpu_dm_trace.h118 __field(unsigned int, hdcp_content_type)
138 __entry->hdcp_content_type = state->hdcp_content_type;
155 __entry->hdcp_content_type, __entry->content_protection,
Damdgpu_dm_mst_types.c399 connector->state->hdcp_content_type = in dm_dp_mst_get_modes()
400 hdcp_w->hdcp_content_type[connector->index]; in dm_dp_mst_get_modes()
Damdgpu_dm.c8506 if (old_conn_state->hdcp_content_type != new_conn_state->hdcp_content_type && in is_content_protection_different()
9889 hdcp_w->hdcp_content_type[connector->index] = in amdgpu_dm_atomic_commit_tail()
9890 new_con_state->hdcp_content_type; in amdgpu_dm_atomic_commit_tail()
9904 new_con_state->hdcp_content_type, enable_encryption); in amdgpu_dm_atomic_commit_tail()
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_hdcp.c2405 hdcp->content_type = (u8)conn_state->hdcp_content_type; in _intel_hdcp_enable()
2518 (conn_state->hdcp_content_type != hdcp->content_type && in intel_hdcp_update_pipe()
2659 if (old_state->hdcp_content_type == in intel_hdcp_atomic_check()
2660 new_state->hdcp_content_type) in intel_hdcp_atomic_check()
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_connector.h1079 unsigned int hdcp_content_type; member
/openbsd/src/sys/dev/pci/drm/
Ddrm_atomic_uapi.c759 state->hdcp_content_type = val; in drm_atomic_connector_set_property()
855 *val = state->hdcp_content_type; in drm_atomic_connector_get_property()