HomeSort by: relevance | last modified time | path
    Searched refs:bios_parser (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
command_table.h 31 struct bios_parser;
36 struct bios_parser *bp,
39 struct bios_parser *bp,
42 struct bios_parser *bp,
45 struct bios_parser *bp,
48 struct bios_parser *bp,
51 struct bios_parser *bp,
55 struct bios_parser *bp,
58 struct bios_parser *bp,
63 struct bios_parser *bp
    [all...]
command_table2.h 31 struct bios_parser;
36 struct bios_parser *bp,
39 struct bios_parser *bp,
42 struct bios_parser *bp,
45 struct bios_parser *bp,
48 struct bios_parser *bp,
51 struct bios_parser *bp,
55 struct bios_parser *bp,
58 struct bios_parser *bp,
63 struct bios_parser *bp
    [all...]
bios_parser_types_internal.h 55 struct bios_parser { struct
72 container_of(dc_bios, struct bios_parser, base)
bios_parser_types_internal2.h 56 struct bios_parser { struct
74 container_of(dc_bios, struct bios_parser, base)
amdgpu_command_table2.c 94 struct bios_parser *bp,
98 struct bios_parser *bp,
101 static void init_dig_encoder_control(struct bios_parser *bp)
133 struct bios_parser *bp,
197 struct bios_parser *bp,
217 struct bios_parser *bp,
221 struct bios_parser *bp,
224 static void init_transmitter_control(struct bios_parser *bp)
259 struct bios_parser *bp,
302 struct bios_parser *bp
    [all...]
amdgpu_command_table.c 55 static void init_dig_encoder_control(struct bios_parser *bp);
56 static void init_transmitter_control(struct bios_parser *bp);
57 static void init_set_pixel_clock(struct bios_parser *bp);
58 static void init_enable_spread_spectrum_on_ppll(struct bios_parser *bp);
59 static void init_adjust_display_pll(struct bios_parser *bp);
60 static void init_dac_encoder_control(struct bios_parser *bp);
61 static void init_dac_output_control(struct bios_parser *bp);
62 static void init_set_crtc_timing(struct bios_parser *bp);
63 static void init_enable_crtc(struct bios_parser *bp);
64 static void init_enable_crtc_mem_req(struct bios_parser *bp)
    [all...]
bios_parser_helper.h 31 struct bios_parser;
Makefile 26 BIOS = bios_parser.o bios_parser_interface.o bios_parser_helper.o command_table.o command_table_helper.o bios_parser_common.o
amdgpu_bios_parser.c 47 #include "bios_parser.h"
67 static uint32_t get_src_obj_list(struct bios_parser *bp, ATOM_OBJECT *object,
69 static ATOM_OBJECT *get_bios_object(struct bios_parser *bp,
71 static enum bp_result get_gpio_i2c_info(struct bios_parser *bp,
74 static ATOM_HPD_INT_RECORD *get_hpd_record(struct bios_parser *bp,
80 struct bios_parser *bp,
88 struct bios_parser *bp,
105 struct bios_parser *bp = NULL;
107 bp = kzalloc(sizeof(struct bios_parser), GFP_KERNEL);
119 static void bios_parser_destruct(struct bios_parser *bp
    [all...]
amdgpu_bios_parser2.c 86 static enum bp_result get_gpio_i2c_info(struct bios_parser *bp,
100 struct bios_parser *bp,
104 struct bios_parser *bp,
107 static struct atom_hpd_int_record *get_hpd_record(struct bios_parser *bp,
111 struct bios_parser *bp,
119 static void bios_parser2_destruct(struct bios_parser *bp)
127 struct bios_parser *bp = BP_FROM_DCB(*dcb);
165 struct bios_parser *bp = BP_FROM_DCB(dcb);
180 struct bios_parser *bp = BP_FROM_DCB(dcb);
203 struct bios_parser *bp = BP_FROM_DCB(dcb)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
bios_parser_interface.h 33 struct bios_parser;

Completed in 15 milliseconds