Searched refs:bios_get_image (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/bios/ |
D | bios_parser_helper.h | 31 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)))
|
D | bios_parser_helper.c | 36 uint8_t *bios_get_image(struct dc_bios *bp, in bios_get_image() function
|
D | bios_parser.c | 138 table = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base, in get_number_of_objects() 168 ATOM_OBJECT_TABLE *tbl = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base, in bios_parser_get_connector_id() 665 ss_table_header_include = ((ATOM_ASIC_INTERNAL_SS_INFO_V3 *) bios_get_image(&bp->base, in get_ss_info_v3_1() 1036 header = ((ATOM_ASIC_INTERNAL_SS_INFO_V2 *) bios_get_image( in get_ss_info_from_internal_ss_info_tbl_V2_1() 1724 header_include = ((ATOM_ASIC_INTERNAL_SS_INFO_V2 *) bios_get_image( in get_ss_entry_number_from_internal_ss_info_tbl_v2_1() 1766 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() 1813 header = ((ATOM_GPIO_PIN_LUT *) bios_get_image(&bp->base, in bios_parser_get_gpio_pin_info() 2004 tbl = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base, offset, in get_bios_object() 2037 *id_list = (uint16_t *)bios_get_image(&bp->base, offset, *number * sizeof(uint16_t)); in get_src_obj_list() 2733 object_table = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base, in get_bracket_layout_record()
|