Searched refs:atom_find_str_in_rom (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 1400 static unsigned char *atom_find_str_in_rom(struct atom_context *ctx, char *str, int start, in atom_find_str_in_rom() function 1443 vbios_str = atom_find_str_in_rom(ctx, BIOS_ATOM_PREFIX, 3, 1024, 64); in atom_get_vbios_pn() 1486 atom_find_str_in_rom(ctx, BIOS_VERSION_PREFIX, start, end, 64); in atom_get_vbios_version()
|