From patchwork Tue Dec 4 05:06:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhenyu Wang X-Patchwork-Id: 10711117 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 B937A13AF for ; Tue, 4 Dec 2018 05:16:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A05612AB15 for ; Tue, 4 Dec 2018 05:16:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 91C1C2AF7E; Tue, 4 Dec 2018 05:16:35 +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=ham 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 CA2402AB15 for ; Tue, 4 Dec 2018 05:16:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6C8256E0D2; Tue, 4 Dec 2018 05:16:33 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 086156E0D1; Tue, 4 Dec 2018 05:16:31 +0000 (UTC) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Dec 2018 21:16:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,312,1539673200"; d="asc'?scan'208";a="97832630" Received: from zhen-hp.sh.intel.com (HELO zhen-hp) ([10.239.13.8]) by orsmga006.jf.intel.com with ESMTP; 03 Dec 2018 21:16:29 -0800 Date: Tue, 4 Dec 2018 13:06:33 +0800 From: Zhenyu Wang To: Joonas Lahtinen , Jani Nikula , "Vivi, Rodrigo" Message-ID: <20181204050633.GY12743@zhen-hp.sh.intel.com> MIME-Version: 1.0 User-Agent: Mutt/1.10.0 (2018-05-17) Subject: [Intel-gfx] [PULL] gvt-fixes for 4.20-rc6 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Zhenyu Wang Cc: intel-gfx , intel-gvt-dev , "Lv, Zhiyuan" , "Yuan, Hang" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP Hi, Just one BDW regression fix for tiling mode format return on vfio gfx dmabuf. Thanks --- The following changes since commit 7513edbc096a006f967eaf39088091442e623b83: drm/i915/gvt: Avoid use-after-free iterating the gtt list (2018-11-21 17:31:56 +0800) are available in the Git repository at: https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-12-04 for you to fetch changes up to a40fa231bb64b33e2cd54cf8ef44a9f89875fa11: drm/i915/gvt: Fix tiled memory decoding bug on BDW (2018-12-03 17:03:21 +0800) ---------------------------------------------------------------- gvt-fixes-2018-12-04 - Fix tiling mode format on BDW for VFIO gfx dmabuf (Tina) ---------------------------------------------------------------- Tina Zhang (1): drm/i915/gvt: Fix tiled memory decoding bug on BDW drivers/gpu/drm/i915/gvt/fb_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)