Hi Dave, Daniel,
Last minute fixes for 5.13.
The following changes since commit 13311e74253fe64329390df80bed3f07314ddd61:
Linux 5.13-rc7 (2021-06-20 15:03:15 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.13-2021-06-21
for you to fetch changes up to ee5468b9f1d3bf48082eed351dace14598e8ca39:
Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue." (2021-06-21 17:22:52 -0400)
---------------------------------------------------------------- amd-drm-fixes-5.13-2021-06-21:
amdgpu: - Revert GFX9, 10 doorbell fixes, we just end up trading one bug for another - Potential memory corruption fix in framebuffer handling
---------------------------------------------------------------- Michel Dänzer (1): drm/amdgpu: Call drm_framebuffer_init last for framebuffer init
Yifan Zhang (2): Revert "drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell." Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue."
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 12 +++++++----- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 6 +----- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 6 +----- 3 files changed, 9 insertions(+), 15 deletions(-)
dri-devel@lists.freedesktop.org