All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] drm: panel-orientation-quirks: Add quirk for Aya Neo 2021
@ 2021-10-19 14:24 Bryant Mairs
  2021-10-21 17:36 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Bryant Mairs @ 2021-10-19 14:24 UTC (permalink / raw)
  To: dri-devel; +Cc: Bryant Mairs

Fixes screen orientation for the Aya Neo 2021 handheld gaming console.

Signed-off-by: Bryant Mairs <bryant@mai.rs>
---
 drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
index f6bdec7fa925..30c17a76f49a 100644
--- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
+++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
@@ -134,6 +134,12 @@ static const struct dmi_system_id orientation_data[] = {
 		  DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T103HAF"),
 		},
 		.driver_data = (void *)&lcd800x1280_rightside_up,
+	}, {	/* AYA NEO 2021 */
+		.matches = {
+		  DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYADEVICE"),
+		  DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "AYA NEO 2021"),
+		},
+		.driver_data = (void *)&lcd800x1280_rightside_up,
 	}, {	/* GPD MicroPC (generic strings, also match on bios date) */
 		.matches = {
 		  DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Default string"),
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] drm: panel-orientation-quirks: Add quirk for Aya Neo 2021
  2021-10-19 14:24 [PATCH v2] drm: panel-orientation-quirks: Add quirk for Aya Neo 2021 Bryant Mairs
@ 2021-10-21 17:36 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2021-10-21 17:36 UTC (permalink / raw)
  To: Bryant Mairs; +Cc: dri-devel

Hi Bryant,

On Tue, Oct 19, 2021 at 09:24:33AM -0500, Bryant Mairs wrote:
> Fixes screen orientation for the Aya Neo 2021 handheld gaming console.
> 
> Signed-off-by: Bryant Mairs <bryant@mai.rs>

thanks for your quick response with v2.
Applied to drm-msc-fixes, and should show up in -linus in about two
weeks.
	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-21 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19 14:24 [PATCH v2] drm: panel-orientation-quirks: Add quirk for Aya Neo 2021 Bryant Mairs
2021-10-21 17:36 ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.