HomeSort by: relevance | last modified time | path
    Searched defs:bp_result (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce100/
amdgpu_dce100_hw_sequencer.c 83 enum bp_result bp_result = BP_RESULT_OK; local in function:dce100_enable_display_power_gating
96 bp_result = dcb->funcs->enable_disp_power_gating(
107 if (bp_result == BP_RESULT_OK)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
amdgpu_dce112_hw_sequencer.c 124 enum bp_result bp_result = BP_RESULT_OK; local in function:dce112_enable_display_power_gating
140 bp_result = dcb->funcs->enable_disp_power_gating(
154 if (bp_result == BP_RESULT_OK)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser2.c 86 static enum bp_result get_gpio_i2c_info(struct bios_parser *bp,
90 static enum bp_result bios_parser_get_firmware_info(
94 static enum bp_result bios_parser_get_encoder_cap_info(
99 static enum bp_result get_firmware_info_v3_1(
103 static enum bp_result get_firmware_info_v3_2(
199 static enum bp_result bios_parser_get_src_obj(struct dc_bios *dcb,
205 enum bp_result bp_result = BP_RESULT_BADINPUT; local in function:bios_parser_get_src_obj
210 return bp_result;
233 bp_result = BP_RESULT_OK
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_clock_source.c 409 enum bp_result bp_result; local in function:pll_adjust_pix_clk
451 bp_result = clk_src->bios->funcs->adjust_pixel_clock(
453 if (bp_result == BP_RESULT_OK) {
637 enum bp_result result;
971 enum bp_result bp_result; local in function:dce110_clock_source_power_down
983 bp_result = dce110_clk_src->bios->funcs->set_pixel_clock(
987 return bp_result == BP_RESULT_OK;
1096 enum bp_result bp_result = BP_RESULT_FAILURE local in function:get_ss_info_from_atombios
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
bios_parser_types.h 50 enum bp_result { enum
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 109 enum bp_result bp_result; local in function:get_hpd_gpio
116 bp_result = dcb->funcs->get_gpio_pin_info(dcb,
119 if (bp_result != BP_RESULT_OK) {
120 ASSERT(bp_result == BP_RESULT_NORECORD);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 205 enum bp_result bp_result = BP_RESULT_OK; local in function:dce110_enable_display_power_gating
225 bp_result = dcb->funcs->enable_disp_power_gating(
244 if (bp_result == BP_RESULT_OK)
725 static enum bp_result link_transmitter_control(
729 enum bp_result result;
815 enum bp_result bp_result; local in function:dce110_edp_power_control
866 bp_result = link_transmitter_control(ctx->dc_bios, &cntl);
874 if (bp_result != BP_RESULT_OK
    [all...]

Completed in 16 milliseconds