diff options
author | Monk Liu <Monk.Liu@amd.com> | 2017-10-30 08:11:54 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-04 16:41:45 -0500 |
commit | 75bc6099bc619bd58e09d5203081ec9dc5535ec1 (patch) | |
tree | cad2d836c835537b6deaf5c47e09669cb1e86f8e /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | |
parent | 0c03b912d7f84636766bc26d38df5b21f1c00e94 (diff) |
drm/amdgpu:read VRAMLOST from gim
Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h index e3f78f5edc00..f77d116c7a1c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | |||
@@ -81,6 +81,8 @@ enum AMDGIM_FEATURE_FLAG { | |||
81 | AMDGIM_FEATURE_ERROR_LOG_COLLECT = 0x1, | 81 | AMDGIM_FEATURE_ERROR_LOG_COLLECT = 0x1, |
82 | /* GIM supports feature of loading uCodes */ | 82 | /* GIM supports feature of loading uCodes */ |
83 | AMDGIM_FEATURE_GIM_LOAD_UCODES = 0x2, | 83 | AMDGIM_FEATURE_GIM_LOAD_UCODES = 0x2, |
84 | /* VRAM LOST by GIM */ | ||
85 | AMDGIM_FEATURE_GIM_FLR_VRAMLOST = 0x4, | ||
84 | }; | 86 | }; |
85 | 87 | ||
86 | struct amdgim_pf2vf_info_header { | 88 | struct amdgim_pf2vf_info_header { |
@@ -246,6 +248,7 @@ struct amdgpu_virt { | |||
246 | const struct amdgpu_virt_ops *ops; | 248 | const struct amdgpu_virt_ops *ops; |
247 | struct amdgpu_vf_error_buffer vf_errors; | 249 | struct amdgpu_vf_error_buffer vf_errors; |
248 | struct amdgpu_virt_fw_reserve fw_reserve; | 250 | struct amdgpu_virt_fw_reserve fw_reserve; |
251 | uint32_t gim_feature; | ||
249 | }; | 252 | }; |
250 | 253 | ||
251 | #define AMDGPU_CSA_SIZE (8 * 1024) | 254 | #define AMDGPU_CSA_SIZE (8 * 1024) |