Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.c367 static const struct ras_gfx_subblock ras_gfx_subblocks[] = { variable
6227 if (info->head.sub_block_index >= ARRAY_SIZE(ras_gfx_subblocks)) in gfx_v9_0_ras_error_inject()
6230 if (!ras_gfx_subblocks[info->head.sub_block_index].name) in gfx_v9_0_ras_error_inject()
6233 if (!(ras_gfx_subblocks[info->head.sub_block_index].hw_supported_error_type & in gfx_v9_0_ras_error_inject()
6236 ras_gfx_subblocks[info->head.sub_block_index].name, in gfx_v9_0_ras_error_inject()
6241 if (!(ras_gfx_subblocks[info->head.sub_block_index].sw_supported_error_type & in gfx_v9_0_ras_error_inject()
6244 ras_gfx_subblocks[info->head.sub_block_index].name, in gfx_v9_0_ras_error_inject()
6251 ras_gfx_subblocks[info->head.sub_block_index].ta_subblock; in gfx_v9_0_ras_error_inject()