Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_job.c110 (*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()
A Damdgpu_ctx.h50 uint32_t vram_lost_counter; member
A Damdgpu_job.h64 uint32_t vram_lost_counter; member
A Damdgpu_ctx.c321 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()
A Damdgpu.h863 atomic_t vram_lost_counter; member
1261 #define amdgpu_inc_vram_lost(adev) atomic_inc(&((adev)->vram_lost_counter));
A Damdgpu_cs.c308 if (p->ctx->vram_lost_counter != p->gang_leader->vram_lost_counter) { in amdgpu_cs_pass1()
A Damdgpu_kms.c1072 ui32 = atomic_read(&adev->vram_lost_counter); in amdgpu_info_ioctl()

Completed in 22 milliseconds