[pull] amdgpu, ttm drm-fixes-5.1
Alex Deucher
alexdeucher at gmail.com
Mon Apr 15 05:17:03 UTC 2019
Hi Dave, Daniel,
More fixes for 5.1:
- GPUVM fixes for vega/RV and shadow buffers
- TTM fixes for hugepages
- TTM fix for refcount imbalance in error path
- DC AUX fix for some active DP-DVI dongles
- DC fix for multihead VT switch regression
The following changes since commit d47703d43ecaa9189d70fb5d151a6883cc44afd3:
Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-04-11 19:20:39 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-5.1
for you to fetch changes up to c238bfe0be9ef7420f7669a69e27c8c8f4d8a568:
drm/amd/display: If one stream full updates, full update all planes (2019-04-14 23:45:43 -0500)
----------------------------------------------------------------
Alex Deucher (1):
drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming
Christian König (3):
drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
drm/ttm: fix start page for huge page check in ttm_put_pages()
drm/ttm: fix incrementing the page pointer for huge pages
David Francis (1):
drm/amd/display: If one stream full updates, full update all planes
Lin Yi (1):
drm/ttm: fix dma_fence refcount imbalance on error path
Martin Leung (1):
drm/amd/display: extending AUX SW Timeout
wentalou (1):
drm/amdgpu: shadow in shadow_list without tbo.mem.start cause page fault in sriov TDR
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 +
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 1 +
drivers/gpu/drm/amd/display/dc/core/dc.c | 19 +++++++++++++++++++
drivers/gpu/drm/amd/display/dc/dc.h | 3 +++
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c | 9 ++++++---
drivers/gpu/drm/amd/display/dc/dce/dce_aux.h | 6 +++---
drivers/gpu/drm/ttm/ttm_bo.c | 4 +++-
drivers/gpu/drm/ttm/ttm_page_alloc.c | 13 +++++++------
8 files changed, 43 insertions(+), 13 deletions(-)
More information about the amd-gfx
mailing list