HomeSort by: relevance | last modified time | path
    Searched defs:reset_counter (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ctx.h 45 unsigned reset_counter; member in struct:amdgpu_ctx
amdgpu_ctx.h 45 unsigned reset_counter; member in struct:amdgpu_ctx
amdgpu_ctx.h 45 unsigned reset_counter; member in struct:amdgpu_ctx
amdgpu_ctx.h 45 unsigned reset_counter; member in struct:amdgpu_ctx
amdgpu_ctx.c 163 ctx->reset_counter = atomic_read(&adev->gpu_reset_counter);
164 ctx->reset_counter_query = ctx->reset_counter;
313 unsigned reset_counter; local in function:amdgpu_ctx_query
331 reset_counter = atomic_read(&adev->gpu_reset_counter);
333 if (ctx->reset_counter_query == reset_counter)
337 ctx->reset_counter_query = reset_counter;
365 if (ctx->reset_counter != atomic_read(&adev->gpu_reset_counter))
amdgpu_ctx.c 163 ctx->reset_counter = atomic_read(&adev->gpu_reset_counter);
164 ctx->reset_counter_query = ctx->reset_counter;
313 unsigned reset_counter; local in function:amdgpu_ctx_query
331 reset_counter = atomic_read(&adev->gpu_reset_counter);
333 if (ctx->reset_counter_query == reset_counter)
337 ctx->reset_counter_query = reset_counter;
365 if (ctx->reset_counter != atomic_read(&adev->gpu_reset_counter))
amdgpu_ctx.c 163 ctx->reset_counter = atomic_read(&adev->gpu_reset_counter);
164 ctx->reset_counter_query = ctx->reset_counter;
313 unsigned reset_counter; local in function:amdgpu_ctx_query
331 reset_counter = atomic_read(&adev->gpu_reset_counter);
333 if (ctx->reset_counter_query == reset_counter)
337 ctx->reset_counter_query = reset_counter;
365 if (ctx->reset_counter != atomic_read(&adev->gpu_reset_counter))
amdgpu_ctx.c 163 ctx->reset_counter = atomic_read(&adev->gpu_reset_counter);
164 ctx->reset_counter_query = ctx->reset_counter;
313 unsigned reset_counter; local in function:amdgpu_ctx_query
331 reset_counter = atomic_read(&adev->gpu_reset_counter);
333 if (ctx->reset_counter_query == reset_counter)
337 ctx->reset_counter_query = reset_counter;
365 if (ctx->reset_counter != atomic_read(&adev->gpu_reset_counter))

Completed in 47 milliseconds