Searched refs:vram_lost (Results 1 – 1 of 1) sorted by relevance
3167 bool need_full_reset, vram_lost = 0; in amdgpu_device_reset() local3196 vram_lost = amdgpu_device_check_vram_lost(adev); in amdgpu_device_reset()3197 if (vram_lost) { in amdgpu_device_reset()3211 if (vram_lost) in amdgpu_device_reset()3228 if (!r && ((need_full_reset && !(adev->flags & AMD_IS_APU)) || vram_lost)) in amdgpu_device_reset()