[git pull] drm fixes

From: Dave Airlie
Date: Fri Apr 29 2016 - 01:48:58 EST



Hi Linus,

A few fixes all over the place:

radeon is probably the biggest standout, it's a fix for screen
corruption or hung black outputs so I thought it was worth pulling in.

Otherwise some amdgpu power control fixes, some misc vmwgfx fixes,
one etnaviv fix, one virtio-gpu fix, two DP MST fixes, and a single
TTM fix.

Dave.

The following changes since commit 02da2d72174c61988eb4456b53f405e3ebdebce4:

Linux 4.6-rc5 (2016-04-24 16:17:05 -0700)

are available in the git repository at:

git://people.freedesktop.org/~airlied/linux drm-fixes

for you to fetch changes up to ea99697814d6e64927e228675a6eb7fa76014648:

Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2016-04-29 14:31:44 +1000)

----------------------------------------------------------------
Alex Deucher (2):
Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control"
drm/amdgpu: print a message if ATPX dGPU power control is missing

Charmaine Lee (2):
drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION
drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.

Dave Airlie (3):
Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de:/git/lst/linux into drm-fixes
Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_linux into drm-fixes
Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes

Flora Cui (2):
drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
drm/amdgpu: disable vm interrupts with vm_fault_stop=2

Gustavo Padovan (1):
drm/virtio: send vblank event after crtc updates

Lucas Stach (1):
drm/etnaviv: don't move linear memory window on 3D cores without MC2.0

Lyude (1):
drm/dp/mst: Restore primary hub guid on resume

Sinclair Yeh (1):
drm/vmwgfx: Fix order of operation

Vitaly Prosyak (1):
drm/radeon: fix vertical bars appear on monitor (v2)

cpaul@xxxxxxxxxx (1):
drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1()

drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 11 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 +-
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 5 +-
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 5 +-
drivers/gpu/drm/drm_dp_mst_topology.c | 20 +++
drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 31 +++--
drivers/gpu/drm/radeon/evergreen.c | 154 ++++++++++++++++++++++-
drivers/gpu/drm/radeon/evergreen_reg.h | 46 +++++++
drivers/gpu/drm/ttm/ttm_bo.c | 17 +--
drivers/gpu/drm/virtio/virtgpu_display.c | 12 ++
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 10 +-
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 6 +-
12 files changed, 277 insertions(+), 48 deletions(-)