diff options
author | Dave Airlie <airlied@redhat.com> | 2019-08-08 13:25:49 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2019-08-08 13:25:50 +1000 |
commit | f536579c148249505b388d525ac1866e080fd66a (patch) | |
tree | 88048b9899e4ff280ac25bd3bb830d270130acdb /drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h | |
parent | abffedaaa7702d1194934169fe65553804a2b064 (diff) | |
parent | 4b3e30ed3ec7864e798403a63ff2e96bd0c19ab0 (diff) | |
download | linux-f536579c148249505b388d525ac1866e080fd66a.tar.bz2 |
Merge tag 'drm-fixes-5.3-2019-08-07' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
drm-fixes-5.3-2019-08-07:
amdgpu:
- Fixes VCN to handle the latest navi10 firmware
- Fixes for fan control on navi10
- Properly handle SMU metrics table on navi10
- Fix a resume regression on Stoney
amdkfd:
- Revert new GWS ioctl. It's not ready.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexdeucher@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190807184221.3323-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h index df8a23554831..f6ac1e9548f2 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h @@ -32,7 +32,6 @@ struct amdgpu_gds { uint32_t gws_size; uint32_t oa_size; uint32_t gds_compute_max_wave_id; - uint32_t vgt_gs_max_wave_id; }; struct amdgpu_gds_reg_offset { |