Home
last modified time | relevance | path

Searched refs:bios_get_image (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_helper.h31 uint8_t *bios_get_image(struct dc_bios *bp, uint32_t offset,
39 #define GET_IMAGE(type, offset) ((type *) bios_get_image(&bp->base, offset, sizeof(type)))
H A Dbios_parser_helper.c36 uint8_t *bios_get_image(struct dc_bios *bp, in bios_get_image() function
H A Dbios_parser.c140 table = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base, in get_number_of_objects()
170 ATOM_OBJECT_TABLE *tbl = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base, in bios_parser_get_connector_id()
667 ss_table_header_include = ((ATOM_ASIC_INTERNAL_SS_INFO_V3 *) bios_get_image(&bp->base, in get_ss_info_v3_1()
1035 header = ((ATOM_ASIC_INTERNAL_SS_INFO_V2 *) bios_get_image( in get_ss_info_from_internal_ss_info_tbl_V2_1()
1717 header_include = ((ATOM_ASIC_INTERNAL_SS_INFO_V2 *) bios_get_image( in get_ss_entry_number_from_internal_ss_info_tbl_v2_1()
1756 header_include = ((ATOM_ASIC_INTERNAL_SS_INFO_V3 *) bios_get_image(&bp->base, in get_ss_entry_number_from_internal_ss_info_tbl_V3_1()
1800 header = ((ATOM_GPIO_PIN_LUT *) bios_get_image(&bp->base, in bios_parser_get_gpio_pin_info()
1991 tbl = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base, offset, in get_bios_object()
2024 *id_list = (uint16_t *)bios_get_image(&bp->base, offset, *number * sizeof(uint16_t)); in get_src_obj_list()
2720 object_table = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base, in get_bracket_layout_record()