Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bios.c162 if (!adev->asic_funcs || !adev->asic_funcs->read_bios_from_rom) in amdgpu_read_bios_from_rom()
Dsoc15.c886 .read_bios_from_rom = &amdgpu_soc15_read_bios_from_rom,
908 .read_bios_from_rom = &amdgpu_soc15_read_bios_from_rom,
Damdgpu.h553 bool (*read_bios_from_rom)(struct amdgpu_device *adev, member
1233 #define amdgpu_asic_read_bios_from_rom(adev, b, l) (adev)->asic_funcs->read_bios_from_rom((adev), (…
Dsoc21.c518 .read_bios_from_rom = &amdgpu_soc15_read_bios_from_rom,
Dnv.c659 .read_bios_from_rom = &amdgpu_soc15_read_bios_from_rom,
Dcik.c1998 .read_bios_from_rom = &cik_read_bios_from_rom,
Dvi.c1467 .read_bios_from_rom = &vi_read_bios_from_rom,
Dsi.c1997 .read_bios_from_rom = &si_read_bios_from_rom,