Home
last modified time | relevance | path

Searched refs:BP_RESULT_FAILURE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table.c172 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_dig_v1()
199 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_dig1_v1()
214 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_dig2_v1()
229 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_digx_v3()
275 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_digx_v4()
321 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_digx_v5()
434 enum bp_result result = BP_RESULT_FAILURE; in transmitter_control_v2()
555 enum bp_result result = BP_RESULT_FAILURE; in transmitter_control_v3()
689 enum bp_result result = BP_RESULT_FAILURE; in transmitter_control_v4()
2009 bool result = BP_RESULT_FAILURE; in enable_crtc_v1()
[all …]
H A Dcommand_table2.c133 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_digx_v1_5()
202 return BP_RESULT_FAILURE; in encoder_control_fallback()
270 enum bp_result result = BP_RESULT_FAILURE; in transmitter_control_v1_6()
332 enum bp_result result = BP_RESULT_FAILURE; in transmitter_control_v1_7()
385 return BP_RESULT_FAILURE; in transmitter_control_fallback()
440 enum bp_result result = BP_RESULT_FAILURE; in set_pixel_clock_v7()
531 return BP_RESULT_FAILURE; in set_pixel_clock_fallback()
567 enum bp_result result = BP_RESULT_FAILURE; in set_crtc_using_dtd_timing_v3()
686 bool result = BP_RESULT_FAILURE; in enable_crtc_v1()
808 enum bp_result result = BP_RESULT_FAILURE; in enable_disp_power_gating_v2_1()
[all …]
H A Dbios_parser.c737 return BP_RESULT_FAILURE; in bios_parser_transmitter_control()
749 return BP_RESULT_FAILURE; in bios_parser_encoder_control()
761 return BP_RESULT_FAILURE; in bios_parser_adjust_pixel_clock()
773 return BP_RESULT_FAILURE; in bios_parser_set_pixel_clock()
785 return BP_RESULT_FAILURE; in bios_parser_set_dce_clock()
798 return BP_RESULT_FAILURE; in bios_parser_enable_spread_spectrum_on_ppll()
812 return BP_RESULT_FAILURE; in bios_parser_program_crtc_timing()
824 return BP_RESULT_FAILURE; in bios_parser_program_display_engine_pll()
839 return BP_RESULT_FAILURE; in bios_parser_enable_crtc()
852 return BP_RESULT_FAILURE; in bios_parser_enable_disp_power_gating()
[all …]
H A Dbios_parser2.c1519 return BP_RESULT_FAILURE; in bios_parser_get_embedded_panel_info()
1541 return BP_RESULT_FAILURE; in bios_parser_get_embedded_panel_info()
1620 return BP_RESULT_FAILURE; in bios_parser_transmitter_control()
1632 return BP_RESULT_FAILURE; in bios_parser_encoder_control()
1644 return BP_RESULT_FAILURE; in bios_parser_set_pixel_clock()
1656 return BP_RESULT_FAILURE; in bios_parser_set_dce_clock()
1668 return BP_RESULT_FAILURE; in bios_parser_program_crtc_timing()
1681 return BP_RESULT_FAILURE; in bios_parser_enable_crtc()
1694 return BP_RESULT_FAILURE; in bios_parser_enable_disp_power_gating()
1709 return BP_RESULT_FAILURE; in bios_parser_enable_lvtma_control()
/linux/drivers/gpu/drm/amd/display/include/
H A Dbios_parser_types.h54 BP_RESULT_FAILURE enumerator
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c1447 enum bp_result bp_result = BP_RESULT_FAILURE; in get_ss_info_from_atombios()