From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751644AbcLCUqc (ORCPT ); Sat, 3 Dec 2016 15:46:32 -0500 Received: from mail-vk0-f53.google.com ([209.85.213.53]:33644 "EHLO mail-vk0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750949AbcLCUqa (ORCPT ); Sat, 3 Dec 2016 15:46:30 -0500 MIME-Version: 1.0 From: Dave Airlie Date: Sun, 4 Dec 2016 06:46:29 +1000 Message-ID: Subject: [git pull] drm fixes for v.4.9 To: Linus Torvalds Cc: LKML , dri-devel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id uB3Kkgc1017290 Hi Linus, I awoke this morning to realise I hadn't sent my -fixes pull, I then discovered the office where my build and sign tags machine had a power cut, and since nobody will be in until tomorrow I can't restart my desktop. So this tag is unsigned due to that and the realisation I don't keep my gpg private key stored at home. Otherwise it's a pretty small pull request, couple of AMD powerxpress regression fixes and a power management fix, a couple of i915 fixes and one hdlcd fix, along with one core don't oops because of incorrect API usage fix. (and I did use capital letters even for the unsigned tag!) Dave. The following changes since commit e5517c2a5a49ed5e99047008629f1cd60246ea0e: Linux 4.9-rc7 (2016-11-27 13:08:04 -0800) are available in the git repository at: git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.9-rc8 for you to fetch changes up to ab7cd8d83e5dba13027de66f1b008b08b30b71a4: Merge tag 'drm-intel-fixes-2016-12-01' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes (2016-12-04 06:31:26 +1000) ---------------------------------------------------------------- Alex Deucher (1): drm/radeon: fix check for port PM availability Chris Wilson (1): drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() error Dave Airlie (4): Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixes Merge tag 'drm-misc-fixes-2016-11-30' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes Merge tag 'drm-intel-fixes-2016-12-01' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes Matthew Auld (1): drm/i915: drop the struct_mutex when wedged or trying to reset Michel Dänzer (1): drm: Don't call drm_for_each_crtc with a non-KMS driver Peter Wu (1): drm/amdgpu: fix check for port PM availability Rex Zhu (1): drm/amd/powerplay: initialize the soft_regs offset in struct smu7_hwmgr Robin Murphy (1): drm: hdlcd: Fix cleanup order drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 11 +++++++++-- drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c | 5 ++++- drivers/gpu/drm/arm/hdlcd_drv.c | 2 +- drivers/gpu/drm/drm_ioctl.c | 10 ++++++---- drivers/gpu/drm/i915/i915_gem.c | 5 +++-- drivers/gpu/drm/i915/intel_display.c | 3 ++- drivers/gpu/drm/radeon/radeon_atpx_handler.c | 11 +++++++++-- 7 files changed, 34 insertions(+), 13 deletions(-)