[pull] ttm, amdgpu drm-next-5.1

Alex Deucher alexdeucher at gmail.com
Fri Feb 1 06:23:45 UTC 2019


Hi Dave, Daniel,

More stuff for 5.1.  Mostly bug fixes.
ttm:
- Replace ref/unref naming with get/put

amdgpu:
- Revert DC clang fix, causes a segfault with some compiler versions
- SR-IOV fix
- PCIE fix for vega20
- Misc DC fixes

The following changes since commit 10117450735c7a7c0858095fb46a860e7037cb9a:

  drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines (2019-01-25 16:15:37 -0500)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-next-5.1

for you to fetch changes up to 47dd8048a1bf5b2fb96e5abe99b4f1dcd208ea4d:

  drm/amdgpu: Show XGMI node and hive message per device only once (2019-01-29 15:16:18 -0500)

----------------------------------------------------------------
Alex Deucher (1):
      Revert "drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines"

Eric Huang (1):
      drm/amd/powerplay: add override pcie parameters for Vega20

Fatemeh Darbehani (1):
      drm/amd/display: Add Vline1 interrupt source to InterruptManager

Martin Tsai (1):
      drm/amd/display: Poll pending down rep before clear payload allocation table

Nicholas Kazlauskas (3):
      drm/amd/display: Enable vblank interrupt during CRC capture
      drm/amd/display: Re-enable CRC capture following modeset
      drm/amd/display: Don't leak memory when updating streams

Thomas Zimmermann (7):
      drm/ast: Replace ttm_bo_unref with ttm_bo_put
      drm/nouveau: Replace ttm_bo_reference with ttm_bo_get
      drm/nouveau: Replace ttm_bo_unref with ttm_bo_put
      drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_get
      drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_put
      drm/mgag200: Replace ttm_bo_unref with ttm_bo_put
      drm/ttm: Remove ttm_bo_reference and ttm_bo_unref

shaoyunl (1):
      drm/amdgpu: Show XGMI node and hive message per device only once

wentalou (2):
      drm/amdgpu: csa_vaddr should not larger than AMDGPU_GMC_HOLE_START
      drm/amdgpu: sriov restrict max_pfn below AMDGPU_GMC_HOLE

 drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c           |  7 +--
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  6 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 29 ++++++++-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c  | 48 ++++++++-------
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |  7 +++
 drivers/gpu/drm/amd/display/dc/calcs/Makefile      |  2 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 10 +--
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  5 ++
 drivers/gpu/drm/amd/display/dc/dc_stream.h         | 14 ++++-
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c  | 72 +++++-----------------
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h  | 12 +++-
 drivers/gpu/drm/amd/display/dc/dm_helpers.h        |  7 +++
 drivers/gpu/drm/amd/display/dc/dml/Makefile        |  2 +-
 .../drm/amd/display/dc/inc/hw/timing_generator.h   | 13 +++-
 drivers/gpu/drm/amd/display/dc/irq_types.h         |  8 +++
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 46 ++++++++++++++
 drivers/gpu/drm/ast/ast_main.c                     |  6 +-
 drivers/gpu/drm/mgag200/mgag200_main.c             |  8 +--
 drivers/gpu/drm/nouveau/nouveau_bo.h               | 12 ++--
 drivers/gpu/drm/nouveau/nouveau_gem.c              |  3 +-
 drivers/gpu/drm/ttm/ttm_bo.c                       |  9 ---
 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c                 | 11 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c             | 11 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h                |  9 +--
 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c                | 21 ++++---
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c           |  9 ++-
 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c         |  6 +-
 include/drm/ttm/ttm_bo_api.h                       | 28 ---------
 28 files changed, 239 insertions(+), 182 deletions(-)


More information about the dri-devel mailing list