From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 3F22BC433FE for ; Fri, 11 Feb 2022 13:33:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1EE7E10EC34; Fri, 11 Feb 2022 13:33:54 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id B2F6010EC34; Fri, 11 Feb 2022 13:33:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644586432; x=1676122432; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=R0eaHqrJ1AwF0P4SdvpHRmUDKgRjAAoWy1pAWX3q6Sw=; b=Qx/P0fge3ubmV1a1IHuXMvfPbmg2qEgP7ppc9SpCwklKMLFqGgROVPlQ /2neXYvZrshwgaVZAjMlGt1Su6ckyMk1fOA/Y5bv4X55cDrvL246d/dBx FCO0M+Uz6WVzLcGH2T+pdUN7ubKSEew2zSKDMDsQtSpe7iJuZ9HUG6I1J ZJARfv6aFGDZ6mvrBw7/JNjaNbu39UJutHWRzSULa91oK4gx0MZ3exWiO QW5iJa0JN36jKuawho+VgAHGR2bi9pY1y6ApUFa/UZXOqTji05N9xnzGB w+YkSfyixNDpfYTJHXqtiXf2vFpW9HUaHDmTiDeelS4jkwa9KwQXsRqIx g==; X-IronPort-AV: E=McAfee;i="6200,9189,10254"; a="313012806" X-IronPort-AV: E=Sophos;i="5.88,361,1635231600"; d="scan'208";a="313012806" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Feb 2022 05:33:52 -0800 X-IronPort-AV: E=Sophos;i="5.88,361,1635231600"; d="scan'208";a="702118679" Received: from ramaling-i9x.iind.intel.com (HELO intel.com) ([10.203.144.108]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Feb 2022 05:33:50 -0800 Date: Fri, 11 Feb 2022 19:04:00 +0530 From: Ramalingam C To: Matthew Auld Subject: Re: [Intel-gfx] [PATCH 1/5] drm/i915/dg2: Add Wa_22011450934 Message-ID: <20220211133400.GC25847@intel.com> References: <20220128185209.18077-1-ramalingam.c@intel.com> <20220128185209.18077-2-ramalingam.c@intel.com> <79cefb8f-3f71-a59e-28de-6b9a59c28c30@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <79cefb8f-3f71-a59e-28de-6b9a59c28c30@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx , Hellstrom Thomas , Matthew Auld , Chris Wilson , dri-devel Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 2022-02-07 at 11:52:48 +0000, Matthew Auld wrote: > On 07/02/2022 11:48, Matthew Auld wrote: > > On Fri, 28 Jan 2022 at 18:52, Ramalingam C wrote: > > > > > > An indirect ctx wabb is implemented as per Wa_22011450934 to avoid rcs > > > restore hang during context restore of a preempted context in GPGPU mode > > > > > > Signed-off-by: Ramalingam C > > > cc: Chris Wilson > > Acked-by: Matthew Auld > > Also, feel free to upgrade to r-b for this and patches 2-4. Thank you Matt. I have pushed these changes to the tree. Ram.