From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752911AbbJPECq (ORCPT ); Fri, 16 Oct 2015 00:02:46 -0400 Received: from gir.skynet.ie ([193.1.99.77]:51985 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750959AbbJPECp (ORCPT ); Fri, 16 Oct 2015 00:02:45 -0400 Date: Fri, 16 Oct 2015 05:02:42 +0100 (IST) From: Dave Airlie X-X-Sender: airlied@skynet.skynet.ie To: torvalds@linux-foundation.org cc: DRI mailing list , 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: MULTIPART/MIXED; BOUNDARY="29444707-1727368130-1444968162=:6940" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --29444707-1727368130-1444968162=:6940 Content-Type: TEXT/PLAIN; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT Hi Linus, two MAINTAINERS entries that I didn't see the point in delaying. one drm mst fix to stop sending uninitialised data to monitors two amdgpu fixes one radeon mst tiling fix one vmwgfx regression fix one virtio warning fix. Nothing two crazy or exciting. I have found one locking problem that needs a bit of reorg to fix, but I'm not sure it's worth putting in -fixes as I don't think we've seen it hit in the real world ever, I just found it using the virtio-gpu driver when working on it. I'll possibly send it next week once I've time to discuss with Daniel. Dave. The following changes since commit 5b5f1455272e23f4e7889cec37228802d8d01adf: Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linux (2015-10-13 11:31:03 -0700) are available in the git repository at: git://people.freedesktop.org/~airlied/linux drm-fixes for you to fetch changes up to d549f545e690c3cbdeb33df3579eae3230eb8904: drm/virtio: use %llu format string form atomic64_t (2015-10-16 11:36:36 +1000) ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu: adjust default dispclk (v2) Arnd Bergmann (1): drm/virtio: use %llu format string form atomic64_t Boris BREZILLON (1): MAINTAINERS: add a maintainer for the atmel-hlcdc DRM driver Dave Airlie (4): drm/radeon: attach tile property to mst connector drm/dp/mst: make mst i2c transfer code more robust. Merge tag 'vmwgfx-fixes-4.3-151014' of git://people.freedesktop.org/~thomash/linux into drm-fixes Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Michel Dänzer (1): drm/amdgpu: Keep the pflip interrupts always enabled v7 Patrik Jakobsson (1): MAINTAINERS: Add myself as maintainer for the gma500 driver Thomas Hellstrom (1): drm/vmwgfx: Fix kernel NULL pointer dereference on older hardware MAINTAINERS | 15 ++++++++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 8 ++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 -- drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 30 ++++++++++++++++++++++++++-- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 30 ++++++++++++++++++++++++++-- drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 30 ++++++++++++++++++++++++++-- drivers/gpu/drm/drm_dp_mst_topology.c | 3 ++- drivers/gpu/drm/radeon/radeon_dp_mst.c | 1 + drivers/gpu/drm/virtio/virtgpu_debugfs.c | 4 ++-- drivers/gpu/drm/virtio/virtgpu_fence.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 3 ++- include/drm/drm_dp_mst_helper.h | 3 ++- 12 files changed, 115 insertions(+), 16 deletions(-) --29444707-1727368130-1444968162=:6940--