Re: [PATCH v10 0/2] Panel rotation patches

2020-06-13 Thread Dmitry Osipenko
18.05.2020 10:36, Dmitry Osipenko пишет: > 12.05.2020 23:59, Sean Paul пишет: >> On Thu, Apr 16, 2020 at 7:03 PM Dmitry Osipenko wrote: >>> >>> 15.04.2020 00:32, dbasehore . пишет: On Tue, Apr 14, 2020 at 2:18 PM Dmitry Osipenko wrote: > > 14.04.2020 22:32, dbasehore . пишет: >>

Re: [PATCH v10 0/2] Panel rotation patches

2020-05-18 Thread Dmitry Osipenko
12.05.2020 23:59, Sean Paul пишет: > On Thu, Apr 16, 2020 at 7:03 PM Dmitry Osipenko wrote: >> >> 15.04.2020 00:32, dbasehore . пишет: >>> On Tue, Apr 14, 2020 at 2:18 PM Dmitry Osipenko wrote: 14.04.2020 22:32, dbasehore . пишет: > Hi Dmitry, sorry for the late reply. > > O

Re: [PATCH v10 0/2] Panel rotation patches

2020-05-12 Thread Sean Paul
On Thu, Apr 16, 2020 at 7:03 PM Dmitry Osipenko wrote: > > 15.04.2020 00:32, dbasehore . пишет: > > On Tue, Apr 14, 2020 at 2:18 PM Dmitry Osipenko wrote: > >> > >> 14.04.2020 22:32, dbasehore . пишет: > >>> Hi Dmitry, sorry for the late reply. > >>> > >>> On Sun, Mar 8, 2020 at 12:25 PM Dmitry O

Re: [PATCH v10 0/2] Panel rotation patches

2020-04-17 Thread Dmitry Osipenko
15.04.2020 00:32, dbasehore . пишет: > On Tue, Apr 14, 2020 at 2:18 PM Dmitry Osipenko wrote: >> >> 14.04.2020 22:32, dbasehore . пишет: >>> Hi Dmitry, sorry for the late reply. >>> >>> On Sun, Mar 8, 2020 at 12:25 PM Dmitry Osipenko wrote: 06.03.2020 03:21, Derek Basehore пишет: >

Re: [PATCH v10 0/2] Panel rotation patches

2020-04-15 Thread dbasehore .
On Tue, Apr 14, 2020 at 2:18 PM Dmitry Osipenko wrote: > > 14.04.2020 22:32, dbasehore . пишет: > > Hi Dmitry, sorry for the late reply. > > > > On Sun, Mar 8, 2020 at 12:25 PM Dmitry Osipenko wrote: > >> > >> 06.03.2020 03:21, Derek Basehore пишет: > >>> This adds the plumbing for reading panel

Re: [PATCH v10 0/2] Panel rotation patches

2020-04-15 Thread dbasehore .
Hi Dmitry, sorry for the late reply. On Sun, Mar 8, 2020 at 12:25 PM Dmitry Osipenko wrote: > > 06.03.2020 03:21, Derek Basehore пишет: > > This adds the plumbing for reading panel rotation from the devicetree > > and sets up adding a panel property for the panel orientation on > > Mediatek SoCs

Re: [PATCH v10 0/2] Panel rotation patches

2020-04-15 Thread Dmitry Osipenko
14.04.2020 22:32, dbasehore . пишет: > Hi Dmitry, sorry for the late reply. > > On Sun, Mar 8, 2020 at 12:25 PM Dmitry Osipenko wrote: >> >> 06.03.2020 03:21, Derek Basehore пишет: >>> This adds the plumbing for reading panel rotation from the devicetree >>> and sets up adding a panel property fo

Re: [PATCH v10 0/2] Panel rotation patches

2020-03-09 Thread Dmitry Osipenko
06.03.2020 03:21, Derek Basehore пишет: > This adds the plumbing for reading panel rotation from the devicetree > and sets up adding a panel property for the panel orientation on > Mediatek SoCs when a rotation is present. Hello Derek and everyone, I'm looking at adding display rotation support t

[PATCH v10 0/2] Panel rotation patches

2020-03-06 Thread Derek Basehore
This adds the plumbing for reading panel rotation from the devicetree and sets up adding a panel property for the panel orientation on Mediatek SoCs when a rotation is present. v10 changes: -Adapted to drm_panel_attach changes, so panel orientation is now set for the connector in get_modes -Dropp