Message ID | 20231114155229.756100-1-alan.previn.teres.alexis@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 3DFBEC4332F for <dri-devel@archiver.kernel.org>; Tue, 14 Nov 2023 15:52:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 51E2010E455; Tue, 14 Nov 2023 15:52:34 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id 23DE688C11; Tue, 14 Nov 2023 15:52:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1699977151; x=1731513151; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=b1aV2ZSwB1Wl7vCOw0G0TStVVeZkOlYCrSVdgpHzKvI=; b=WwS/7ZNwhx3guebLVzRnq/34HPHuxl98f5BWsFyfLm9AVUlXTb6XOjYv qA8vDLocd5265IMVBgDsPyhW+RmwykKtHS6ggX8+b3zb6khFY8YT6v0ti TwC5v8XhTJAI30cTwlXOftUuL/ZSDM3jn5oWSaVN++nJwwV8PdRX6has3 zQFHGYdZTwrU4pMfnlgM+WGSBvY6LvUiJWuxEUPziHu69mBty1Bka//gj 7yCq0OJDlzkT4aF6og0/bSUHx/YuQ7UaDxDPCQRH12zUFdJM4cRUf82US nJjx2g6vQaah64StmDhNfLXgevLGilEqCaVNmfdIpr0KPumq+hJgUyDEX w==; X-IronPort-AV: E=McAfee;i="6600,9927,10894"; a="3786285" X-IronPort-AV: E=Sophos;i="6.03,302,1694761200"; d="scan'208";a="3786285" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Nov 2023 07:52:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.03,302,1694761200"; d="scan'208";a="5831022" Received: from aalteres-desk.fm.intel.com ([10.80.57.53]) by orviesa002.jf.intel.com with ESMTP; 14 Nov 2023 07:52:30 -0800 From: Alan Previn <alan.previn.teres.alexis@intel.com> To: intel-gfx@lists.freedesktop.org Subject: [PATCH v6 0/2] Resolve suspend-resume racing with GuC destroy-context-worker Date: Tue, 14 Nov 2023 07:52:27 -0800 Message-Id: <20231114155229.756100-1-alan.previn.teres.alexis@intel.com> X-Mailer: git-send-email 2.39.0 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: Alan Previn <alan.previn.teres.alexis@intel.com>, Tvrtko Ursulin <tvrtko.ursulin@intel.com>, Anshuman Gupta <anshuman.gupta@intel.com>, dri-devel@lists.freedesktop.org, Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>, Rodrigo Vivi <rodrigo.vivi@intel.com>, John Harrison <john.c.harrison@intel.com> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
Resolve suspend-resume racing with GuC destroy-context-worker
|
expand
|