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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ras.h 55 #define AMDGPU_RAS_BLOCK_COUNT AMDGPU_RAS_BLOCK__LAST
56 #define AMDGPU_RAS_BLOCK_MASK ((1ULL << AMDGPU_RAS_BLOCK_COUNT) - 1)
482 if (block >= AMDGPU_RAS_BLOCK_COUNT)
amdgpu_ras.c 439 if (head->block >= AMDGPU_RAS_BLOCK_COUNT)
467 if (head->block >= AMDGPU_RAS_BLOCK_COUNT)
477 for (i = 0; i < AMDGPU_RAS_BLOCK_COUNT; i++) {
665 int ras_block_count = AMDGPU_RAS_BLOCK_COUNT;
1771 sizeof(struct ras_manager) * AMDGPU_RAS_BLOCK_COUNT,

Completed in 14 milliseconds