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 B241DC52D6F for ; Tue, 6 Aug 2024 20:28:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5768F10E3F9; Tue, 6 Aug 2024 20:28:46 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="E3EucfsS"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 749AD10E3F9 for ; Tue, 6 Aug 2024 20:28:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1722976126; x=1754512126; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=eCebQKbjtNWfe0IlsXICyb+CJWAf0rf5x9phZXYpzAw=; b=E3EucfsSox+cHeAQ+ITv0FmvkHfDcYV/DXYX9q4RQjDZrzkhLQYQBGNh ZMLpxYESMIN174fQEciVCUwD1fHhSs7ufNEOTCbOmxjGQ9Tom1miBnKuc pVsII6yGAIWMtas25LXx4fd/7tODZOdxRNiR1q4ShVCjngtnam14/UJsr Z4jZ6zjIpuDhSNRNY1k168ITI9K9RVNQfTqiawxJbTuLNKF9+Yh2YTIRQ 1u1iExnvv00H6QozjNqW8QXRaMnp8y43a8jAA+9+wNkGlmVaQcV+OUW/p JXta7ItF2+7+zwmwupjGXuebL7OXStiXgQdzQt+E161P9U40s8+/19jvV A==; X-CSE-ConnectionGUID: hpT5hbb5Qt+KjjOdQNVNIw== X-CSE-MsgGUID: +d1fTYGOQ26xuJ1d8PPIcw== X-IronPort-AV: E=McAfee;i="6700,10204,11156"; a="32169904" X-IronPort-AV: E=Sophos;i="6.09,268,1716274800"; d="scan'208";a="32169904" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2024 13:28:44 -0700 X-CSE-ConnectionGUID: fgURXPujRDeWXjV6Js4o5w== X-CSE-MsgGUID: MVKDF+9qSPqXf93Q5Q48gw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,268,1716274800"; d="scan'208";a="61007800" Received: from jnmcinx-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.125.48.241]) by fmviesa005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2024 13:28:43 -0700 Date: Tue, 06 Aug 2024 13:28:40 -0700 Message-ID: <87jzgt9z0n.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: John.C.Harrison@Intel.com Cc: IGT-Dev@Lists.FreeDesktop.Org, Kamil Konieczny Subject: Re: [PATCH i-g-t 0/2] Update hwconfig table tests In-Reply-To: <20240801195129.3667206-1-John.C.Harrison@Intel.com> References: <20240801195129.3667206-1-John.C.Harrison@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.4 (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 X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" On Thu, 01 Aug 2024 12:51:27 -0700, John.C.Harrison@Intel.com wrote: > > From: John Harrison > > Add support for a new enum value to the Xe and i915 hwconfig table > tests. Also fix the Xe version to actually fail if it finds invalid > enums in the table. Series is merged, thanks for the patches. Ashutosh