From patchwork Thu Nov 8 13:45:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Joonas Lahtinen X-Patchwork-Id: 10674225 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 91E36109C for ; Thu, 8 Nov 2018 13:45:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 804852DA3F for ; Thu, 8 Nov 2018 13:45:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7490D2DA8F; Thu, 8 Nov 2018 13:45:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 294EE2DAA8 for ; Thu, 8 Nov 2018 13:45:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BB8C26E647; Thu, 8 Nov 2018 13:45:14 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id D4F946E63D; Thu, 8 Nov 2018 13:45:12 +0000 (UTC) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Nov 2018 05:45:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,478,1534834800"; d="scan'208";a="94657622" Received: from jlahtine-desk.ger.corp.intel.com (HELO localhost) ([10.252.10.59]) by FMSMGA003.fm.intel.com with ESMTP; 08 Nov 2018 05:45:09 -0800 Date: Thu, 8 Nov 2018 15:45:08 +0200 From: Joonas Lahtinen To: Dave Airlie Subject: [PULL] drm-intel-fixes Message-ID: <20181108134508.GA28466@jlahtine-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, Maxime Ripard , Daniel Vetter , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Rodrigo Vivi , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, Here's drm-intel-fixes for -rc2. This now includes the GVT fixes too. There's one OOPS fix and memory corruption fix for GVT, as the most important ones. Also a fix for user reported Bugzilla #108282 on 32-bit systems with new Mesa. HDMI 2.0 audio clock mode corrections and removal of unneeded W/As. Other should buy back some perf on Broxton/Geminilake which is not prone to 16G DIMM issue. Then the usual Fixes: tagged material picked by machinery. Regards, Joonas PS. There're some LPSCON dmesg warns in the CI, but I'm assured by display folks I need not worry about them being related to these -fixes even it may seem so. Just planetary de-alignment happened at the same time. *** drm-intel-fixes-2018-11-08: Bugzilla #108282 fixed: Avoid graphics corruption on 32-bit systems for Mesa 18.2.x Avoid OOPS on LPE audio deinit. Remove two unused W/As. Fix to correct HDMI 2.0 audio clock modes to spec. The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2018-11-08 for you to fetch changes up to 214782da8fe8497b9af39095c784f3a633e377ec: Merge tag 'gvt-fixes-2018-11-07' of https://github.com/intel/gvt-linux into drm-intel-fixes (2018-11-07 15:34:10 +0200) ---------------------------------------------------------------- Bugzilla #108282 fixed: Avoid graphics corruption on 32-bit systems for Mesa 18.2.x Avoid OOPS on LPE audio deinit. Remove two unused W/As. Fix to correct HDMI 2.0 audio clock modes to spec. ---------------------------------------------------------------- Chris Wilson (3): drm/i915: Mark up GTT sizes as u64 drm/i915: Compare user's 64b GTT offset even on 32b drm/i915: Mark pin flags as u64 Clint Taylor (1): drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values Dhinakaran Pandiyan (1): drm/i915: Fix VIDEO_DIP_CTL bit shifts Hang Yuan (2): drm/i915/gvt: invalidate old ggtt page when update ggtt entry drm/i915/gvt: support inconsecutive partial gtt entry write Joonas Lahtinen (1): Merge tag 'gvt-fixes-2018-11-07' of https://github.com/intel/gvt-linux into drm-intel-fixes Longhe Zheng (1): drm/i915/gvt: Handle values of EDP_PSR_IMR and EDP_PSR_IIR Manasi Navare (1): drm/i915/icl: Fix the macros for DFLEXDPMLE register bits Rodrigo Vivi (1): drm/i915/glk: Remove 99% limitation. Ville Syrjälä (4): drm/i915: Don't apply the 16Gb DIMM wm latency w/a to BXT/GLK drm/i915: Fix error handling for the NV12 fb dimensions check drm/i915: Don't oops during modeset shutdown after lpe audio deinit drm/i915: Fix ilk+ watermarks when disabling pipes Xinyun Liu (1): drm/i915/gvt: correct mask setting for CSFE_CHICKEN1 drivers/gpu/drm/i915/gvt/gtt.c | 115 +++++++++++++------------- drivers/gpu/drm/i915/gvt/gtt.h | 10 ++- drivers/gpu/drm/i915/gvt/handlers.c | 8 +- drivers/gpu/drm/i915/gvt/mmio_context.c | 2 +- drivers/gpu/drm/i915/i915_drv.c | 15 ++-- drivers/gpu/drm/i915/i915_drv.h | 1 - drivers/gpu/drm/i915/i915_gem_execbuffer.c | 2 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 2 +- drivers/gpu/drm/i915/i915_gem_gtt.h | 36 ++++---- drivers/gpu/drm/i915/i915_reg.h | 20 +++-- drivers/gpu/drm/i915/intel_audio.c | 17 ++++ drivers/gpu/drm/i915/intel_cdclk.c | 18 +--- drivers/gpu/drm/i915/intel_display.c | 19 ++--- drivers/gpu/drm/i915/intel_lpe_audio.c | 4 +- drivers/gpu/drm/i915/intel_pm.c | 3 +- drivers/gpu/drm/i915/selftests/huge_pages.c | 2 +- drivers/gpu/drm/i915/selftests/i915_gem_gtt.c | 6 +- 17 files changed, 145 insertions(+), 135 deletions(-)