Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hdcp/
Dhdcp_msg.c115 struct hdcp_protection_message *message_info);
124 struct hdcp_protection_message *message_info) in hdmi_14_process_transaction() argument
138 if (message_info->msg_id == HDCP_MESSAGE_ID_INVALID) { in hdmi_14_process_transaction()
139 DC_LOG_ERROR("%s: Invalid message_info msg_id - %d\n", __func__, message_info->msg_id); in hdmi_14_process_transaction()
143 offset = hdcp_i2c_offsets[message_info->msg_id]; in hdmi_14_process_transaction()
146 switch (message_info->link) { in hdmi_14_process_transaction()
158 if (hdcp_cmd_is_read[message_info->msg_id]) { in hdmi_14_process_transaction()
161 i2c_payloads[1].length = message_info->length; in hdmi_14_process_transaction()
162 i2c_payloads[1].data = message_info->data; in hdmi_14_process_transaction()
165 buff = kzalloc(message_info->length + 1, GFP_KERNEL); in hdmi_14_process_transaction()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc.h2460 struct hdcp_protection_message *message_info);