Searched refs:bp_params (Results 1 – 5 of 5) sorted by relevance
47 struct bp_pixel_clock_parameters *bp_params);50 struct bp_spread_spectrum_parameters *bp_params,54 struct bp_adjust_pixel_clock_parameters *bp_params);57 struct bp_crtc_source_select *bp_params);76 struct bp_load_detection_parameters *bp_params);79 struct bp_hw_crtc_timing_parameters *bp_params);90 struct bp_pixel_clock_parameters *bp_params);100 struct bp_set_dce_clock_parameters *bp_params);
47 struct bp_pixel_clock_parameters *bp_params);50 struct bp_spread_spectrum_parameters *bp_params,54 struct bp_adjust_pixel_clock_parameters *bp_params);73 struct bp_hw_crtc_timing_parameters *bp_params);84 struct bp_pixel_clock_parameters *bp_params);94 struct bp_set_dce_clock_parameters *bp_params);
745 struct bp_crtc_source_select *bp_params) in bios_parser_select_crtc_source() argument752 return bp->cmd_tbl.select_crtc_source(bp, bp_params); in bios_parser_select_crtc_source()802 struct bp_load_detection_parameters bp_params = {0}; in bios_parser_dac_load_detection() local808 bp_params.device_id = get_support_mask_for_device_id( in bios_parser_dac_load_detection()811 if (bp_params.device_id == ATOM_DEVICE_CRT1_SUPPORT) in bios_parser_dac_load_detection()813 else if (bp_params.device_id == ATOM_DEVICE_CRT2_SUPPORT) in bios_parser_dac_load_detection()827 bp_params.engine_id = engine_id; in bios_parser_dac_load_detection()828 bp_result = bp->cmd_tbl.dac_load_detection(bp, &bp_params); in bios_parser_dac_load_detection()851 struct bp_adjust_pixel_clock_parameters *bp_params) in bios_parser_adjust_pixel_clock() argument858 return bp->cmd_tbl.adjust_display_pll(bp, bp_params); in bios_parser_adjust_pixel_clock()[all …]
96 struct bp_crtc_source_select *bp_params);116 struct bp_adjust_pixel_clock_parameters *bp_params);119 struct bp_pixel_clock_parameters *bp_params);122 struct bp_set_dce_clock_parameters *bp_params);125 struct bp_spread_spectrum_parameters *bp_params,129 struct bp_hw_crtc_timing_parameters *bp_params);132 struct bp_pixel_clock_parameters *bp_params);
717 struct bp_spread_spectrum_parameters bp_params = {0}; in enable_spread_spectrum() local731 bp_params.ds.feedback_amount = in enable_spread_spectrum()733 bp_params.ds.nfrac_amount = in enable_spread_spectrum()735 bp_params.ds.ds_frac_size = d_s_data.ds_frac_size; in enable_spread_spectrum()736 bp_params.ds_frac_amount = in enable_spread_spectrum()738 bp_params.flags.DS_TYPE = 1; in enable_spread_spectrum()739 bp_params.pll_id = clk_src->base.id; in enable_spread_spectrum()740 bp_params.percentage = ss_data->percentage; in enable_spread_spectrum()742 bp_params.flags.CENTER_SPREAD = 1; in enable_spread_spectrum()744 bp_params.flags.EXTERNAL_SS = 1; in enable_spread_spectrum()[all …]