From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 310B5C433DB for ; Tue, 5 Jan 2021 08:10:49 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CAC312222A for ; Tue, 5 Jan 2021 08:10:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CAC312222A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0839A6E041; Tue, 5 Jan 2021 08:10:48 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8C40C6E041; Tue, 5 Jan 2021 08:10:46 +0000 (UTC) IronPort-SDR: GuiEzIBE0lBwetfQACbZxTu7eypyJ0l/HSD2pqCfuGje3Pq9Y58vHARjLIOk0ohcYw+U0EGPus hN5eZaqYtYfw== X-IronPort-AV: E=McAfee;i="6000,8403,9854"; a="174493419" X-IronPort-AV: E=Sophos;i="5.78,476,1599548400"; d="asc'?scan'208";a="174493419" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 00:10:46 -0800 IronPort-SDR: wdvXe6lE/uPY1pS3IV7tXH25EmkkHBaCKTQwKJ8qaFurzaoTG6s4UOoLcSDdp2WWy4Gz6NCHdt 2uymNgmFQZ+Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,476,1599548400"; d="asc'?scan'208";a="395187541" Received: from zhen-hp.sh.intel.com (HELO zhen-hp) ([10.239.160.147]) by fmsmga004.fm.intel.com with ESMTP; 05 Jan 2021 00:10:44 -0800 Date: Tue, 5 Jan 2021 15:54:24 +0800 From: Zhenyu Wang To: Jani Nikula , Joonas Lahtinen Message-ID: <20210105075424.GV16939@zhen-hp.sh.intel.com> References: <20201225022009.GF16939@zhen-hp.sh.intel.com> MIME-Version: 1.0 In-Reply-To: <20201225022009.GF16939@zhen-hp.sh.intel.com> Subject: Re: [Intel-gfx] [PULL] gvt-next-fixes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 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 , "Yuan, Hang" , intel-gvt-dev , "Lv, Zhiyuan" Content-Type: multipart/mixed; boundary="===============1229574798==" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" --===============1229574798== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="g9DrFxK9lbE4xtT+" Content-Disposition: inline --g9DrFxK9lbE4xtT+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ping... On 2020.12.25 10:20:09 +0800, Zhenyu Wang wrote: >=20 > Hi, >=20 > Here's queued fixes from Jani for one useless inline and fix > CONFIG_DRM_I915_WERROR for gvt headers. >=20 > Thanks and Merry Christmas! > -- > The following changes since commit 9a3a238b3de97b4210c6de66aa88b2d7021ac0= 86: >=20 > drm/i915/gvt: treat intel_gvt_mpt as const in gvt code (2020-11-23 17:1= 4:20 +0800) >=20 > are available in the Git repository at: >=20 > https://github.com/intel/gvt-linux tags/gvt-next-fixes-2020-12-25 >=20 > for you to fetch changes up to e056f669dbf76b8752b6cb0b8edd2f75cbdcabb1: >=20 > drm/i915/gvt: make mpt.h self-contained (2020-12-22 11:41:35 +0800) >=20 > ---------------------------------------------------------------- > gvt-next-fixes-2020-12-25 >=20 > - Avoid one useless inline (Jani) > - make gvt header self-contained, fix CONFIG_DRM_I915_WERROR (Jani) >=20 > ---------------------------------------------------------------- > Jani Nikula (9): > drm/i915/gvt: avoid useless use of inline > drm/i915/gvt: make execlist.h self-contained > drm/i915/gvt: make fb_decoder.h self-contained > drm/i915/gvt: make gtt.h self-contained > drm/i915/gvt: make interrupt.h self-contained > drm/i915/gvt: make mmio_context.h self-contained > drm/i915/gvt: make gvt.h self-contained > drm/i915/gvt: make scheduler.h self-contained > drm/i915/gvt: make mpt.h self-contained >=20 > drivers/gpu/drm/i915/Makefile | 10 +--------- > drivers/gpu/drm/i915/gvt/execlist.h | 3 --- > drivers/gpu/drm/i915/gvt/fb_decoder.h | 6 ++++-- > drivers/gpu/drm/i915/gvt/gtt.h | 11 ++++++++++- > drivers/gpu/drm/i915/gvt/gvt.h | 4 ++++ > drivers/gpu/drm/i915/gvt/handlers.c | 3 +-- > drivers/gpu/drm/i915/gvt/interrupt.h | 5 ++++- > drivers/gpu/drm/i915/gvt/mmio_context.h | 11 +++++++++++ > drivers/gpu/drm/i915/gvt/mpt.h | 2 ++ > drivers/gpu/drm/i915/gvt/scheduler.h | 5 +++++ > 10 files changed, 42 insertions(+), 18 deletions(-) >=20 > --=20 >=20 > $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827 > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx --=20 $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827 --g9DrFxK9lbE4xtT+ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQTXuabgHDW6LPt9CICxBBozTXgYJwUCX/QbLAAKCRCxBBozTXgY J9kbAKCJT3dIrY84DoY9caB5I0eeaQnNrgCgh3gxcXWG19T4EvmE8948BjGgOqY= =pxZe -----END PGP SIGNATURE----- --g9DrFxK9lbE4xtT+-- --===============1229574798== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx --===============1229574798==--