Searched refs:vram_lost_counter (Results 1 – 7 of 7) sorted by relevance
110 (*job)->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_job_alloc()285 if (job->vram_lost_counter != atomic_read(&adev->vram_lost_counter) || in amdgpu_job_run()
50 uint32_t vram_lost_counter; member
64 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()
863 atomic_t vram_lost_counter; member1261 #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()
1072 ui32 = atomic_read(&adev->vram_lost_counter); in amdgpu_info_ioctl()
Completed in 17 milliseconds