Searched refs:enable_encryption (Results 1 – 7 of 7) sorted by relevance
81 bool enable_encryption);
168 bool enable_encryption) in hdcp_update_display() argument181 if (enable_encryption) { in hdcp_update_display()
8823 bool enable_encryption = false; in amdgpu_dm_atomic_commit_tail() local8826 enable_encryption = true; in amdgpu_dm_atomic_commit_tail()8842 enable_encryption = true; in amdgpu_dm_atomic_commit_tail()8844 DRM_INFO("[HDCP_DM] hdcp_update_display enable_encryption = %x\n", enable_encryption); in amdgpu_dm_atomic_commit_tail()8848 new_con_state->hdcp_content_type, enable_encryption); in amdgpu_dm_atomic_commit_tail()
22 INSTALL(FILES rpm/enable_encryption.preset DESTINATION ${INSTALL_SYSCONF2DIR}
524 static enum mod_hdcp_status enable_encryption(struct mod_hdcp *hdcp, in enable_encryption() function547 &input->enable_encryption, &status, in enable_encryption()798 status = enable_encryption(hdcp, event_ctx, input); in mod_hdcp_hdcp2_execution()866 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