diff options
author | 2019-03-07 10:14:13 +0800 | |
---|---|---|
committer | 2019-03-19 15:36:51 -0500 | |
commit | 511c4348cf7bb4d224e944e6d84a5bf8edacbfef (patch) | |
tree | afa3f4c6592388d3204dceea3cf9f876ec686274 /drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.h | |
parent | drm/amdgpu: update atomfirmware header with ecc related members (diff) | |
download | linux-dev-511c4348cf7bb4d224e944e6d84a5bf8edacbfef.tar.xz linux-dev-511c4348cf7bb4d224e944e6d84a5bf8edacbfef.zip |
drm/amdgpu: add atomfirmware helper function to query ecc status
ecc default status (enabled or disabled) could be get from umc_config field in umc_info table
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-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_atomfirmware.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.h index f8ea77d4e863..6da079e60619 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.h @@ -33,5 +33,6 @@ int amdgpu_atomfirmware_get_vram_width(struct amdgpu_device *adev); int amdgpu_atomfirmware_get_vram_type(struct amdgpu_device *adev); int amdgpu_atomfirmware_get_clock_info(struct amdgpu_device *adev); int amdgpu_atomfirmware_get_gfx_info(struct amdgpu_device *adev); +bool amdgpu_atomfirmware_mem_ecc_supported(struct amdgpu_device *adev); #endif |