Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752995AbbGXFfs (ORCPT ); Fri, 24 Jul 2015 01:35:48 -0400 Received: from gir.skynet.ie ([193.1.99.77]:42372 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751250AbbGXFfr (ORCPT ); Fri, 24 Jul 2015 01:35:47 -0400 Date: Fri, 24 Jul 2015 06:35:44 +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-837864742-1437716144=:9227" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3260 Lines: 79 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-837864742-1437716144=:9227 Content-Type: TEXT/PLAIN; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT Hi Linus, some amdgpu, one i915, one ttm and one hlcdc, nothing too scary, all seems fine for about this time. Dave. The following changes since commit 45b4b782e8489bcf45a4331ee32f0f3037c5c3aa: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace (2015-07-23 13:16:21 -0700) are available in the git repository at: git://people.freedesktop.org/~airlied/linux drm-fixes for you to fetch changes up to 02bbc4dc6874df0e865aa0977f0046c5c1afd498: Merge tag 'drm-atmel-hlcdc/fixes-for-4.2' of https://github.com/bbrezillon/linux-at91 into drm-fixes (2015-07-24 14:27:44 +1000) ---------------------------------------------------------------- Alex Deucher (3): drm/amdgpu: implement VCE 3.0 harvesting support (v4) drm/amdgpu/cz: implement voltage validation properly drm/amdgpu/cz/dpm: properly report UVD and VCE clock levels Alexandre Courbot (1): drm/ttm: recognize ARM64 arch in ioprot handler Boris Brezillon (1): drm: atmel-hlcdc: fix vblank initial state Chris Wilson (1): drm/i915: Use two 32bit reads for select 64bit REG_READ ioctls Daniel Vetter (1): drm: Stop resetting connector state to unknown Dave Airlie (4): Merge branch 'drm-fixes-4.2' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'drm-intel-fixes-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-fixes Merge tag 'topic/drm-fixes-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-fixes Merge tag 'drm-atmel-hlcdc/fixes-for-4.2' of https://github.com/bbrezillon/linux-at91 into drm-fixes Leo Liu (1): drm/amdgpu: add VCE harvesting instance query Michel D?nzer (2): drm/amdgpu/dce11: Re-set VBLANK interrupt state when enabling a CRTC drm/amdgpu/dce10: Re-set VBLANK interrupt state when enabling a CRTC drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 1 + drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 70 ++++++++++++++++++++------ drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 4 ++ drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 4 ++ drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 48 ++++++++++++++++++ drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 1 + drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 12 ++--- drivers/gpu/drm/drm_crtc.c | 5 +- drivers/gpu/drm/i915/intel_uncore.c | 26 +++++++--- drivers/gpu/drm/ttm/ttm_bo_util.c | 3 +- include/uapi/drm/amdgpu_drm.h | 2 + include/uapi/drm/i915_drm.h | 8 +++ 13 files changed, 154 insertions(+), 34 deletions(-) --29444707-837864742-1437716144=:9227-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/