1*ad5594adSMichael Strauss /*
2*ad5594adSMichael Strauss  * Copyright 2023 Advanced Micro Devices, Inc.
3*ad5594adSMichael Strauss  *
4*ad5594adSMichael Strauss  * Permission is hereby granted, free of charge, to any person obtaining a
5*ad5594adSMichael Strauss  * copy of this software and associated documentation files (the "Software"),
6*ad5594adSMichael Strauss  * to deal in the Software without restriction, including without limitation
7*ad5594adSMichael Strauss  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8*ad5594adSMichael Strauss  * and/or sell copies of the Software, and to permit persons to whom the
9*ad5594adSMichael Strauss  * Software is furnished to do so, subject to the following conditions:
10*ad5594adSMichael Strauss  *
11*ad5594adSMichael Strauss  * The above copyright notice and this permission notice shall be included in
12*ad5594adSMichael Strauss  * all copies or substantial portions of the Software.
13*ad5594adSMichael Strauss  *
14*ad5594adSMichael Strauss  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15*ad5594adSMichael Strauss  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16*ad5594adSMichael Strauss  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17*ad5594adSMichael Strauss  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18*ad5594adSMichael Strauss  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19*ad5594adSMichael Strauss  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20*ad5594adSMichael Strauss  * OTHER DEALINGS IN THE SOFTWARE.
21*ad5594adSMichael Strauss  *
22*ad5594adSMichael Strauss  * Authors: AMD
23*ad5594adSMichael Strauss  *
24*ad5594adSMichael Strauss  */
25*ad5594adSMichael Strauss #ifndef __LINK_HWSS_HPO_FIXED_VS_PE_RETIMER_DP_H__
26*ad5594adSMichael Strauss #define __LINK_HWSS_HPO_FIXED_VS_PE_RETIMER_DP_H__
27*ad5594adSMichael Strauss 
28*ad5594adSMichael Strauss #include "link.h"
29*ad5594adSMichael Strauss 
30*ad5594adSMichael Strauss bool requires_fixed_vs_pe_retimer_hpo_link_hwss(const struct dc_link *link);
31*ad5594adSMichael Strauss const struct link_hwss *get_hpo_fixed_vs_pe_retimer_dp_link_hwss(void);
32*ad5594adSMichael Strauss 
33*ad5594adSMichael Strauss #endif /* __LINK_HWSS_HPO_FIXED_VS_PE_RETIMER_DP_H__ */
34