Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_bios.c162 if (!adev->asic_funcs || !adev->asic_funcs->read_bios_from_rom) in amdgpu_read_bios_from_rom()
A Damdgpu.h641 bool (*read_bios_from_rom)(struct amdgpu_device *adev, member
1267 #define amdgpu_asic_read_bios_from_rom(adev, b, l) (adev)->asic_funcs->read_bios_from_rom((adev), (…
A Dsoc15.c928 .read_bios_from_rom = &soc15_read_bios_from_rom,
950 .read_bios_from_rom = &soc15_read_bios_from_rom,
A Dnv.c711 .read_bios_from_rom = &nv_read_bios_from_rom,
A Dcik.c1994 .read_bios_from_rom = &cik_read_bios_from_rom,
A Dvi.c1448 .read_bios_from_rom = &vi_read_bios_from_rom,
A Dsi.c1997 .read_bios_from_rom = &si_read_bios_from_rom,

Completed in 38 milliseconds