drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5

2023-02-06 Thread Darrell Kavanagh
Hi, This is another Lenovo with detachable keyboard and 1200x1920 screen mounted sideways. The following has been tested with 6.2.0-rc6. Thanks, Darrell index 3659f04..590bb7b 100644 --- a/kernel/drm_panel_orientation _quirks.c +++ b/kernel/linux-6.2-rc6/drivers/gpu/drm/drm_panel_orientation_qu

Re: drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5

2023-02-07 Thread Darrell Kavanagh
ble output seen during boot. I've played around with console, earlycon and fbcon parms to no useful effect. Any ideas? Darrell On Fri, 3 Feb 2023 at 18:32, Darrell Kavanagh wrote: > > Hi, > > This is another Lenovo with detachable keyboard and 1200x1920 screen > mounted sideways

Re: drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5

2023-02-08 Thread Darrell Kavanagh
"IdeaPad Duet 3 10IGL5"), + }, + }, {}, }; --- Thanks, Darrell On Tue, 7 Feb 2023 at 15:51, Darrell Kavanagh wrote: > > Further information: > > With the above fix, the very early boot console messages are not > rotated. adding "fbcon=rotate:1" to the kerne

Re: drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5

2023-02-09 Thread Darrell Kavanagh
It certainly is a learning process! Let me try to get things together properly myself, will be useful in the long run. Darrell On Thu, 9 Feb 2023 at 15:53, Hans de Goede wrote: > > Hi, > > On 2/9/23 16:36, Maxime Ripard wrote: > > Hi, > > > > On Wed, Feb 08, 202

[PATCH v2] drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5

2023-02-14 Thread Darrell Kavanagh
Another Lenovo convertable where the panel is installed landscape but is reported to the kernel as portrait. Signed-off-by: Darrell Kavanagh --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm