Searched refs:vram_lost_counter (Results 1 – 7 of 7) sorted by relevance
88 (*job)->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_job_alloc()223 if (job->vram_lost_counter != atomic_read(&ring->adev->vram_lost_counter)) in amdgpu_job_run()
162 ctx->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_ctx_init()358 if (ctx->vram_lost_counter != atomic_read(&adev->vram_lost_counter)) in amdgpu_ctx_query2()
60 uint32_t vram_lost_counter; member
45 uint32_t vram_lost_counter; member
836 atomic_t vram_lost_counter; member1170 #define amdgpu_inc_vram_lost(adev) atomic_inc(&((adev)->vram_lost_counter));
225 if (p->ctx->vram_lost_counter != p->job->vram_lost_counter) { in amdgpu_cs_parser_init()
958 ui32 = atomic_read(&adev->vram_lost_counter); in amdgpu_info_ioctl()