Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_job.c103 (*job)->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_job_alloc()
253 if (job->vram_lost_counter != atomic_read(&ring->adev->vram_lost_counter)) in amdgpu_job_run()
Damdgpu_ctx.c162 ctx->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_ctx_init()
361 if (ctx->vram_lost_counter != atomic_read(&adev->vram_lost_counter)) in amdgpu_ctx_query2()
Damdgpu_job.h61 uint32_t vram_lost_counter; member
Damdgpu_ctx.h46 uint32_t vram_lost_counter; member
Damdgpu.h907 atomic_t vram_lost_counter; member
1276 #define amdgpu_inc_vram_lost(adev) atomic_inc(&((adev)->vram_lost_counter));
Damdgpu_cs.c224 if (p->ctx->vram_lost_counter != p->job->vram_lost_counter) { in amdgpu_cs_parser_init()
Damdgpu_kms.c1061 ui32 = atomic_read(&adev->vram_lost_counter); in amdgpu_info_ioctl()
Damdgpu_device.c5265 tmp_vram_lost_counter = atomic_read(&((adev)->vram_lost_counter)); in amdgpu_device_gpu_recover()
5291 !(tmp_vram_lost_counter < atomic_read(&adev->vram_lost_counter))) in amdgpu_device_gpu_recover()