Searched refs:read_bios_from_rom (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_bios.c | 162 if (!adev->asic_funcs || !adev->asic_funcs->read_bios_from_rom) in amdgpu_read_bios_from_rom()
|
| D | amdgpu.h | 640 bool (*read_bios_from_rom)(struct amdgpu_device *adev, member 1259 #define amdgpu_asic_read_bios_from_rom(adev, b, l) (adev)->asic_funcs->read_bios_from_rom((adev), (…
|
| D | soc15.c | 1093 .read_bios_from_rom = &soc15_read_bios_from_rom, 1115 .read_bios_from_rom = &soc15_read_bios_from_rom,
|
| D | nv.c | 1013 .read_bios_from_rom = &nv_read_bios_from_rom,
|
| D | cik.c | 1994 .read_bios_from_rom = &cik_read_bios_from_rom,
|
| D | vi.c | 1448 .read_bios_from_rom = &vi_read_bios_from_rom,
|
| D | si.c | 1997 .read_bios_from_rom = &si_read_bios_from_rom,
|