HomeSort by: relevance | last modified time | path
    Searched refs:vram_lost_counter (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ctx.h 47 uint32_t vram_lost_counter; member in struct:amdgpu_ctx
amdgpu_job.h 61 uint32_t vram_lost_counter; member in struct:amdgpu_job
amdgpu_job.c 88 (*job)->vram_lost_counter = atomic_read(&adev->vram_lost_counter);
233 if (job->vram_lost_counter != atomic_read(&ring->adev->vram_lost_counter))
amdgpu_ctx.c 165 ctx->vram_lost_counter = atomic_read(&adev->vram_lost_counter);
368 if (ctx->vram_lost_counter != atomic_read(&adev->vram_lost_counter))
amdgpu.h 851 atomic_t vram_lost_counter; member in struct:amdgpu_device
1148 #define amdgpu_inc_vram_lost(adev) atomic_inc(&((adev)->vram_lost_counter));
amdgpu_cs.c 239 if (p->ctx->vram_lost_counter != p->job->vram_lost_counter) {
amdgpu_kms.c 930 ui32 = atomic_read(&adev->vram_lost_counter);

Completed in 17 milliseconds