Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c171 struct mod_hdcp_link_adjustment link_adjust; in hdcp_update_display() local
178 memset(&link_adjust, 0, sizeof(link_adjust)); in hdcp_update_display()
192 link_adjust.auth_delay = 2; in hdcp_update_display()
195 link_adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_0; in hdcp_update_display()
197 link_adjust.hdcp1.disable = 1; in hdcp_update_display()
198 link_adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_1; in hdcp_update_display()
209 mod_hdcp_update_display(&hdcp_w->hdcp, conn_index, &link_adjust, &display_adjust, &hdcp_w->output); in hdcp_update_display()
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c423 struct mod_hdcp_link_adjustment *link_adjust, in mod_hdcp_update_display() argument
441 if (memcmp(link_adjust, &hdcp->connection.link.adjust, in mod_hdcp_update_display()
449 if (memcmp(link_adjust, &hdcp->connection.link.adjust, in mod_hdcp_update_display()
470 hdcp->connection.link.adjust = *link_adjust; in mod_hdcp_update_display()
/linux/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_hdcp.h300 struct mod_hdcp_link_adjustment *link_adjust,