drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)
authorHans de Goede <hdegoede@redhat.com>
Sun, 30 May 2021 11:04:25 +0000 (13:04 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 17 Aug 2021 17:59:56 +0000 (19:59 +0200)
commit820a2ab23d5eab4ccfb82581eda8ad4acf18458f
tree1f3755780d53c65dfdbfcb4f99a5ba0c74b24fd8
parentea5ea3d8a117517a75c2af30faa399671444a1ea
drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)

2 improvements to the Lenovo Ideapad D330 panel-orientation quirks:

1. Some versions of the Lenovo Ideapad D330 have a DMI_PRODUCT_NAME of
"81H3" and others have "81MD". Testing has shown that the "81MD" also has
a 90 degree mounted panel. Drop the DMI_PRODUCT_NAME from the existing
quirk so that the existing quirk matches both variants.

2. Some of the Lenovo Ideapad D330 models have a HD (800x1280) screen
instead of a FHD (1200x1920) screen (both are mounted right-side-up) add
a second Lenovo Ideapad D330 quirk for the HD version.

Changes in v2:
- Add a new quirk for Lenovo Ideapad D330 models with a HD screen instead
  of a FHD screen

Link: https://github.com/systemd/systemd/pull/18884
Acked-by: Simon Ser <contact@emersion.fr>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210530110428.12994-2-hdegoede@redhat.com
drivers/gpu/drm/drm_panel_orientation_quirks.c