Home
last modified time | relevance | path

Searched refs:lb_config (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn401/
H A Ddcn401_dpp.c286 enum lb_memory_config lb_config, in dscl401_calc_lb_num_partitions() argument
308 if (lb_config == LB_MEMORY_CONFIG_1) { in dscl401_calc_lb_num_partitions()
312 } else if (lb_config == LB_MEMORY_CONFIG_2) { in dscl401_calc_lb_num_partitions()
316 } else if (lb_config == LB_MEMORY_CONFIG_3) { in dscl401_calc_lb_num_partitions()
361 enum lb_memory_config lb_config, in dscl401_spl_calc_lb_num_partitions() argument
383 if (lb_config == LB_MEMORY_CONFIG_1) { in dscl401_spl_calc_lb_num_partitions()
387 } else if (lb_config == LB_MEMORY_CONFIG_2) { in dscl401_spl_calc_lb_num_partitions()
391 } else if (lb_config == LB_MEMORY_CONFIG_3) { in dscl401_spl_calc_lb_num_partitions()
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp.c262 enum lb_memory_config lb_config, in dscl2_calc_lb_num_partitions() argument
284 if (lb_config == LB_MEMORY_CONFIG_1) { in dscl2_calc_lb_num_partitions()
288 } else if (lb_config == LB_MEMORY_CONFIG_2) { in dscl2_calc_lb_num_partitions()
292 } else if (lb_config == LB_MEMORY_CONFIG_3) { in dscl2_calc_lb_num_partitions()
439 enum lb_memory_config lb_config, in dscl2_spl_calc_lb_num_partitions() argument
461 if (lb_config == LB_MEMORY_CONFIG_1) { in dscl2_spl_calc_lb_num_partitions()
465 } else if (lb_config == LB_MEMORY_CONFIG_2) { in dscl2_spl_calc_lb_num_partitions()
469 } else if (lb_config == LB_MEMORY_CONFIG_3) { in dscl2_spl_calc_lb_num_partitions()
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
H A Ddcn10_dpp_dscl.c393 enum lb_memory_config lb_config, in dpp1_dscl_calc_lb_num_partitions() argument
417 if (lb_config == LB_MEMORY_CONFIG_1) { in dpp1_dscl_calc_lb_num_partitions()
421 } else if (lb_config == LB_MEMORY_CONFIG_2) { in dpp1_dscl_calc_lb_num_partitions()
425 } else if (lb_config == LB_MEMORY_CONFIG_3) { in dpp1_dscl_calc_lb_num_partitions()
616 enum lb_memory_config lb_config; in dpp1_dscl_set_scaler_manual_scale() local
665 lb_config = dpp1_dscl_find_lb_memory_config(dpp, scl_data); in dpp1_dscl_set_scaler_manual_scale()
666 dpp1_dscl_set_lb(dpp, &scl_data->lb_params, lb_config); in dpp1_dscl_set_scaler_manual_scale()
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.c446 enum lb_memory_config lb_config; in dpp3_get_optimal_number_of_taps() local
497 lb_config = LB_MEMORY_CONFIG_3; in dpp3_get_optimal_number_of_taps()
499 lb_config = LB_MEMORY_CONFIG_0; in dpp3_get_optimal_number_of_taps()
502 scl_data, lb_config, &num_part_y, &num_part_c); in dpp3_get_optimal_number_of_taps()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c124 struct mlxsw_sp_rif_ipip_lb_config lb_config; member
131 struct mlxsw_sp_rif_ipip_lb_config lb_config; member
1159 .lb_config = ipip_ops->ol_loopback_config(mlxsw_sp, ol_dev), in mlxsw_sp_ipip_ol_ipip_lb_create()
1643 struct mlxsw_sp_rif_ipip_lb_config lb_cf = lb_rif->lb_config; in mlxsw_sp_rif_ipip_lb_op()
10765 rif_lb->lb_config = params_lb->lb_config; in mlxsw_sp_rif_ipip_lb_setup()