Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_hdcp.c581 struct hdcp2_dp_errata_stream_type stream_type_msg; in intel_dp_hdcp2_config_stream_type() local
593 stream_type_msg.msg_id = HDCP_2_2_ERRATA_DP_STREAM_TYPE; in intel_dp_hdcp2_config_stream_type()
594 stream_type_msg.stream_type = content_type; in intel_dp_hdcp2_config_stream_type()
596 ret = intel_dp_hdcp2_write_msg(dig_port, &stream_type_msg, in intel_dp_hdcp2_config_stream_type()
597 sizeof(stream_type_msg)); in intel_dp_hdcp2_config_stream_type()