Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c3167 bool need_full_reset, vram_lost = 0; in amdgpu_device_reset() local
3196 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()