Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Datom.c1503 unsigned char *atom_rom_hdr; in atom_get_vbios_build() local
1508 atom_rom_hdr = CSTR(base); in atom_get_vbios_build()
1512 while (str < atom_rom_hdr && *str++) in atom_get_vbios_build()
1515 while (str < atom_rom_hdr && *str++) in atom_get_vbios_build()
1518 len = min(atom_rom_hdr - str, STRLEN_NORMAL); in atom_get_vbios_build()