Message ID | 20221027221554.2638087-1-daniele.ceraolospurio@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 1DD4EECAAA1 for <intel-gfx@archiver.kernel.org>; Thu, 27 Oct 2022 22:13:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D592F10E027; Thu, 27 Oct 2022 22:13:22 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3384110E00E; Thu, 27 Oct 2022 22:13:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666908799; x=1698444799; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=mXYZQzTb/+NIeLXtTVwcvHKZrlB6wsQFsVwAh4YeNrs=; b=GOd5X4CzSycc4ig77Rf+R7Pj4Xa3nt9D+q/qAXFDpW0fyVy/TrwE+xJ5 VASFXaNC7utW/n506b9mtOCpc034f48e+CDXVI9U2cUqwLHtY9khb5bHX KLnJiHrRElRqz1uwNCtR8bMhKQNP7YEV20oX/zNB+ANImJ97ydy8dU3hc cV2fa3/yFwM+2DZE6nx4AAWU0nW/Si3AM8C2MUITKRoCVDyA9ypKSXuMI Qz8VyvPDK4vQ6R5Q5r/orUDyDNcPeHQ1L5/OmQHMnnNsb/ipwYgInPNd5 /BdxsCGx8kH0HBYzzJC5JkbmHzSUCRaDwyn1snhdz2HCcpVYXvsJy+dOs Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10513"; a="295763427" X-IronPort-AV: E=Sophos;i="5.95,219,1661842800"; d="scan'208";a="295763427" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2022 15:13:18 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10513"; a="610528939" X-IronPort-AV: E=Sophos;i="5.95,219,1661842800"; d="scan'208";a="610528939" Received: from valcore-skull-1.fm.intel.com ([10.1.27.19]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2022 15:13:18 -0700 From: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> To: intel-gfx@lists.freedesktop.org Date: Thu, 27 Oct 2022 15:15:49 -0700 Message-Id: <20221027221554.2638087-1-daniele.ceraolospurio@intel.com> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH 0/5] Introduce the GSC CS X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Cc: dri-devel@lists.freedesktop.org, Rodrigo Vivi <rodrigo.vivi@intel.com> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | Introduce the GSC CS | expand |