Home
last modified time | relevance | path

Searched refs:bios_parser (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table2.h29 struct bios_parser;
34 struct bios_parser *bp,
37 struct bios_parser *bp,
40 struct bios_parser *bp,
43 struct bios_parser *bp,
46 struct bios_parser *bp,
49 struct bios_parser *bp,
53 struct bios_parser *bp,
56 struct bios_parser *bp,
61 struct bios_parser *bp,
[all …]
H A Dcommand_table.h29 struct bios_parser;
34 struct bios_parser *bp,
37 struct bios_parser *bp,
40 struct bios_parser *bp,
43 struct bios_parser *bp,
46 struct bios_parser *bp,
49 struct bios_parser *bp,
53 struct bios_parser *bp,
56 struct bios_parser *bp,
59 struct bios_parser *bp,
[all …]
H A Dcommand_table.c50 static void init_dig_encoder_control(struct bios_parser *bp);
51 static void init_transmitter_control(struct bios_parser *bp);
52 static void init_set_pixel_clock(struct bios_parser *bp);
53 static void init_enable_spread_spectrum_on_ppll(struct bios_parser *bp);
54 static void init_adjust_display_pll(struct bios_parser *bp);
55 static void init_select_crtc_source(struct bios_parser *bp);
56 static void init_dac_encoder_control(struct bios_parser *bp);
57 static void init_dac_load_detection(struct bios_parser *bp);
58 static void init_dac_output_control(struct bios_parser *bp);
59 static void init_set_crtc_timing(struct bios_parser *bp);
[all …]
H A Dcommand_table2.c87 struct bios_parser *bp,
91 struct bios_parser *bp,
94 static void init_dig_encoder_control(struct bios_parser *bp) in init_dig_encoder_control()
129 struct bios_parser *bp, in encoder_control_digx_v1_5()
193 struct bios_parser *bp, in encoder_control_fallback()
214 struct bios_parser *bp,
218 struct bios_parser *bp,
222 struct bios_parser *bp,
225 static void init_transmitter_control(struct bios_parser *bp) in init_transmitter_control()
266 struct bios_parser *bp, in transmitter_control_v1_6()
[all …]
H A Dbios_parser.c59 static uint32_t get_src_obj_list(struct bios_parser *bp, ATOM_OBJECT *object,
61 static ATOM_OBJECT *get_bios_object(struct bios_parser *bp,
63 static enum bp_result get_gpio_i2c_info(struct bios_parser *bp,
66 static ATOM_HPD_INT_RECORD *get_hpd_record(struct bios_parser *bp,
74 struct bios_parser *bp,
82 struct bios_parser *bp,
99 struct bios_parser *bp; in bios_parser_create()
101 bp = kzalloc_obj(struct bios_parser); in bios_parser_create()
113 static void bios_parser_destruct(struct bios_parser *bp) in bios_parser_destruct()
121 struct bios_parser *bp = BP_FROM_DCB(*dcb); in bios_parser_destroy()
[all …]
H A Dbios_parser2.c53 static enum bp_result get_gpio_i2c_info(struct bios_parser *bp,
67 struct bios_parser *bp,
71 struct bios_parser *bp,
75 struct bios_parser *bp,
79 struct bios_parser *bp,
82 static struct atom_hpd_int_record *get_hpd_record(struct bios_parser *bp,
86 struct bios_parser *bp,
94 static void bios_parser2_destruct(struct bios_parser *bp) in bios_parser2_destruct()
102 struct bios_parser *bp = BP_FROM_DCB(*dcb); in firmware_parser_destroy()
140 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_connectors_number()
[all …]
H A Dbios_parser_types_internal2.h55 struct bios_parser { struct
73 container_of(dc_bios, struct bios_parser, base) argument
H A Dbios_parser_types_internal.h53 struct bios_parser { struct
70 container_of(dc_bios, struct bios_parser, base) argument
H A Dbios_parser_helper.h29 struct bios_parser;
H A DMakefile26 BIOS = bios_parser.o bios_parser_interface.o bios_parser_helper.o command_table.o command_table_he…
/linux/drivers/gpu/drm/amd/display/include/
H A Dbios_parser_interface.h31 struct bios_parser;