diff options
| author | 2019-09-10 11:13:39 +0800 | |
|---|---|---|
| committer | 2019-09-16 10:08:51 -0500 | |
| commit | 029fbd437eb6a8cd20d983bdbf0037a9417ef2ee (patch) | |
| tree | ecd9fcdac424895dacbad7cfad654fda6ac5e8ae /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h | |
| parent | drm/amdkfd: fix the missed asic name while inited renoir_device_info (diff) | |
| download | linux-dev-029fbd437eb6a8cd20d983bdbf0037a9417ef2ee.tar.xz linux-dev-029fbd437eb6a8cd20d983bdbf0037a9417ef2ee.zip | |
drm/amdgpu: initialize ras structures for xgmi block (v2)
init ras common interface and fs node for xgmi block
v2: remove unnecessary physical node number check before
invoking amdgpu_xgmi_ras_late_init
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h index d3be51ba6349..b36d4c686844 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h @@ -123,6 +123,7 @@ struct amdgpu_xgmi { /* gpu list in the same hive */ struct list_head head; bool supported; + struct ras_common_if *ras_if; }; struct amdgpu_gmc { |
