Home
last modified time | relevance | path

Searched refs:rom_header (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser2.c2152 struct atom_rom_header_v2_2 *rom_header = NULL; in bios_parser_construct() local
2176 rom_header = GET_IMAGE(struct atom_rom_header_v2_2, *rom_header_offset); in bios_parser_construct()
2178 if (!rom_header) in bios_parser_construct()
2181 get_atom_data_table_revision(&rom_header->table_header, &tbl_rev); in bios_parser_construct()
2187 rom_header->masterdatatable_offset); in bios_parser_construct()
Dbios_parser.c4043 ATOM_ROM_HEADER *rom_header = NULL; in bios_parser_construct() local
4066 rom_header = GET_IMAGE(ATOM_ROM_HEADER, *rom_header_offset); in bios_parser_construct()
4068 if (!rom_header) in bios_parser_construct()
4071 get_atom_data_table_revision(&rom_header->sHeader, &tbl_rev); in bios_parser_construct()
4077 rom_header->usMasterDataTableOffset); in bios_parser_construct()