diff mbox series

drm: panel-orientation-quirks: Add quirk for Aya Neo 2021

Message ID 20211001221618.29765-1-bryant@mai.rs (mailing list archive)
State New, archived
Headers show
Series drm: panel-orientation-quirks: Add quirk for Aya Neo 2021 | expand

Commit Message

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

Comments

Sam Ravnborg Oct. 15, 2021, 8:56 p.m. UTC | #1
Hi Bryant,

On Fri, Oct 01, 2021 at 03:16:18PM -0700, Bryant Mairs wrote:
> Signed-off-by: Bryant Mairs <bryant@mai.rs>

Patch looks fine, but I do not accept empty changelogs.

At a minimum describe in the changelog what device benefit from this
quirk.

	Sam
diff mbox series

Patch

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"),