Message ID | 20220222103640.1006006-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 2E964C433EF for <dri-devel@archiver.kernel.org>; Tue, 22 Feb 2022 10:36:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7699510E327; Tue, 22 Feb 2022 10:36:49 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3F37910E327; Tue, 22 Feb 2022 10:36:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645526208; x=1677062208; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=t3AbhkaHxbIquCxqcd1JJ8L0E8adc/0A/h5MQhHN/Z0=; b=NCD0WK0IiqjW/QW3q92ZwUIKVP2J9fXuIxnlkfupcJGoQGm5DVk0BCQF mn66FkB/br35jdeKSdUmvKm7eWCHISwPXGd2KYoaML54vKJiE1IFDyN24 nt4fTC/jw76BidaQyv/7oA3D1hOS7biuluXfCwbMrQFQ0vRKxwyTzcVaC UhCEUlbSfa5weFphwnYhVVzA/LY8IDd6ewGQWo0etywijylnA80ROzOza oEdMZ8294VtCcvTKeGRbdCTPR4NH/cMrM1tDOgxYdN0nrY61bioLNJhFt bSGpFQcGOHIjVQ6TLnIkw5s94uqgHBZ5J6qigRJb7NvucOfCHZHrsBK5w A==; X-IronPort-AV: E=McAfee;i="6200,9189,10265"; a="251851794" X-IronPort-AV: E=Sophos;i="5.88,387,1635231600"; d="scan'208";a="251851794" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2022 02:36:47 -0800 X-IronPort-AV: E=Sophos;i="5.88,387,1635231600"; d="scan'208";a="573387915" Received: from eelele-mobl1.amr.corp.intel.com (HELO localhost) ([10.212.245.101]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2022 02:36:47 -0800 From: Jordan Justen <jordan.l.justen@intel.com> To: intel-gfx <intel-gfx@lists.freedesktop.org> Subject: [PATCH v5 0/4] GuC HWCONFIG with documentation Date: Tue, 22 Feb 2022 02:36:36 -0800 Message-Id: <20220222103640.1006006-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 |