From patchwork Fri Aug 24 21:48:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Vivi, Rodrigo" X-Patchwork-Id: 10575949 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 1E6FD112E for ; Fri, 24 Aug 2018 21:48:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0DB7C2CD18 for ; Fri, 24 Aug 2018 21:48:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 017DD2CD26; Fri, 24 Aug 2018 21:48:47 +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 BC61B2CD18 for ; Fri, 24 Aug 2018 21:48:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3C68E6E767; Fri, 24 Aug 2018 21:48:45 +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 086F66E760; Fri, 24 Aug 2018 21:48:44 +0000 (UTC) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Aug 2018 14:48:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,284,1531810800"; d="scan'208";a="84296835" Received: from tvtran2-mobl2.amr.corp.intel.com (HELO intel.com) ([10.254.114.136]) by fmsmga001.fm.intel.com with ESMTP; 24 Aug 2018 14:48:41 -0700 Date: Fri, 24 Aug 2018 14:48:40 -0700 From: Rodrigo Vivi To: Dave Airlie Subject: [PULL] drm-intel-next-fixes Message-ID: <20180824214840.GA6414@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, intel-gfx@lists.freedesktop.org, Rodrigo Vivi , Sean Paul , dri-devel@lists.freedesktop.org, Daniel Vetter Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, This is the pull request that I tried to send few days ago, but apparently I had some issue with my mutt/smtp and it didn't go through. Well, I don't think that there is anything critical that cannot wait another week or -rc2 Anyway I'm sending just in case, for the record, and to try out my dim changes that allow to do pull requests with old generated tags. :) Here goes drm-intel-next-fixes-2018-08-22: One important fix for display affecting NUCs with LSPCON and other 3 small fixes for: - audio hook when display is disabled - icl's has_csr definition - vma stop holding ppgtt reference Thanks, Rodrigo. The following changes since commit 4795ac626a2fe5ce99ff788080ace343faf4c886: Merge tag 'gvt-next-fixes-2018-08-14' of https://github.com/intel/gvt-linux into drm-intel-next-fixes (2018-08-15 13:42:32 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2018-08-22 for you to fetch changes up to 2693efd99cad2509522a88722e04162b7e869333: drm/i915/audio: Hook up component bindings even if displays are disabled (2018-08-20 17:24:55 -0700) ---------------------------------------------------------------- One important fix for display affecting NUCs with LSPCON and other 3 small fixes for: - audio hook when display is disabled - icl's has_csr definition - vma stop holding ppgtt reference ---------------------------------------------------------------- Anusha Srivatsa (1): drm/i915: Do not redefine the has_csr parameter. Chris Wilson (2): drm/i915: Stop holding a ref to the ppgtt from each vma drm/i915/audio: Hook up component bindings even if displays are disabled Fredrik Schön (1): drm/i915: Increase LSPCON timeout drivers/gpu/drm/i915/i915_pci.c | 1 - drivers/gpu/drm/i915/i915_vma.c | 4 ---- drivers/gpu/drm/i915/intel_audio.c | 3 --- drivers/gpu/drm/i915/intel_lspcon.c | 2 +- 4 files changed, 1 insertion(+), 9 deletions(-)