Message ID | 20230627094327.134775-1-andi.shyti@linux.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 6A856EB64D9 for <intel-gfx@archiver.kernel.org>; Tue, 27 Jun 2023 09:43:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F304210E1B7; Tue, 27 Jun 2023 09:43:51 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8356010E1B7 for <intel-gfx@lists.freedesktop.org>; Tue, 27 Jun 2023 09:43:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687859029; x=1719395029; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=LLzNs3ZKhS8j3HHurvenEW/GsoXsCrcipHCw9y5Gz/Q=; b=PUimJqbtRnetGcmLYjmfPkXi4VLbAXaI+o0OsZscFsgklPqR4cH9urGr tG2ntJIoe1crql8ioI9hqvB/+eQ+LNjWyMJDvErF3+EiM8gZcoC6p/Cy7 9UX2zabB4uYT4yL4tHfiQoLZfvpzLgpqIA0tnFkC1JgvtW8oZyidiro1l nzIQfWGz3Z0ls58evQyqoefZKZGhN+99lUTfL/adLbd7z+ULk5djckjaB 1d2Sh0QLIIWBIOoaLtL/H6thQ3RJq/TonySyPOH4uA1UvTjaCgQqpCVik P01TVGsOgGqkHrmOVkBnF2G1toAqN13a560TcHXTQQDaQJqU57qfmNpGJ A==; X-IronPort-AV: E=McAfee;i="6600,9927,10753"; a="341116446" X-IronPort-AV: E=Sophos;i="6.01,162,1684825200"; d="scan'208";a="341116446" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 02:43:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10753"; a="666635779" X-IronPort-AV: E=Sophos;i="6.01,162,1684825200"; d="scan'208";a="666635779" Received: from aamakine-mobl.ger.corp.intel.com (HELO intel.com) ([10.251.217.123]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 02:43:45 -0700 From: Andi Shyti <andi.shyti@linux.intel.com> To: Jonathan Cavitt <jonathan.cavitt@intel.com>, Matt Roper <matthew.d.roper@intel.com>, Chris Wilson <chris@chris-wilson.co.uk>, Mika Kuoppala <mika.kuoppala@linux.intel.com> Date: Tue, 27 Jun 2023 11:43:23 +0200 Message-Id: <20230627094327.134775-1-andi.shyti@linux.intel.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH v2 0/4] Update AUX invalidation sequence 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: Intel GFX <intel-gfx@lists.freedesktop.org> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | Update AUX invalidation sequence | expand |