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 42896C27C7A for ; Wed, 16 Aug 2023 23:14:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B4D2210E03C; Wed, 16 Aug 2023 23:14:35 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 81A1710E03C for ; Wed, 16 Aug 2023 23:14:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692227674; x=1723763674; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=CWqLNK0qvDTrSzGYQe9GLI5e8Yx4sj1FOj4ycCeH4x0=; b=YgC4whERVYK8ZvfDOfCHeDG1fzxqIGjmF5AT0nWcQzZNXrXQzccwhNsF i+SaeXKubThA+ssRpS2j23729gp5PCrkMfMLZjyMHW5mEUSXkiDJHxeZl ly+tImDEeKgy051VI70biVpICTXNjks4IEkh4/OxL+TOAeUp3TC2uYU13 H23dMwVuuIKZHxv3a+FkzMjYKrVWhTlkUcSGFPAcBlAL7c7KDJiUn9vCL Q90VgNR5galJ+HwaFwyvFKgCPnqUp6vB86i/TdB/S7+DylR+3l8wAh34F ZB6w5ONti9QOCu5k4Tz9JRNynWFAJWCgT5fVlYbqHtVeB44oZKjSg/jp3 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="459020464" X-IronPort-AV: E=Sophos;i="6.01,178,1684825200"; d="scan'208";a="459020464" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2023 16:14:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="857986032" X-IronPort-AV: E=Sophos;i="6.01,178,1684825200"; d="scan'208";a="857986032" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.212.35.6]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2023 16:14:33 -0700 Date: Wed, 16 Aug 2023 16:14:33 -0700 Message-ID: <87r0o2shpi.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Matt Roper In-Reply-To: <20230816214824.548575-2-matthew.d.roper@intel.com> References: <20230816214201.534095-12-matthew.d.roper@intel.com> <20230816214824.548575-2-matthew.d.roper@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Intel-gfx] [PATCH v3 5/5] drm/i915/dg2: Drop Wa_16011777198 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 16 Aug 2023 14:48:25 -0700, Matt Roper wrote: > > Wa_16011777198 only applies to pre-production steppings of DG2, which > we're no longer supporting. Remove the workaround and override_gucrc > handling, which is no longer needed. Since this was the final use of > IS_DG2_GRAPHICS_STEP, that macro can also be removed now. > > v2: > - Include the promised removal of override_gucrc handling. Reviewed-by: Ashutosh Dixit