Re: [PATCH] drm: Add orientation quirk for DynaBook K50

2022-12-07 Thread Hans de Goede
Hi, On 11/30/22 18:08, Allen Ballway wrote: > Like the ASUS T100HAN for which there is already a quirk, > the DynaBook K50 has a 800x1280 portrait screen mounted > in the tablet part of a landscape oriented 2-in-1. > Update the quirk to be more generic and apply to this device. > > Signed-off-by:

[PATCH] drm: Add orientation quirk for DynaBook K50

2022-11-30 Thread Allen Ballway
Like the ASUS T100HAN for which there is already a quirk, the DynaBook K50 has a 800x1280 portrait screen mounted in the tablet part of a landscape oriented 2-in-1. Update the quirk to be more generic and apply to this device. Signed-off-by: Allen Ballway --- .../gpu/drm/drm_panel_orientation_q

[PATCH] drm: Add orientation quirk for DynaBook K50

2022-11-07 Thread Allen Ballway
Panel is 800x1280 but mounted on a detachable form factor sidways. Signed-off-by: Allen Ballway --- .../gpu/drm/drm_panel_orientation_quirks.c| 20 --- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gp