[PATCH] drm: panel-orientation-quirks: Add quirk for Aya Neo Air

2022-08-25 Thread Maccraft123
From: Maya Matuszczyk Yet another x86 gaming handheld. This one has many SKUs with quite a few of DMI strings, so let's just use a catchall, just as with Aya Neo Next. Signed-off-by: Maya Matuszczyk --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 12 1 file changed, 12

[PATCH] drm: panel-orientation-quirks: Add quirk for Anbernic Win600

2022-08-03 Thread Maccraft123
From: Maya Matuszczyk This device is another x86 gaming handheld, and as (hopefully) there is only one set of DMI IDs it's using DMI_EXACT_MATCH Signed-off-by: Maya Matuszczyk --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++ 1 file changed, 6 insertions(+) diff --git

[PATCH v2] drm: panel-orientation-quirks: Add quirk for Aya Neo Next

2022-06-19 Thread Maccraft123
From: Maya Matuszczyk The device is identified by "NEXT" in board name, however there are different versions of it, "Next Advance" and "Next Pro", that have different DMI board names. Due to a production error a batch or two have their board names prefixed by "AYANEO", this makes it 6 different

[PATCH] drm: panel-orientation-quirks: Add quirk for Aya Neo Next

2022-06-11 Thread Maccraft123
From: Maya Matuszczyk The device is identified by "NEXT" in board name, however there are different versions of it, "Next Advance" and "Next Pro", that have different DMI board names. Due to a production error a batch or two have their board names prefixed by "AYANEO" and that's how we ended up