Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_job.c110 (*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()
Damdgpu_job.h63 uint32_t vram_lost_counter; member
Damdgpu_ctx.h50 uint32_t vram_lost_counter; member
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()
Damdgpu.h857 atomic_t vram_lost_counter; member
1252 #define amdgpu_inc_vram_lost(adev) atomic_inc(&((adev)->vram_lost_counter));
Damdgpu_cs.c308 if (p->ctx->vram_lost_counter != p->gang_leader->vram_lost_counter) { in amdgpu_cs_pass1()
Damdgpu_kms.c1024 ui32 = atomic_read(&adev->vram_lost_counter); in amdgpu_info_ioctl()
Damdgpu_device.c5373 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()