Searched refs:link_adjust (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_hdcp.c | 200 struct mod_hdcp_link_adjustment link_adjust; in hdcp_update_display() local 210 memset(&link_adjust, 0, sizeof(link_adjust)); in hdcp_update_display() 224 link_adjust.auth_delay = 2; in hdcp_update_display() 227 link_adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_0; in hdcp_update_display() 229 link_adjust.hdcp1.disable = 1; in hdcp_update_display() 230 link_adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_1; in hdcp_update_display() 241 mod_hdcp_update_display(&hdcp_w->hdcp, conn_index, &link_adjust, &display_adjust, &hdcp_w->output); in hdcp_update_display()
|
| /drivers/gpu/drm/amd/display/modules/hdcp/ |
| 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()
|
| /drivers/gpu/drm/amd/display/modules/inc/ |
| A D | mod_hdcp.h | 334 struct mod_hdcp_link_adjustment *link_adjust,
|
Completed in 8 milliseconds