[pull] amdgpu drm-next-4.8

Alex Deucher alexdeucher at gmail.com
Fri Aug 5 18:29:20 UTC 2016


Hi Dave,

A few fixes for amdgpu and ttm for 4.8
- fix a ttm regression caused by the new pipelining code
- fixes for mullins on amdgpu
- updated golden settings for amdgpu

The following changes since commit 1cf915d305b6e1d57db6c35c208016f9747ba3c6:

  Merge tag 'imx-drm-fixes-2016-07-27' of git://git.pengutronix.de/git/pza/linux into drm-next (2016-07-30 05:45:30 +1000)

are available in the git repository at:

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

for you to fetch changes up to 34b58355ad1d9987267f071265a7de6c8e00662a:

  drm/ttm: Wait for a BO to become idle before unbinding it from GTT (2016-08-05 13:37:02 -0400)

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/gmc7: add missing mullins case
      drm/amdgpu/ci: add mullins to default case for smc ucode

Eric Huang (1):
      drm/amd/amdgpu: change pptable output format from ASCII to binary

Huang Rui (5):
      drm/amdgpu: update golden setting of iceland
      drm/amdgpu: update golden setting of carrizo
      drm/amdgpu: update golden setting of polaris11
      drm/amdgpu: update golden setting of stoney
      drm/amdgpu: update golden setting of polaris10

Michel Dänzer (1):
      drm/ttm: Wait for a BO to become idle before unbinding it from GTT

 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c  |  7 ++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c |  4 ++--
 drivers/gpu/drm/amd/amdgpu/ci_dpm.c     |  1 +
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c   | 12 ++++++++----
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c   |  1 +
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c   |  8 ++++++++
 drivers/gpu/drm/nouveau/nouveau_bo.c    |  4 ++--
 drivers/gpu/drm/radeon/radeon_ttm.c     |  4 ++--
 drivers/gpu/drm/ttm/ttm_bo.c            |  3 ++-
 drivers/gpu/drm/ttm/ttm_bo_util.c       | 10 +++++++++-
 include/drm/ttm/ttm_bo_driver.h         |  3 ++-
 11 files changed, 39 insertions(+), 18 deletions(-)


More information about the dri-devel mailing list