Searched refs:msg14 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c480 struct hdcp_protection_message msg14; local
483 memset(&msg14, 0, sizeof(struct hdcp_protection_message));
505 msg14.data = &link->hdcp_caps.bcaps.raw;
506 msg14.length = sizeof(link->hdcp_caps.bcaps.raw);
507 msg14.msg_id = HDCP_MESSAGE_ID_READ_BCAPS;
508 msg14.version = HDCP_VERSION_14;
509 msg14.link = HDCP_LINK_PRIMARY;
510 msg14.max_retries = 5;
512 dc_process_hdcp_msg(signal, link, &msg14);

Completed in 161 milliseconds