Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933074AbdIGUDP (ORCPT ); Thu, 7 Sep 2017 16:03:15 -0400 Received: from mga01.intel.com ([192.55.52.88]:14689 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756525AbdIGUDJ (ORCPT ); Thu, 7 Sep 2017 16:03:09 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,360,1500966000"; d="scan'208";a="1170124967" Date: Thu, 7 Sep 2017 13:03:06 -0700 From: Rodrigo Vivi To: Linus Torvalds Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Daniel Vetter , Jani Nikula , Joonas Lahtinen , LKML Subject: [git pull] drm/i915 fixes for v4.14-rc1 Message-ID: <20170907200306.GA6999@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3187 Lines: 75 Hi Linus, Since Dave is on paternity leave we are sending drm/i915 fixes for v4.14-rc1 directly to you as he had asked us to do. The most critical ones are the GPU reset fix for gen2-4 and GVT fix for a regression that is blocking gvt init to work on your tree. The rest is general fixes for patches coming from drm-next. Thanks, Rodrigo. The following changes since commit 7846b12fe0b5feab5446d892f41b5140c1419109: Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next (2017-08-29 10:38:14 +1000) are available in the git repository at: git://anongit.freedesktop.org/git/drm-intel tags/drm-intel-next-fixes-2017-09-07 for you to fetch changes up to 426ca2cb69cda59f32c251d1f3e111aee8c42814: Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into drm-intel-next-fixes (2017-09-06 13:34:13 -0700) ---------------------------------------------------------------- drm/i915 fixes for v4.14-rc1 ---------------------------------------------------------------- Chris Wilson (6): drm/i915: Quietly cancel FBC activation if CRTC is turned off before worker drm/i915: Recreate vmapping even when the object is pinned drm/i915: Always wake the device to flush the GTT drm/i915: Ignore duplicate VMA stored within the per-object handle LUT drm/i915: Silence sparse by using gfp_t drm/i915: Re-enable GTT following a device reset Jian Jun Chen (1): drm/i915/gvt: Remove one duplicated MMIO Manasi Navare (1): drm/i915/edp: Increase T12 panel delay to 900 ms to fix DP AUX CH timeouts Rodrigo Vivi (1): Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into drm-intel-next-fixes Ville Syrj?l? (7): drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offset drm/i915: Skip fence alignemnt check for the CCS plane drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static drm/i915: Make i2c lock ops static drm/i915: Fix enum pipe vs. enum transcoder for the PCH transcoder drm/i915: Add __rcu to radix tree slot pointer drm/i915: Annotate user relocs with __user Zhi Wang (1): drm/i915: Fix the missing PPAT cache attributes on CNL drivers/gpu/drm/i915/gvt/handlers.c | 1 - drivers/gpu/drm/i915/i915_cmd_parser.c | 2 +- drivers/gpu/drm/i915/i915_drv.c | 12 +++- drivers/gpu/drm/i915/i915_drv.h | 3 + drivers/gpu/drm/i915/i915_gem.c | 28 +++++--- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 9 ++- drivers/gpu/drm/i915/i915_gem_gtt.c | 8 +-- drivers/gpu/drm/i915/i915_trace.h | 4 +- drivers/gpu/drm/i915/i915_vma.h | 6 ++ drivers/gpu/drm/i915/intel_color.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 110 +++++++++++++++++------------ drivers/gpu/drm/i915/intel_dp.c | 2 +- drivers/gpu/drm/i915/intel_fbc.c | 4 +- drivers/gpu/drm/i915/intel_fifo_underrun.c | 20 +++--- drivers/gpu/drm/i915/intel_i2c.c | 2 +- drivers/gpu/drm/i915/intel_sdvo.c | 2 +- 16 files changed, 130 insertions(+), 85 deletions(-)