Home
last modified time | relevance | path

Searched refs:AMDGPU_RAS_BLOCK_COUNT (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.h57 #define AMDGPU_RAS_BLOCK_COUNT AMDGPU_RAS_BLOCK__LAST macro
58 #define AMDGPU_RAS_BLOCK_MASK ((1ULL << AMDGPU_RAS_BLOCK_COUNT) - 1)
488 if (block >= AMDGPU_RAS_BLOCK_COUNT) in amdgpu_ras_is_supported()
Damdgpu_ras.c467 if (head->block >= AMDGPU_RAS_BLOCK_COUNT) in amdgpu_ras_create_obj()
495 if (head->block >= AMDGPU_RAS_BLOCK_COUNT) in amdgpu_ras_find_obj()
505 for (i = 0; i < AMDGPU_RAS_BLOCK_COUNT; i++) { in amdgpu_ras_find_obj()
728 int ras_block_count = AMDGPU_RAS_BLOCK_COUNT; in amdgpu_ras_enable_all_features()
2043 sizeof(struct ras_manager) * AMDGPU_RAS_BLOCK_COUNT, in amdgpu_ras_init()