Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ras.h116 #define AMDGPU_RAS_BLOCK_COUNT AMDGPU_RAS_BLOCK__LAST macro
118 #define AMDGPU_RAS_BLOCK_MASK ((1ULL << AMDGPU_RAS_BLOCK_COUNT) - 1)
A Damdgpu_ras.c102 if (ras_block->block >= AMDGPU_RAS_BLOCK_COUNT || in get_ras_block_str()
677 if (head->block >= AMDGPU_RAS_BLOCK_COUNT) in amdgpu_ras_create_obj()
715 if (head->block >= AMDGPU_RAS_BLOCK_COUNT) in amdgpu_ras_find_obj()
729 for (i = 0; i < AMDGPU_RAS_BLOCK_COUNT + AMDGPU_RAS_MCA_BLOCK_COUNT; i++) { in amdgpu_ras_find_obj()
932 for (i = 0; i < AMDGPU_RAS_BLOCK_COUNT; i++) { in amdgpu_ras_enable_all_features()
1366 enum amdgpu_ras_block blk = info ? info->head.block : AMDGPU_RAS_BLOCK_COUNT; in amdgpu_ras_query_error_status_helper()
1370 if (blk == AMDGPU_RAS_BLOCK_COUNT) in amdgpu_ras_query_error_status_helper()
3966 sizeof(struct ras_manager) * AMDGPU_RAS_BLOCK_COUNT + in amdgpu_ras_init()
4712 if (block >= AMDGPU_RAS_BLOCK_COUNT) in amdgpu_ras_is_supported()

Completed in 16 milliseconds