[git pull] drm amd fixes for 4.14-rc1

From: Dave Airlie
Date: Fri Sep 15 2017 - 19:48:21 EST


Hi Linus,

Just had a single AMD fixes pull for Alex for rc1.

Dave.

The following changes since commit 7846b12fe0b5feab5446d892f41b5140c1419109:

Merge branch 'drm-vmwgfx-next' of
git://people.freedesktop.org/~syeh/repos_linux into drm-next
(2017-08-29 10:38:14 +1000)

are available in the git repository at:

git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.14-rc1

for you to fetch changes up to 47e0cd6b1dbbbff7591fe7eecc20bac5ca674351:

Merge branch 'drm-next-4.14' of
git://people.freedesktop.org/~agd5f/linux into drm-next (2017-09-13
14:34:11 +1000)

----------------------------------------------------------------
amd fixes pull

----------------------------------------------------------------
Alex Deucher (5):
drm/amdgpu/gfx8: fix spelling typo in mqd allocation
drm/amdgpu: add automatic per asic settings for gart_size
drm/amdgpu: refine default gart size
drm/amdgpu: move default gart size setting into gmc modules
drm/amdgpu: set sched_hw_submission higher for KIQ (v3)

Christian KÃnig (6):
drm/amdgpu: fix and cleanup shadow handling
drm/amdgpu: discard commands of killed processes
drm/amdgpu: remove the GART copy hack
drm/amdgpu: fix amdgpu_ttm_bind
drm/amdgpu: inline amdgpu_ttm_do_bind again
drm/amdgpu: revert "fix deadlock of reservation between cs and
gpu reset v2"

Christophe JAILLET (1):
drm/amdgpu: check memory allocation failure

Colin Ian King (1):
drm/amdgpu: remove duplicate return statement

Dave Airlie (1):
Merge branch 'drm-next-4.14' of
git://people.freedesktop.org/~agd5f/linux into drm-next

Emily Deng (1):
drm/amdgpu/virtual_dce: Virtual display doesn't support disable
vblank immediately

Evan Quan (2):
drm/amd/powerplay: unhalt mec after loading
drm/amd/powerplay: ACG frequency added in PPTable

Felix Kuehling (1):
drm/amdgpu: Fix huge page updates with CPU

Monk Liu (2):
drm/ttm: fix missing inc bo_count
drm/ttm:fix wrong decoding of bo_count

Roger He (1):
drm/amd/amdgpu: fix BANK_SELECT on Vega10 (v2)

drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 7 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 10 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | 12 ----
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c | 14 ++--
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 46 ++++++-------
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 16 +++--
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 76 ++++++++++++----------
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h | 4 --
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 46 ++++++-------
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 12 ++--
drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 5 +-
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 19 +++++-
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 22 ++++++-
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 21 +++++-
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 16 ++++-
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 5 +-
drivers/gpu/drm/amd/include/vi_structs.h | 4 +-
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 11 +++-
drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h | 6 +-
drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c | 3 +-
drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 23 +++++--
drivers/gpu/drm/ttm/ttm_bo.c | 4 +-
drivers/gpu/drm/ttm/ttm_bo_util.c | 1 +
28 files changed, 236 insertions(+), 160 deletions(-)