Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_dio_fixed_vs_pe_retimer.c76 const struct link_hwss *link_hwss) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override() argument
117 if (link_hwss->ext.set_dp_link_test_pattern) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
118 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &hw_tp_params); in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
174 static const struct link_hwss dio_fixed_vs_pe_retimer_link_hwss = {
196 const struct link_hwss *get_dio_fixed_vs_pe_retimer_link_hwss(void) in get_dio_fixed_vs_pe_retimer_link_hwss()
H A Dlink_hwss_hpo_fixed_vs_pe_retimer_dp.h31 const struct link_hwss *get_hpo_fixed_vs_pe_retimer_dp_link_hwss(void);
H A Dlink_hwss_dpia.h33 const struct link_hwss *get_dpia_link_hwss(void);
H A Dlink_hwss_virtual.h33 const struct link_hwss *get_virtual_link_hwss(void);
H A Dlink_hwss_dio_fixed_vs_pe_retimer.h35 const struct link_hwss *get_dio_fixed_vs_pe_retimer_link_hwss(void);
H A Dlink_hwss_hpo_dp.h57 const struct link_hwss *get_hpo_dp_link_hwss(void);
H A Dlink_hwss_dio.h32 const struct link_hwss *get_dio_link_hwss(void);
H A Dlink_hwss_dio.c305 static const struct link_hwss dio_link_hwss = {
350 const struct link_hwss *get_dio_link_hwss(void) in get_dio_link_hwss()
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_phy.c103 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_lane_settings() local
112 if (link_hwss->ext.set_dp_lane_settings) in dp_set_hw_lane_settings()
113 link_hwss->ext.set_dp_lane_settings(link, link_res, in dp_set_hw_lane_settings()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_hwss_hpo_frl.c47 static const struct link_hwss hpo_frl_link_hwss = {
59 const struct link_hwss *get_hpo_frl_link_hwss(void) in get_hpo_frl_link_hwss()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink_hwss.h71 struct link_hwss { struct