Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752873AbcD2Fs4 (ORCPT ); Fri, 29 Apr 2016 01:48:56 -0400 Received: from gir.skynet.ie ([193.1.99.77]:35434 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751376AbcD2Fsz (ORCPT ); Fri, 29 Apr 2016 01:48:55 -0400 Date: Fri, 29 Apr 2016 06:48:50 +0100 (IST) From: Dave Airlie X-X-Sender: airlied@skynet.skynet.ie To: torvalds@linux-foundation.org, DRI mailing list cc: linux-kernel@vger.kernel.org Subject: [git pull] drm fixes Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2849 Lines: 75 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@redhat.com (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(-)