Message ID | 20220208104933.867812-1-jordan.l.justen@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-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 2D3B8C433EF for <dri-devel@archiver.kernel.org>; Tue, 8 Feb 2022 10:49:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9A71110E48F; Tue, 8 Feb 2022 10:49:38 +0000 (UTC) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 26CE010E48F; Tue, 8 Feb 2022 10:49:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644317377; x=1675853377; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=aOuwKNaHqm0rB2vfBsfTOxRiQ0fVWrKT3AygQOmFNMY=; b=fuuEEsq4F/EEZnJoDc7rvb7gMLLXsIQLzwGR8ZKRXOpTlUVEAX+v7I1M kSAfaf5lkhk03tUOt4wO7AaXZ2TKGOIVzyyiEi1AavdWJY8hQJlLkEPBH kTrFSTNCHOeMJsOP/oeh+n3SK2dSvENPGHU+ZqXjaJnSPV0AGG0ZhUPAU BvR72YOO9JB1lkIYxGswf85CpFpPP00fXQb1pzr8sfCiquTTbERyt0ny4 WcPQ2W/OLL66SBJR/LjzmI+ft/MQRZ1y6sR75lPZxpblr2g15jmkSm4xe Sz2yxvUXPgvlum+SIqPPRIuBHksHR+wUCN+8OYIT/yNpBulHfakvbxULV g==; X-IronPort-AV: E=McAfee;i="6200,9189,10251"; a="309667886" X-IronPort-AV: E=Sophos;i="5.88,352,1635231600"; d="scan'208";a="309667886" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2022 02:49:35 -0800 X-IronPort-AV: E=Sophos;i="5.88,352,1635231600"; d="scan'208";a="700805434" Received: from fpaillet-mobl.amr.corp.intel.com (HELO localhost) ([10.209.65.117]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2022 02:49:35 -0800 From: Jordan Justen <jordan.l.justen@intel.com> To: intel-gfx <intel-gfx@lists.freedesktop.org> Subject: [PATCH v2 0/4] GuC HWCONFIG with documentation Date: Tue, 8 Feb 2022 02:49:29 -0800 Message-Id: <20220208104933.867812-1-jordan.l.justen@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Cc: Jordan Justen <jordan.l.justen@intel.com>, dri-devel <dri-devel@lists.freedesktop.org> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series | GuC HWCONFIG with documentation | expand |