Searched refs:vram_lost_counter (Results 1 – 8 of 8) sorted by relevance
110 (*job)->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_job_alloc()299 if (job->vram_lost_counter != atomic_read(&adev->vram_lost_counter) || in amdgpu_job_run()
63 uint32_t vram_lost_counter; member
50 uint32_t vram_lost_counter; member
321 ctx->vram_lost_counter = atomic_read(&mgr->adev->vram_lost_counter); in amdgpu_ctx_init()573 if (ctx->vram_lost_counter != atomic_read(&adev->vram_lost_counter)) in amdgpu_ctx_query2()
857 atomic_t vram_lost_counter; member1252 #define amdgpu_inc_vram_lost(adev) atomic_inc(&((adev)->vram_lost_counter));
308 if (p->ctx->vram_lost_counter != p->gang_leader->vram_lost_counter) { in amdgpu_cs_pass1()
1024 ui32 = atomic_read(&adev->vram_lost_counter); in amdgpu_info_ioctl()
5373 tmp_vram_lost_counter = atomic_read(&((adev)->vram_lost_counter)); in amdgpu_device_gpu_recover()5406 !(tmp_vram_lost_counter < atomic_read(&adev->vram_lost_counter))) in amdgpu_device_gpu_recover()