Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_hdcp.c1752 if (hdcp->shim->stream_2_2_encryption) { in hdcp2_enable_stream_encryption()
1753 ret = hdcp->shim->stream_2_2_encryption(connector, true); in hdcp2_enable_stream_encryption()
1971 if (hdcp->shim->stream_2_2_encryption) { in _intel_hdcp2_disable()
1972 ret = hdcp->shim->stream_2_2_encryption(connector, false); in _intel_hdcp2_disable()
H A Dintel_dp_hdcp.c790 .stream_2_2_encryption = intel_dp_mst_hdcp2_stream_encryption,
H A Dintel_display_types.h523 int (*stream_2_2_encryption)(struct intel_connector *connector, member