Searched refs:read_bios_from_rom (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_bios.c | 158 if (!adev->asic_funcs->read_bios_from_rom) in amdgpu_read_bios_from_rom()
|
| D | amdgpu.h | 550 bool (*read_bios_from_rom)(struct amdgpu_device *adev, member 1144 #define amdgpu_asic_read_bios_from_rom(adev, b, l) (adev)->asic_funcs->read_bios_from_rom((adev), (…
|
| D | soc15.c | 940 .read_bios_from_rom = &soc15_read_bios_from_rom, 961 .read_bios_from_rom = &soc15_read_bios_from_rom,
|
| D | nv.c | 567 .read_bios_from_rom = &nv_read_bios_from_rom,
|
| D | cik.c | 1829 .read_bios_from_rom = &cik_read_bios_from_rom,
|
| D | si.c | 1400 .read_bios_from_rom = &si_read_bios_from_rom,
|
| D | vi.c | 1029 .read_bios_from_rom = &vi_read_bios_from_rom,
|