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 DA7FEC4332F for ; Tue, 13 Dec 2022 13:04:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2E7A510E1D7; Tue, 13 Dec 2022 13:04:14 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id F0F0A10E0F0; Tue, 13 Dec 2022 13:04:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670936646; x=1702472646; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=p3Om1Xik+AF19WESY2NinSd/maoIdpr/rAqtx93iZE4=; b=hRJVXJp5AL83fahteJy0sD2Th3cSysFlIrLdJevw11rGYm53E4MUxt/V iNk83SrWGX/d2miLQkjOFxVyl8ezftz65nslkN0Fh7boO9VehRNSchfP3 PkKKug9EEzd/Sigf/si4rJ3pXKs+WT6Dx8rGuhL/rLpdRX8w0ZO9E58mU aJkqbSWtD95aJ7Cp8QFo4IjNHcjyus0hn2pRd+Z94kdtE9XXpJd54iJ8m 12wtBMzQBkfTUPQ+z3QGyKoWZwFUEx8sVu1LezdLW/yG4CPek1RuQwsLO 8b39/VEz62hlxVZplLa9t6lDv8MenASwbZmX/jQBE02nUMSVur5/zeuuX g==; X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="382426734" X-IronPort-AV: E=Sophos;i="5.96,241,1665471600"; d="scan'208";a="382426734" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Dec 2022 05:04:06 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="893915997" X-IronPort-AV: E=Sophos;i="5.96,241,1665471600"; d="scan'208";a="893915997" Received: from rreill2x-mobl.ger.corp.intel.com (HELO [10.252.5.17]) ([10.252.5.17]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Dec 2022 05:04:05 -0800 Message-ID: <984e9000-520b-e93b-9f93-a7b178208059@intel.com> Date: Tue, 13 Dec 2022 13:04:03 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0 Thunderbird/102.5.1 Content-Language: en-GB To: Nirmoy Das , intel-gfx@lists.freedesktop.org References: <20221213120010.5857-1-nirmoy.das@intel.com> From: Matthew Auld In-Reply-To: <20221213120010.5857-1-nirmoy.das@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] [PATCH] drm/i915/selftests: Remove hardcoded value with a macro 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: andrzej.hajda@intel.com, dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 13/12/2022 12:00, Nirmoy Das wrote: > Use MI_USE_GGTT instead of hardcoded value. > > Signed-off-by: Nirmoy Das Reviewed-by: Matthew Auld