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 EC242E7718A for ; Thu, 19 Dec 2024 11:35:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B6FB610ECDF; Thu, 19 Dec 2024 11:35:19 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="jbOGHejl"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6CF1E10E491; Thu, 19 Dec 2024 11:35:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1734608118; x=1766144118; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=XNfyo1CGuGtwHMl87IHhVltSQ/N8j1jpSrnGF0qYfoU=; b=jbOGHejlHOQ+hlxHsB4j57sWw+D3R+eH6WcVlOigHF53V9N2QVpsJVfy MncAaeoKtPixWBvLT6NhJxipgFsTWvzS3AZQebMwl8k37FCOtrc94u/MZ MSGMM0wqcw4SSGZLyn4F+LvqjCgeeNimJTZls87K25Mv3rLzyfDjACkSD U+RWkpMNcA+uuW9m2bZAUEkwgD3MfHRbcqkjbRD+gzRu8PVGsOrWKsUxE ez+LcMuzCIQjvK5tQL95Hg2+aiU20EGNzTlXexcxPT0CGzk0l//SKyEjA g8ZUsi09D93X17UQ3fOGRcVsma6HQh/63YcASWmzU07kWEs2jSgdejVan Q==; X-CSE-ConnectionGUID: vCuj2nYHRVqzChBxWumxXg== X-CSE-MsgGUID: yp5sR6jlSw2UCS8bwvKeKw== X-IronPort-AV: E=McAfee;i="6700,10204,11290"; a="45797259" X-IronPort-AV: E=Sophos;i="6.12,247,1728975600"; d="scan'208";a="45797259" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Dec 2024 03:35:17 -0800 X-CSE-ConnectionGUID: jZcoJUqmQxOEauiin0CyOg== X-CSE-MsgGUID: jrOC2liTSY2snsGLVpQaMQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="98643017" Received: from unknown (HELO localhost) ([10.237.66.160]) by orviesa007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Dec 2024 03:35:15 -0800 From: Jani Nikula To: "Kahola, Mika" , "Deak, Imre" Cc: "intel-gfx@lists.freedesktop.org" , "intel-xe@lists.freedesktop.org" Subject: RE: [PATCH v2] drm/i915/display: UHBR rates for Thunderbolt In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20241217143440.572308-1-mika.kahola@intel.com> Date: Thu, 19 Dec 2024 13:35:11 +0200 Message-ID: <871py3rjm8.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain 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" On Thu, 19 Dec 2024, "Kahola, Mika" wrote: > Thanks for the review! Patch is now merged with the change of naming > to XE3_*. This is used elsewhere in the driver so maybe it's ok to use > here as well. Nag, I don't really like modifying patches while applying. Personally, I try to avoid it altogether, occasionally changing whitespace or comments, but hardly ever anything functional. BR, Jani. -- Jani Nikula, Intel