From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Osipenko Subject: Re: [PATCH v1 2/6] drm/panel: Set display info in panel attach Date: Sun, 14 Jun 2020 22:36:27 +0300 Message-ID: <81b3ed4b-5cf1-0b61-1457-b07e8d8a2de3@gmail.com> References: <20200614190348.12193-1-digetx@gmail.com> <20200614190348.12193-3-digetx@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20200614190348.12193-3-digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Content-Language: en-US Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thierry Reding , Thomas Zimmermann , Derek Basehore , Sam Ravnborg , Laurent Pinchart , Sean Paul Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org 14.06.2020 22:03, Dmitry Osipenko пишет: > From: Derek Basehore > > Devicetree systems can set panel orientation via a panel binding, but > there's no way, as is, to propagate this setting to the connector, > where the property need to be added. > To address this, this patch sets orientation, as well as other fixed > values for the panel, in the drm_panel_attach function. These values > are stored from probe in the drm_panel struct. > > Signed-off-by: Derek Basehore > Reviewed-by: Sam Ravnborg > Tested-by: Dmitry Osipenko > Signed-off-by: Dmitry Osipenko > --- Ah, I just realized that this patch is obsolete now! I also got email bounces saying that some email servers didn't like the UTF symbol in name of the first email, so will make a v2 shortly.