Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c201 struct mod_hdcp_link_adjustment link_adjust; in hdcp_update_display() local
212 memset(&link_adjust, 0, sizeof(link_adjust)); in hdcp_update_display()
226 link_adjust.auth_delay = 2; in hdcp_update_display()
227 link_adjust.retry_limit = MAX_NUM_OF_ATTEMPTS; in hdcp_update_display()
230 link_adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_0; in hdcp_update_display()
232 link_adjust.hdcp1.disable = 1; in hdcp_update_display()
233 link_adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_1; in hdcp_update_display()
235 link_adjust.hdcp2.use_fw_locality_check = in hdcp_update_display()
237 link_adjust.hdcp2.use_sw_locality_fallback = dc->debug.hdcp_lc_enable_sw_fallback; in hdcp_update_display()
247 mod_hdcp_update_display(&hdcp_w->hdcp, conn_index, &link_adjust, &display_adjust, &hdcp_w->output); in hdcp_update_display()