Searched refs:atom_find_str_in_rom (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 1379 static unsigned char *atom_find_str_in_rom(struct atom_context *ctx, char *str, int start, in atom_find_str_in_rom() function 1422 vbios_str = atom_find_str_in_rom(ctx, BIOS_ATOM_PREFIX, 3, 1024, 64); in atom_get_vbios_pn() 1446 vbios_ver = atom_find_str_in_rom(ctx, BIOS_VERSION_PREFIX, 3, 1024, 64); in atom_get_vbios_version()
|