Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_hdcp.c600 struct hdcp2_dp_errata_stream_type stream_type_msg; in intel_dp_hdcp2_config_stream_type() local
612 stream_type_msg.msg_id = HDCP_2_2_ERRATA_DP_STREAM_TYPE; in intel_dp_hdcp2_config_stream_type()
613 stream_type_msg.stream_type = content_type; in intel_dp_hdcp2_config_stream_type()
615 ret = intel_dp_hdcp2_write_msg(connector, &stream_type_msg, in intel_dp_hdcp2_config_stream_type()
616 sizeof(stream_type_msg)); in intel_dp_hdcp2_config_stream_type()