| /linux/drivers/gpu/drm/amd/display/dc/bios/ |
| H A D | command_table.c | 209 result = BP_RESULT_OK; in encoder_control_dig1_v1() 224 result = BP_RESULT_OK; in encoder_control_dig2_v1() 270 result = BP_RESULT_OK; in encoder_control_digx_v3() 316 result = BP_RESULT_OK; in encoder_control_digx_v4() 374 result = BP_RESULT_OK; in encoder_control_digx_v5() 550 result = BP_RESULT_OK; in transmitter_control_v2() 684 result = BP_RESULT_OK; in transmitter_control_v3() 807 result = BP_RESULT_OK; in transmitter_control_v4() 868 result = BP_RESULT_OK; in transmitter_control_v1_5() 930 result = BP_RESULT_OK; in transmitter_control_v1_6() [all …]
|
| H A D | bios_parser2.c | 241 bp_result = BP_RESULT_OK; in bios_parser_get_src_obj() 257 bp_result = BP_RESULT_OK; in bios_parser_get_src_obj() 281 bp_result = BP_RESULT_OK; in bios_parser_get_src_obj() 284 bp_result = BP_RESULT_OK; in bios_parser_get_src_obj() 299 bp_result = BP_RESULT_OK; in bios_parser_get_src_obj() 303 bp_result = BP_RESULT_OK; in bios_parser_get_src_obj() 405 if (get_gpio_i2c_info(bp, &dummy_record, info) == BP_RESULT_OK) in bios_parser_get_i2c_info() 406 return BP_RESULT_OK; in bios_parser_get_i2c_info() 448 BP_RESULT_OK) in bios_parser_get_i2c_info() 449 return BP_RESULT_OK; in bios_parser_get_i2c_info() [all …]
|
| H A D | bios_parser.c | 213 return BP_RESULT_OK; in bios_parser_get_src_obj() 252 if (get_gpio_i2c_info(bp, record, info) == BP_RESULT_OK) in bios_parser_get_i2c_info() 253 return BP_RESULT_OK; in bios_parser_get_i2c_info() 283 return BP_RESULT_OK; in bios_parser_get_hpd_info() 320 return BP_RESULT_OK; in bios_parser_get_device_tag_record() 349 != BP_RESULT_OK) in bios_parser_get_device_tag() 361 return BP_RESULT_OK; in bios_parser_get_device_tag() 460 return BP_RESULT_OK; in get_firmware_info_v1_4() 514 ASIC_INTERNAL_MEMORY_SS, index, &internalSS) == BP_RESULT_OK) { in get_firmware_info_v2_1() 537 ASIC_INTERNAL_ENGINE_SS, index, &internalSS) == BP_RESULT_OK) { in get_firmware_info_v2_1() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_link_encoder.c | 866 enum bp_result result = BP_RESULT_OK; in dce110_link_encoder_construct() 963 if (result == BP_RESULT_OK) { in dce110_link_encoder_construct() 1042 if (result != BP_RESULT_OK) { in dce110_link_encoder_hw_init() 1059 if (result != BP_RESULT_OK) { in dce110_link_encoder_hw_init() 1071 ASSERT(result == BP_RESULT_OK); in dce110_link_encoder_hw_init() 1165 if (result != BP_RESULT_OK) { in dce110_link_encoder_enable_tmds_output() 1197 if (result != BP_RESULT_OK) { in dce110_link_encoder_enable_lvds_output() 1213 if (result != BP_RESULT_OK) { in dce110_link_encoder_enable_analog_output() 1252 if (result != BP_RESULT_OK) { in dce110_link_encoder_enable_dp_output() 1291 if (result != BP_RESULT_OK) { in dce110_link_encoder_enable_dp_mst_output() [all …]
|
| H A D | dce_clock_source.c | 449 if (bp_result == BP_RESULT_OK) { in pll_adjust_pix_clk() 646 return result == BP_RESULT_OK; in disable_spread_spectrum() 747 if (BP_RESULT_OK != in enable_spread_spectrum() 893 clk_src->bios, &bp_pc_params) != BP_RESULT_OK) in dce110_program_pix_clk() 953 clk_src->bios, &bp_pc_params) != BP_RESULT_OK) in dce112_program_pix_clk() 1054 clk_src->bios, &bp_pc_params) != BP_RESULT_OK) in dcn31_program_pix_clk() 1156 clk_src->bios, &bp_pc_params) != BP_RESULT_OK) in dcn401_program_pix_clk() 1189 return bp_result == BP_RESULT_OK; in dce110_clock_source_power_down() 1498 if (bp_result != BP_RESULT_OK) in get_ss_info_from_atombios()
|
| H A D | dce_i2c.c | 45 if (dcb->funcs->get_i2c_info(dcb, id, &i2c_info) != BP_RESULT_OK) in dce_i2c_oem_device_present()
|
| H A D | dce_clk_mgr.c | 417 if (result == BP_RESULT_OK && in dce_clock_read_ss_info() 441 if (result == BP_RESULT_OK && in dce_clock_read_ss_info() 479 if (result == BP_RESULT_OK && info.spread_spectrum_percentage != 0) { in dce121_clock_patch_xgmi_ss_info()
|
| H A D | dce_stream_encoder.c | 550 enc110->base.bp, &cntl) != BP_RESULT_OK) in dce110_stream_encoder_hdmi_set_stream_attribute() 666 enc110->base.bp, &cntl) != BP_RESULT_OK) in dce110_stream_encoder_dvi_set_stream_attribute() 690 enc110->base.bp, &cntl) != BP_RESULT_OK) in dce110_stream_encoder_lvds_set_stream_attribute()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce112/ |
| H A D | dce112_hwseq.c | 119 enum bp_result bp_result = BP_RESULT_OK; in dce112_enable_display_power_gating() 146 if (bp_result == BP_RESULT_OK) in dce112_enable_display_power_gating()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_hpd.c | 117 if (dcb->funcs->get_hpd_info(dcb, link_id, &hpd_info) != BP_RESULT_OK) in link_get_hpd_gpio() 123 if (bp_result != BP_RESULT_OK) { in link_get_hpd_gpio()
|
| H A D | link_ddc.c | 123 dcb->funcs->get_i2c_info(dcb, init_data->id, &i2c_info) != BP_RESULT_OK) { in ddc_service_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_factory.c | 446 enum bp_result bp_result = BP_RESULT_OK; in find_analog_engine() 452 if (bp_result != BP_RESULT_OK) in find_analog_engine() 583 …>ctx->dc_bios->funcs->get_hpd_info(link->ctx->dc_bios, link->link_id, &hpd_info) == BP_RESULT_OK) { in construct_phy() 726 &link->device_tag) != BP_RESULT_OK) { in construct_phy()
|
| H A D | link_detection.c | 956 return bp_result == BP_RESULT_OK; in link_detect_dac_load_detect()
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/ |
| H A D | dce120_clk_mgr.c | 66 if (result == BP_RESULT_OK && info.spread_spectrum_percentage != 0) { in dce121_clock_patch_xgmi_ss_info()
|
| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | bios_parser_types.h | 49 BP_RESULT_OK = 0, /* There was no error */ enumerator
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_timing_generator.c | 148 return result == BP_RESULT_OK; in dce110_timing_generator_enable_crtc() 247 return result == BP_RESULT_OK; in dce110_timing_generator_disable_crtc() 351 return result == BP_RESULT_OK; in dce110_timing_generator_program_timing_generator()
|
| /linux/drivers/gpu/drm/amd/display/dc/dce112/ |
| H A D | dce112_compressor.c | 822 if (BP_RESULT_OK == in dce112_compressor_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/dce120/ |
| H A D | dce120_timing_generator.c | 153 return result == BP_RESULT_OK; in dce120_timing_generator_enable_crtc()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 213 enum bp_result bp_result = BP_RESULT_OK; in dce110_enable_display_power_gating() 249 if (bp_result == BP_RESULT_OK) in dce110_enable_display_power_gating() 884 if (bp_result != BP_RESULT_OK) in dce110_edp_power_control()
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/ |
| H A D | dcn32_clk_mgr.c | 952 if (result == BP_RESULT_OK && in dcn32_clock_read_ss_info()
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/ |
| H A D | dcn401_clk_mgr.c | 1285 if (result == BP_RESULT_OK && in dcn401_clock_read_ss_info()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/ |
| H A D | dcn401_resource.c | 2027 dc->caps.vbios_lttpr_enable = (bp_query_result == BP_RESULT_OK) && !!is_vbios_lttpr_enable; in dcn401_resource_construct()
|