Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp.c6435 struct hdcp2_dp_errata_stream_type stream_type_msg; in intel_dp_hdcp2_config_stream_type() local
6447 stream_type_msg.msg_id = HDCP_2_2_ERRATA_DP_STREAM_TYPE; in intel_dp_hdcp2_config_stream_type()
6448 stream_type_msg.stream_type = content_type; in intel_dp_hdcp2_config_stream_type()
6450 return intel_dp_hdcp2_write_msg(intel_dig_port, &stream_type_msg, in intel_dp_hdcp2_config_stream_type()
6451 sizeof(stream_type_msg)); in intel_dp_hdcp2_config_stream_type()