Searched refs:vram_lost_counter (Results 1 – 8 of 8) sorted by relevance
103 (*job)->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_job_alloc()255 if (job->vram_lost_counter != atomic_read(&ring->adev->vram_lost_counter)) in amdgpu_job_run()
237 ctx->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_ctx_init()436 if (ctx->vram_lost_counter != atomic_read(&adev->vram_lost_counter)) in amdgpu_ctx_query2()
61 uint32_t vram_lost_counter; member
46 uint32_t vram_lost_counter; member
915 atomic_t vram_lost_counter; member1285 #define amdgpu_inc_vram_lost(adev) atomic_inc(&((adev)->vram_lost_counter));
234 if (p->ctx->vram_lost_counter != p->job->vram_lost_counter) { in amdgpu_cs_parser_init()
1058 ui32 = atomic_read(&adev->vram_lost_counter); in amdgpu_info_ioctl()
5092 tmp_vram_lost_counter = atomic_read(&((adev)->vram_lost_counter)); in amdgpu_device_gpu_recover()5118 !(tmp_vram_lost_counter < atomic_read(&adev->vram_lost_counter))) in amdgpu_device_gpu_recover()
Completed in 26 milliseconds