Searched refs:enable_encryption (Results 1 – 6 of 6) sorted by relevance
81 bool enable_encryption);
168 bool enable_encryption) in hdcp_update_display() argument181 if (enable_encryption) { in hdcp_update_display()
9850 bool enable_encryption = false; in amdgpu_dm_atomic_commit_tail() local9853 enable_encryption = true; in amdgpu_dm_atomic_commit_tail()9869 enable_encryption = true; in amdgpu_dm_atomic_commit_tail()9871 DRM_INFO("[HDCP_DM] hdcp_update_display enable_encryption = %x\n", enable_encryption); in amdgpu_dm_atomic_commit_tail()9876 new_con_state->hdcp_content_type, enable_encryption); in amdgpu_dm_atomic_commit_tail()
523 static enum mod_hdcp_status enable_encryption(struct mod_hdcp *hdcp, in enable_encryption() function546 &input->enable_encryption, &status, in enable_encryption()796 status = enable_encryption(hdcp, event_ctx, input); in mod_hdcp_hdcp2_execution()864 status = enable_encryption(hdcp, event_ctx, input); in mod_hdcp_hdcp2_dp_execution()
239 } else if (input->enable_encryption != PASS) { in mod_hdcp_hdcp2_transition()556 } else if (input->enable_encryption != PASS || in mod_hdcp_hdcp2_dp_transition()
94 uint8_t enable_encryption; member