Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/
H A Ddcn31_hpo_dp_link_encoder.c91 struct encoder_set_dp_phy_pattern_param *tp_params) in dcn31_hpo_dp_link_enc_set_link_test_pattern() argument
96 switch (tp_params->dp_phy_pattern) { in dcn31_hpo_dp_link_enc_set_link_test_pattern()
212 tp_custom = (tp_params->custom_pattern[2] << 16) | (tp_params->custom_pattern[1] << 8) | tp_params->custom_pattern[0]; in dcn31_hpo_dp_link_enc_set_link_test_pattern()
214 tp_custom = (tp_params->custom_pattern[5] << 16) | (tp_params->custom_pattern[4] << 8) | tp_params->custom_pattern[3]; in dcn31_hpo_dp_link_enc_set_link_test_pattern()
216 tp_custom = (tp_params->custom_pattern[8] << 16) | (tp_params in dcn31_hpo_dp_link_enc_set_link_test_pattern()
[all...]
H A Ddcn31_hpo_dp_link_encoder.h209 struct encoder_set_dp_phy_pattern_param *tp_params);
/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_dio_fixed_vs_pe_retimer.c75 const struct link_resource *link_res, struct encoder_set_dp_phy_pattern_param *tp_params, in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override() argument
86 if (tp_params == NULL) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
93 switch (tp_params->dp_phy_pattern) { in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
95 if (tp_params->custom_pattern_size == 0 || memcmp(tp_params->custom_pattern, in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
96 pltpat_custom, tp_params->custom_pattern_size) != 0) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
98 hw_tp_params.custom_pattern = tp_params->custom_pattern; in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
99 hw_tp_params.custom_pattern_size = tp_params->custom_pattern_size; in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
114 hw_tp_params.dp_phy_pattern = tp_params->dp_phy_pattern; in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
115 hw_tp_params.dp_panel_mode = tp_params in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
128 set_dio_fixed_vs_pe_retimer_dp_link_test_pattern(struct dc_link * link,const struct link_resource * link_res,struct encoder_set_dp_phy_pattern_param * tp_params) set_dio_fixed_vs_pe_retimer_dp_link_test_pattern() argument
[all...]
H A Dlink_hwss_hpo_fixed_vs_pe_retimer_dp.c75 struct encoder_set_dp_phy_pattern_param *tp_params) in dp_hpo_fixed_vs_pe_retimer_program_override_test_pattern() argument
123 const struct link_resource *link_res, struct encoder_set_dp_phy_pattern_param *tp_params, in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern() argument
132 if (tp_params == NULL) in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
135 if (!IS_DP_PHY_SQUARE_PATTERN(tp_params->dp_phy_pattern)) { in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
149 hw_tp_params.dp_panel_mode = tp_params->dp_panel_mode; in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
154 dp_hpo_fixed_vs_pe_retimer_program_override_test_pattern(link, tp_params); in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
161 struct encoder_set_dp_phy_pattern_param *tp_params) in set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern() argument
164 link, link_res, tp_params, get_hpo_dp_link_hwss())) { in set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern()
166 link_res->hpo_dp_link_enc, tp_params); in set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern()
172 if (tp_params in set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern()
[all...]
H A Dlink_hwss_dpia.c62 struct encoder_set_dp_phy_pattern_param *tp_params) in set_dio_dpia_link_test_pattern() argument
64 if (tp_params->dp_phy_pattern != DP_TEST_PATTERN_VIDEO_MODE) in set_dio_dpia_link_test_pattern()
75 link_enc->funcs->dp_set_phy_pattern(link_enc, tp_params); in set_dio_dpia_link_test_pattern()
H A Dlink_hwss_hpo_dp.c151 struct encoder_set_dp_phy_pattern_param *tp_params) in set_hpo_dp_link_test_pattern() argument
154 link_res->hpo_dp_link_enc, tp_params); in set_hpo_dp_link_test_pattern()
H A Dlink_hwss_dio.h50 struct encoder_set_dp_phy_pattern_param *tp_params);
H A Dlink_hwss_dio.c202 struct encoder_set_dp_phy_pattern_param *tp_params) in set_dio_dp_link_test_pattern() argument
213 link_enc->funcs->dp_set_phy_pattern(link_enc, tp_params); in set_dio_dp_link_test_pattern()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dtp.h58 struct tp_params;
60 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p);
70 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk);
H A Dtp.c18 static void tp_init(adapter_t * ap, const struct tp_params *p, in tp_init()
59 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p) in t1_tp_create()
162 * Initialize TP state. tp_params contains initial settings for some TP
165 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) in t1_tp_reset()
H A Dcommon.h156 struct tp_params { struct
182 struct tp_params tp; argument
157 pm_sizetp_params global() argument
158 cm_sizetp_params global() argument
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c481 struct test_pattern_params *tp_params; in set_crtc_test_pattern() local
515 tp_params = &odm_pipe->stream_res.test_pattern_params; in set_crtc_test_pattern()
520 tp_params->test_pattern, in set_crtc_test_pattern()
521 tp_params->color_space, in set_crtc_test_pattern()
522 tp_params->color_depth, in set_crtc_test_pattern()
524 tp_params->width, in set_crtc_test_pattern()
525 tp_params->height, in set_crtc_test_pattern()
526 tp_params->offset); in set_crtc_test_pattern()
547 tp_params = &odm_pipe->stream_res.test_pattern_params; in set_crtc_test_pattern()
552 tp_params in set_crtc_test_pattern()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink_hwss.h61 struct encoder_set_dp_phy_pattern_param *tp_params);
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h262 struct encoder_set_dp_phy_pattern_param *tp_params);
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h302 struct tp_params { struct
384 struct tp_params tp;
303 nchantp_params global() argument
304 pmrx_sizetp_params global() argument
305 pmtx_sizetp_params global() argument
306 cm_sizetp_params global() argument
307 chan_rx_sizetp_params global() argument
308 chan_tx_sizetp_params global() argument
309 rx_pg_sizetp_params global() argument
310 tx_pg_sizetp_params global() argument
311 rx_num_pgstp_params global() argument
312 tx_num_pgstp_params global() argument
313 ntimer_qstp_params global() argument
H A Dt3_hw.c2541 static void partition_mem(struct adapter *adap, const struct tp_params *p) in partition_mem()
2606 static void tp_config(struct adapter *adap, const struct tp_params *p) in tp_config()
2889 static void ulp_config(struct adapter *adap, const struct tp_params *p) in ulp_config()
3008 static int tp_init(struct adapter *adap, const struct tp_params *p) in tp_init()
3628 struct tp_params *p = &adapter->params.tp; in t3_prep_adapter()
H A Dcxgb3_offload.c382 struct tp_params *tp = &adapter->params.tp; in cxgb_offload_ctl()
H A Dcxgb3_main.c2393 struct tp_params *p = &adapter->params.tp; in cxgb_siocdevprivate()
2409 struct tp_params *p = &adapter->params.tp; in cxgb_siocdevprivate()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c478 struct tp_params *tp = &adap->params.tp; in cxgb4_select_ntuple()
H A Dcxgb4.h348 struct tp_params { struct
438 struct tp_params tp;
349 tretp_params global() argument
350 la_masktp_params global() argument
351 tx_modq_maptp_params global() argument
354 dack_retp_params global() argument
355 tx_modqtp_params global() argument
357 vlan_pri_maptp_params global() argument
358 filter_masktp_params global() argument
359 ingress_configtp_params global() argument
364 rx_pkt_encaptp_params global() argument
377 fcoe_shifttp_params global() argument
378 port_shifttp_params global() argument
379 vnic_shifttp_params global() argument
380 vlan_shifttp_params global() argument
381 tos_shifttp_params global() argument
382 protocol_shifttp_params global() argument
383 ethertype_shifttp_params global() argument
384 macmatch_shifttp_params global() argument
385 matchtype_shifttp_params global() argument
386 frag_shifttp_params global() argument
388 hash_filter_masktp_params global() argument
H A Dcxgb4_filter.c1154 struct tp_params *tp = &adap->params.tp; in is_filter_exact_match()
1240 struct tp_params *tp = &adap->params.tp; in hash_filter_ntuple()