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 169B6C87FCA for ; Thu, 7 Aug 2025 13:05:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D11CF10E841; Thu, 7 Aug 2025 13:05:23 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="atXwAGoK"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) by gabe.freedesktop.org (Postfix) with ESMTPS id B31CB10E83D; Thu, 7 Aug 2025 13:05:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1754571922; x=1786107922; h=from:to:subject:in-reply-to:references:date:message-id: mime-version; bh=oZKi+QW2Pua0PySDPHps8ArHznLnPyJsjq2Yf+e+9js=; b=atXwAGoKw0pwMiua1fbh0CNhhFURWrPnfB3AmkCcoS1w77dixubjM1jG cq2g75bv/PuBkUSN9zQjS0cSMt08545lEqJ23yCAWo8ZHTLxR8TfMsCVr h+l4l5iSmtsEBvGavdA4gc27qFLt8nNQ+wQUNdL3hxabJYP/5U4a03tG6 bmp9JWFFnVWAGDFhWcqNAVR//H2RmCFzIp/fWF3YPH1fCKpER4m86Dg5j EQK+eZvk+Bw/8Kx1vn+edf+f2kOOCnQg6Fsx0JVqTxvt/3UhHs8fwaVJA HsqZdVC3HNpxcd8HBljwgvYM05EKlEqSGXZn+7xQy7ZrK7SfKQto1Dju+ w==; X-CSE-ConnectionGUID: c9M36coUS3uSnXXLD1I8Pw== X-CSE-MsgGUID: n/9Swx+RTeaEVrvMgW+7ig== X-IronPort-AV: E=McAfee;i="6800,10657,11514"; a="56869509" X-IronPort-AV: E=Sophos;i="6.17,271,1747724400"; d="scan'208";a="56869509" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Aug 2025 06:05:20 -0700 X-CSE-ConnectionGUID: LU6BV1d4RVCQ8RQtJlMr7g== X-CSE-MsgGUID: MiYnhfNbSUejuYkKWQCu/g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.17,271,1747724400"; d="scan'208";a="170318684" Received: from fdefranc-mobl3.ger.corp.intel.com (HELO localhost) ([10.245.246.96]) by fmviesa004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Aug 2025 06:05:17 -0700 From: Jani Nikula To: imre.deak@intel.com, Luca Coelho , intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, stable@vger.kernel.org, Charlton Lin , Khaled Almahallawy Subject: Re: [PATCH 01/19] drm/i915/lnl+/tc: Fix handling of an enabled/disconnected dp-alt sink In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20250805073700.642107-1-imre.deak@intel.com> <20250805073700.642107-2-imre.deak@intel.com> <95999d2602067f556dc2e5739758deef7c462e17.camel@coelho.fi> Date: Thu, 07 Aug 2025 16:05:14 +0300 Message-ID: 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, 07 Aug 2025, Imre Deak wrote: > Would you be ok with > > tc_phy_owned_by_display() Sounds good to me. Maybe add a brief comment "Is the PHY in legacy or DP-alt mode" or something above the function. BR, Jani. -- Jani Nikula, Intel