[pull] radeon and amdgpu drm-next-4.5

Alex Deucher alexdeucher at gmail.com
Wed Jan 13 11:32:41 PST 2016


Hi Dave,

A few more misc things for radeon and amdgpu for 4.5:
- TTM fixes for imported buffers
- amdgpu fixes to avoid -ENOMEM in CS ioctl
- CZ UVD and VCE clock force options for debugging video issues
- A couple of ACP prerequisites
- Misc fixes

The following changes since commit 57b4f7e68720e8a9f5e6e9e61446ec36822e4c57:

  Merge branch 'linux-4.5' of git://github.com/skeggsb/linux into drm-next (2016-01-11 11:48:18 +1000)

are available in the git repository at:

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

for you to fetch changes up to d8e0cae645504a787b05abfb91afee8cd7fa1701:

  drm/amdgpu: validate duplicates first (2016-01-13 12:22:59 -0500)

----------------------------------------------------------------
Alex Deucher (6):
      drm/amdgpu/cgs: add an interface to access PCI resources
      drm/amdgpu: add irq domain support
      drm/amdgpu/cz: add code to enable forcing UVD clocks
      drm/amdgpu/cz: add code to enable forcing VCE clocks
      drm/amdgpu/cz: force uvd clocks when sclks are forced
      drm/amdgpu/cz: force vce clocks when sclks are forced

Christian König (5):
      drm/ttm: fix adding foreign BOs to the LRU during init v2
      drm/ttm: fix adding foreign BOs to the swap LRU
      drm/ttm: add ttm_bo_move_to_lru_tail function v2
      drm/amdgpu: move VM page tables to the LRU end on CS v2
      drm/amdgpu: validate duplicates first

Chunming Zhou (1):
      drm/amdgpu: fix lost sync_to if scheduler is enabled.

Geliang Tang (2):
      drm/amdgpu: use kobj_to_dev()
      drm/radeon: use kobj_to_dev()

Rex Zhu (1):
      drm/amd/powerplay: fix static checker warning for return meaningless value.

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c            |  36 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  11 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c            | 108 +++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h            |   9 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c             |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c           |   5 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  27 ++
 drivers/gpu/drm/amd/amdgpu/cik_ih.c                |   6 +
 drivers/gpu/drm/amd/amdgpu/cz_dpm.c                | 273 ++++++++++++++++++++-
 drivers/gpu/drm/amd/amdgpu/cz_dpm.h                |   2 +
 drivers/gpu/drm/amd/amdgpu/cz_ih.c                 |   7 +
 drivers/gpu/drm/amd/amdgpu/iceland_ih.c            |   7 +
 drivers/gpu/drm/amd/amdgpu/tonga_ih.c              |   7 +
 drivers/gpu/drm/amd/include/cgs_common.h           |  34 +++
 .../gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c    |   6 +-
 drivers/gpu/drm/radeon/radeon_pm.c                 |   2 +-
 drivers/gpu/drm/ttm/ttm_bo.c                       |  31 ++-
 include/drm/ttm/ttm_bo_api.h                       |  10 +
 19 files changed, 564 insertions(+), 21 deletions(-)


More information about the dri-devel mailing list