Searched refs:link_adjust (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.c | 171 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 D | hdcp.c | 423 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 D | mod_hdcp.h | 300 struct mod_hdcp_link_adjustment *link_adjust,
|