Home
last modified time | relevance | path

Searched refs:vram_lost_counter (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c88 (*job)->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_job_alloc()
223 if (job->vram_lost_counter != atomic_read(&ring->adev->vram_lost_counter)) in amdgpu_job_run()
H A Damdgpu_job.h60 uint32_t vram_lost_counter; member
H A Damdgpu_ctx.c162 ctx->vram_lost_counter = atomic_read(&adev->vram_lost_counter); in amdgpu_ctx_init()
358 if (ctx->vram_lost_counter != atomic_read(&adev->vram_lost_counter)) in amdgpu_ctx_query2()
H A Damdgpu_ctx.h45 uint32_t vram_lost_counter; member
H A Damdgpu.h836 atomic_t vram_lost_counter; member
1170 #define amdgpu_inc_vram_lost(adev) atomic_inc(&((adev)->vram_lost_counter));
H A Damdgpu_cs.c225 if (p->ctx->vram_lost_counter != p->job->vram_lost_counter) { in amdgpu_cs_parser_init()
H A Damdgpu_kms.c958 ui32 = atomic_read(&adev->vram_lost_counter); in amdgpu_info_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h870 atomic_t vram_lost_counter; member
1280 #define amdgpu_inc_vram_lost(adev) atomic_inc(&((adev)->vram_lost_counter));
H A Damdgpu_vm.c416 uint64_t result = (u64)atomic_read(&adev->vram_lost_counter) << 32; in amdgpu_vm_generation()
H A Damdgpu_kms.c1098 ui32 = atomic_read(&adev->vram_lost_counter); in amdgpu_info_ioctl()

Completed in 23 milliseconds