Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/bios/
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)))
Dbios_parser_helper.c36 uint8_t *bios_get_image(struct dc_bios *bp, in bios_get_image() function
Dbios_parser.c2013 *id_list = (uint16_t *)bios_get_image(&bp->base, offset, *number * sizeof(uint16_t)); in get_src_obj_list()