From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.domeneshop.no (smtp.domeneshop.no [194.63.252.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 68DF128EA for ; Mon, 8 Aug 2022 12:26:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tronnes.org ; s=ds202112; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=qBaPH9mZYB3itVSncYHBka6AQRYTc8noe8x4jy0Jg0E=; b=YvnFOlDKny/aSo86ImVLHyC6Ma BYuPXAFazJzsjE2/7WBmC0LojSfbWlWMT1ixHzLutQV3WFxAYPFoIbBBCSSlP5rVhO4sUftUVpGnx wufPg33l0St/42Q9ZDnccbt/rwDWSXwzPqav5rFmjThd2lMSakCX9wBsjVeiKmWXaz1aOvdx4FtdP 9qPJ5RpoBycWNl/nLHlM7w7i6pAhmLSKInpzI92Sk04mUfAFi40d6lP/KOcKwMLorNQGavNdBQQMs VZRAwnvU1raxNlVdEiEL3+Np7dUM0Iq1prvoCNmv5QZa7vg7UoB8xQpoKm6iNugOBXPy1Ul7x9Y/C Ca3udjxA==; Received: from [2a01:799:961:d200:fd91:af1e:9da7:f964] (port=64084) by smtp.domeneshop.no with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oL1qB-0005zr-Np; Mon, 08 Aug 2022 14:26:39 +0200 Message-ID: Date: Mon, 8 Aug 2022 14:26:37 +0200 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v1 02/35] drm/connector: Rename subconnector state variable To: Maxime Ripard , Jernej Skrabec , Martin Blumenstingl , Chen-Yu Tsai , Philipp Zabel , Jerome Brunet , Samuel Holland , Thomas Zimmermann , Daniel Vetter , Emma Anholt , David Airlie , Maarten Lankhorst , Kevin Hilman , Neil Armstrong , Maxime Ripard Cc: linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, Phil Elwell , Mateusz Kwiatkowski , linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven , Dave Stevenson , linux-amlogic@lists.infradead.org, dri-devel@lists.freedesktop.org, Dom Cobley References: <20220728-rpi-analog-tv-properties-v1-0-3d53ae722097@cerno.tech> <20220728-rpi-analog-tv-properties-v1-2-3d53ae722097@cerno.tech> From: =?UTF-8?Q?Noralf_Tr=c3=b8nnes?= In-Reply-To: <20220728-rpi-analog-tv-properties-v1-2-3d53ae722097@cerno.tech> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Den 29.07.2022 18.34, skrev Maxime Ripard: > There is two TV subconnector related properties registered by > drm_mode_create_tv_properties(): subconnector and select subconnector. > > While the select subconnector property is stored in the kernel by the > drm_tv_connector_state structure, the subconnector property isn't stored > anywhere. > > Worse, the select subconnector property is stored in a field called > subconnector, creating some ambiguity about which property content we're > accessing. > > Let's rename that field to one called select_subconnector to make it move > obvious what it's about. > > Signed-off-by: Maxime Ripard > Reviewed-by: Noralf Trønnes