diff options
author | Dave Airlie <airlied@redhat.com> | 2020-07-02 14:50:59 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-07-02 14:51:00 +1000 |
commit | 80e89901e5a5ef0688a3ba457ed37bc2e625eb79 (patch) | |
tree | f2c6e8123f03b3661ff42a6a3ae8159d12416640 /drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | |
parent | 370678c5fd82a892a3b4b2cdaaf1de4dc1185b2d (diff) | |
parent | beaf10efca64ac824240838ab1f054dfbefab5e6 (diff) |
Merge tag 'amd-drm-fixes-5.8-2020-07-01' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
amd-drm-fixes-5.8-2020-07-01:
amdgpu:
- Fix for vega20 boards without RAS support
- DC bandwidth revalidation fix
- Fix Renoir vram info fetching
- Fix hwmon freq printing
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexdeucher@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200701194415.4065-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c index 58f9d8c3a17ab..44f927641b892 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c @@ -204,6 +204,7 @@ amdgpu_atomfirmware_get_vram_info(struct amdgpu_device *adev, (mode_info->atom_context->bios + data_offset); switch (crev) { case 11: + case 12: mem_channel_number = igp_info->v11.umachannelnumber; /* channel width is 64 */ if (vram_width) |