Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760355AbcCDWFU (ORCPT ); Fri, 4 Mar 2016 17:05:20 -0500 Received: from gir.skynet.ie ([193.1.99.77]:33314 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759339AbcCDWFS (ORCPT ); Fri, 4 Mar 2016 17:05:18 -0500 Date: Fri, 4 Mar 2016 22:05:11 +0000 (GMT) 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-1609778328-1457129111=:26701" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4014 Lines: 95 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-1609778328-1457129111=:26701 Content-Type: TEXT/PLAIN; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT Hi Linus, Hopefully not too big, I've held off on some vc4 fixes that came in that I think can wait next window. This contains one i915 patch twice, as I merged it locally for testing, and then pulled some stuff in on top, and then Jani sent to me, I didn't think it was worth redoing all the merges of what I had tested. The amdgpu/radeon fixes for some more power management and VM races. Two i915 fixes, one for the a recent regression, one another power management fix for skylake. Two tegra dma mask fixes for a regression. One ast fix for a typo I made transcribing the userspace driver, that I'd like to get into stable so I don't forget about it. Dave. The following changes since commit fc77dbd34c5c99bce46d40a2491937c3bcbd10af: Linux 4.5-rc6 (2016-02-28 08:41:20 -0800) are available in the git repository at: git://people.freedesktop.org/~airlied/linux drm-fixes for you to fetch changes up to 26bae5e04c3570728787f809b13546a8169fdf95: Merge tag 'drm/tegra/for-4.5-rc7' of git://anongit.freedesktop.org/tegra/linux into drm-fixes (2016-03-05 07:53:25 +1000) ---------------------------------------------------------------- Alex Deucher (5): drm/amdgpu/pm: update current crtc info after setting the powerstate drm/radeon/pm: update current crtc info after setting the powerstate drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled drm/amdgpu/powerplay/cz: enable/disable vce dpm independent of vce pg drm/amdgpu/cz: remove commented out call to enable vce pg Alexandre Courbot (2): gpu: host1x: Set DMA mask gpu: host1x: Set DMA ops on device creation Arindam Nath (1): drm/amdgpu: return from atombios_dp_get_dpcd only when error Chris Wilson (2): drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM) drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM) Christian K?nig (1): drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well Chunming Zhou (1): drm/amdgpu/gfx8: specify which engine to wait before vm flush Dave Airlie (3): Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'drm-intel-fixes-2016-03-03' of git://anongit.freedesktop.org/drm-intel into drm-fixes Merge tag 'drm/tegra/for-4.5-rc7' of git://anongit.freedesktop.org/tegra/linux into drm-fixes Imre Deak (1): drm/i915/skl: Fix power domain suspend sequence Rex Zhu (2): drm/amd/powerplay: export AMD_PP_EVENT_COMPLETE_INIT task to amdgpu. drm/amd/powerplay: send event to notify powerplay all modules are initialized. Timothy Pearson (1): drm/ast: Fix incorrect register check for DRAM width drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 6 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 4 ++- drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 7 ++--- drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 13 +++++++++ drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 3 +- drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 5 +++- .../drm/amd/powerplay/eventmgr/eventactionchains.c | 1 + .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 2 +- drivers/gpu/drm/ast/ast_main.c | 2 +- drivers/gpu/drm/i915/intel_runtime_pm.c | 32 ++++++++++------------ drivers/gpu/drm/radeon/radeon_pm.c | 8 +++--- drivers/gpu/host1x/bus.c | 2 ++ drivers/gpu/host1x/dev.c | 7 +++++ drivers/gpu/host1x/dev.h | 1 + 15 files changed, 60 insertions(+), 35 deletions(-) --29444707-1609778328-1457129111=:26701--