[pull] amdgpu, amdkfd drm-fixes-5.11
Alex Deucher
alexdeucher at gmail.com
Thu Feb 4 04:13:00 UTC 2021
Hi Dave, Daniel,
Fixes for 5.11.
The following changes since commit e0ecafede87eb1a3d1e708f0365fad0d59489285:
Merge tag 'amd-drm-fixes-5.11-2021-01-28' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-01-29 11:36:38 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-02-03
for you to fetch changes up to 8e92bb0fa75bca9a57e4aba2e36f67d8016a3053:
drm/amd/display: Decrement refcount of dc_sink before reassignment (2021-02-02 17:45:01 -0500)
----------------------------------------------------------------
amd-drm-fixes-5.11-2021-02-03:
amdgpu:
- Fix retry in gem create
- Vangogh fixes
- Fix for display from shared buffers
- Various display fixes
amdkfd:
- Fix regression in buffer free
----------------------------------------------------------------
Bhawanpreet Lakha (1):
drm/amd/display: reuse current context instead of recreating one
Christian König (1):
drm/amdgpu: enable freesync for A+A configs
George Shen (1):
drm/amd/display: Fix DPCD translation for LTTPR AUX_RD_INTERVAL
Huang Rui (2):
drm/amdgpu: fix the issue that retry constantly once the buffer is oversize
drm/amdkfd: fix null pointer panic while free buffer in kfd
Mikita Lipski (1):
drm/amd/display: Release DSC before acquiring
Stylon Wang (1):
drm/amd/display: Revert "Fix EDID parsing after resume from suspend"
Sung Lee (1):
drm/amd/display: Add more Clock Sources to DCN2.1
Victor Lu (3):
drm/amd/display: Fix dc_sink kref count in emulated_link_detect
drm/amd/display: Free atomic state after drm_atomic_commit
drm/amd/display: Decrement refcount of dc_sink before reassignment
Xiaojian Du (1):
drm/amd/pm: fill in the data member of v2 gpu metrics table for vangogh
chen gong (1):
drm/amdgpu/gfx10: update CGTS_TCC_DISABLE and CGTS_USER_TCC_DISABLE register offsets for VGH
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 16 +++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 8 +++-
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 +-
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 18 ++++++++-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 47 ++++++++++------------
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 6 ++-
drivers/gpu/drm/amd/display/dc/core/dc.c | 27 +++++++++----
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 6 +--
drivers/gpu/drm/amd/display/dc/dc_stream.h | 3 +-
.../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 10 +++++
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 3 ++
12 files changed, 92 insertions(+), 56 deletions(-)
More information about the amd-gfx
mailing list