Searched refs:bios_get_image (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/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 | 423 …voltage_info_address = bios_get_image(&bp->base, DATA_TABLES(VoltageObjectInfo), sizeof(ATOM_COMMO… in bios_parser_get_voltage_ddc_info() 2385 *id_list = (uint16_t *)bios_get_image(&bp->base, offset, *number * sizeof(uint16_t)); in get_dest_obj_list() 2412 *id_list = (uint16_t *)bios_get_image(&bp->base, offset, *number * sizeof(uint16_t)); in get_src_obj_list()
|
D | bios_parser2.c | 561 voltage_info_address = bios_get_image(&bp->base, in bios_parser_get_voltage_ddc_info()
|