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 CB36DC3ABAA for ; Tue, 29 Apr 2025 10:35:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 619B110E434; Tue, 29 Apr 2025 10:35:37 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="j5JrTaR/"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 66A7010E305; Tue, 29 Apr 2025 10:35:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1745922935; x=1777458935; h=from:to:subject:in-reply-to:references:date:message-id: mime-version; bh=8/tdSwXQRgUbCPRghOn8c0dbMrmMt6zd1gpqE+YaqKc=; b=j5JrTaR/koiySNvx0TkYPmyFC4umtCZa5nJ4RHRNSsDGfqqrNERZVsjc KnKROkttXh1lTxubndniFYLuq0yS2jHCzHPq4c3nG0l8CFAlxYsKYxe91 0pCxFSxKn9i8Q5ihIxBu4AhKYAt3+Nvi8DNUjfdR3RTjFC/CZpqDEV+6K SGnsFPY2cruJ+P/m53Uch0J3wQYCRvWojSB1hix8sH4ZziKVntwGTxQy6 H7y43fH7pxtn8gr0jWLOhaJhZk0oedP41D2RcVyYMhhvRt8EP67ccHKjx pztZwzI17SFO6fGFQBICgXUGJbKfkcDqvuncZlhviN+0/EztjpyZ6p/tc w==; X-CSE-ConnectionGUID: YKcGDc7PSbOy2bzjyyQfXg== X-CSE-MsgGUID: C7TWCo8WTQ6iQ09UQSufvQ== X-IronPort-AV: E=McAfee;i="6700,10204,11417"; a="58190462" X-IronPort-AV: E=Sophos;i="6.15,248,1739865600"; d="scan'208";a="58190462" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2025 03:35:35 -0700 X-CSE-ConnectionGUID: eyzLMlOlS8ir2iUgIKoZMA== X-CSE-MsgGUID: BuLzMCZlR0yGJcSSqMSM3A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.15,248,1739865600"; d="scan'208";a="133683677" Received: from mjarzebo-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.246.9]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2025 03:35:32 -0700 From: Jani Nikula To: Imre Deak , intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Subject: Re: [PATCH 0/2] drm/i915: Use intel_connector for DP and HDMI In-Reply-To: <20250428134716.3396802-1-imre.deak@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20250428134716.3396802-1-imre.deak@intel.com> Date: Tue, 29 Apr 2025 13:35:29 +0300 Message-ID: <87cycvw8zy.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 Mon, 28 Apr 2025, Imre Deak wrote: > This patchset - resent now separetely from patchset [1], adding the same > patches originally - converts intel_dp.c and intel_hdmi.c to prefer > using an intel_connector vs. drm_connector pointer. > > Cc: Jani Nikula Reviewed-by: Jani Nikula > > [1] https://lore.kernel.org/all/20250408214342.1953197-1-imre.deak@intel.com > > Imre Deak (2): > drm/i915/dp: Use an intel_connector pointer everywhere > drm/i915/hdmi: Use an intel_connector pointer everywhere > > drivers/gpu/drm/i915/display/intel_dp.c | 105 ++++++------ > drivers/gpu/drm/i915/display/intel_hdmi.c | 189 ++++++++++++---------- > 2 files changed, 159 insertions(+), 135 deletions(-) -- Jani Nikula, Intel