Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_job.c88 (*job)->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_job_alloc()
233 if (job->vram_lost_counter != atomic_read(&ring->adev->vram_lost_counter)) in amdgpu_job_run()
H A Damdgpu_ctx.c165 ctx->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_ctx_init()
368 if (ctx->vram_lost_counter != atomic_read(&adev->vram_lost_counter)) in amdgpu_ctx_query2()
H A Damdgpu_job.h61 uint32_t vram_lost_counter; member
H A Damdgpu_ctx.h47 uint32_t vram_lost_counter; member
H A Damdgpu.h846 atomic_t vram_lost_counter; member
1143 #define amdgpu_inc_vram_lost(adev) atomic_inc(&((adev)->vram_lost_counter));
H A Damdgpu_cs.c239 if (p->ctx->vram_lost_counter != p->job->vram_lost_counter) { in amdgpu_cs_parser_init()
H A Damdgpu_kms.c930 ui32 = atomic_read(&adev->vram_lost_counter); in amdgpu_info_ioctl()