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 20C92EB3624 for ; Mon, 2 Mar 2026 20:12:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DADA910E5B4; Mon, 2 Mar 2026 20:12:10 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Spk2JsJP"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1318010E5B4; Mon, 2 Mar 2026 20:12:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772482330; x=1804018330; h=date:from:to:cc:subject:in-reply-to:message-id: references:mime-version:content-id; bh=TqVu6sUHUOinetDAEYDN8HahH/sXeoVjXA1gv1DAp+g=; b=Spk2JsJPCHY8kqMrwKQTPcRXKVMhjmoGELK4GEPe2WASXhRozihkFaA+ IeblVBPlQCvPrXIT4YmLokYF3OL8FhCsUQ7uAiGHS0SI8s/IUBhtI0+2x D7JRD6bMbhcjHdUy8MifUO4H77ek5+ERd37r0eu2GpsUzipV1uYnDtZeK MFxfa++9FWH2aKj+4Gs92NtydpQApNRvUzCEaFOYNqkqBSaP5OXUTbGbP 0UZCstYbtrVKtQUUooQWpQ7tKc987J7vwrvpyyY7qlSLGL9rU25w7vOgM DwSjfd2ewcvrPQGE1iFNmFd9p/flb2zlIYBq3S1BMg/N+3imJSIy/aJxF A==; X-CSE-ConnectionGUID: iUTHnwn3S7KuMr8PGn+LIg== X-CSE-MsgGUID: CIFOnLFDQ5egg2EijaIw7w== X-IronPort-AV: E=McAfee;i="6800,10657,11717"; a="76105473" X-IronPort-AV: E=Sophos;i="6.21,320,1763452800"; d="scan'208";a="76105473" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2026 12:12:09 -0800 X-CSE-ConnectionGUID: fcYxdbH/SOaGI+cu8GGGTQ== X-CSE-MsgGUID: RF99rwohRy6pyyELl/QIcQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,320,1763452800"; d="scan'208";a="217768009" Received: from administrator-system-product-name.igk.intel.com ([10.91.214.181]) by orviesa008.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2026 12:12:08 -0800 Date: Mon, 2 Mar 2026 21:12:06 +0100 (CET) From: =?ISO-8859-2?Q?Micha=B3_Grzelak?= To: Jani Nikula cc: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, rodrigo.vivi@intel.com Subject: Re: [PATCH 8/8] drm/i915/gt: prefer _PICK_EVEN() over _PICK() In-Reply-To: Message-ID: <04a36fc1-b19e-99c8-1da2-89c2a21c28fe@intel.com> References: MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="1527428566-1768765617-1772481946=:1837396" Content-ID: <3e292771-7864-8399-c7c8-7210df8f1608@intel.com> X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1527428566-1768765617-1772481946=:1837396 Content-Type: text/plain; CHARSET=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8BIT Content-ID: <574b9b75-6fd7-019f-b362-4aa12b0cb969@intel.com> On Wed, 25 Feb 2026, Jani Nikula wrote: > There's no need to use _PICK() here. Use the simpler one instead. > > Signed-off-by: Jani Nikula Reviewed-by: Micha³ Grzelak BR, Micha³ --1527428566-1768765617-1772481946=:1837396--