Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bios.c439 adev->is_atom_fw = (adev->asic_type >= CHIP_VEGA10) ? true : false; in amdgpu_get_bios()
Damdgpu_device.c954 if (adev->is_atom_fw) { in amdgpu_atombios_init()
1936 if (adev->is_atom_fw) { in amdgpu_device_detect_sriov_bios()
2122 if (adev->is_atom_fw) { in amdgpu_device_init()
Damdgpu.h1426 bool is_atom_fw; member