Message ID | 20220427002617.1767295-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 B3F4CC433F5 for <intel-gfx@archiver.kernel.org>; Wed, 27 Apr 2022 00:26:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EE54C10E3AA; Wed, 27 Apr 2022 00:26:28 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 03FDE10E3AA; Wed, 27 Apr 2022 00:26:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651019188; x=1682555188; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=NPoJAoafVKEhDdc0aqoF4orwd+qq9+sVLmTlBmXbbEc=; b=BQ3t9xAVqHp/hDIRHDxJWTTxza29bLRxXrhvUzJADknywelaUgdaOGj0 uDaYynADqV82Ol9p4na+URECC3xRVXsfFApDj5hVEPKJTsJ7AwvjYHAqg M7bifTDr0dgxcla1O8JTw1BHg35tRMoKtFZgL1N39SlOignBodxseZU3w uMu6dPhhTp6I0dkWbrS2jj4vhMQTapg8VoBeyTAX8TKyrVd1a+xATJCD2 D+MfJHZz+pkT/dTMS07081cQf3yAqTMMQMdWG7oDGEH9Aot4OcwXNZ3Nq qV/WL/b9aw1nahyAqJkCxg3oxy/rPFcTFYQIOuxxbQjJCRWhoD09tPGpm A==; X-IronPort-AV: E=McAfee;i="6400,9594,10329"; a="247695747" X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="247695747" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2022 17:26:27 -0700 X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="730524646" Received: from valcore-skull-1.fm.intel.com ([10.1.27.19]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2022 17:26:27 -0700 From: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> To: intel-gfx@lists.freedesktop.org Date: Tue, 26 Apr 2022 17:26:13 -0700 Message-Id: <20220427002617.1767295-1-daniele.ceraolospurio@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH 0/4] drm/i915: Prepare for GSC-loaded HuC 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: Alan Previn <alan.previn.teres.alexis@intel.com>, dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | drm/i915: Prepare for GSC-loaded HuC | expand |