Patch "drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)" has been added to the 5.14-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)

to the 5.14-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drm-panel-orientation-quirks-update-the-lenovo-ideap.patch
and it can be found in the queue-5.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 38b66cea1db26bf1a33b9725df977544246f4365
Author: Hans de Goede <hdegoede@xxxxxxxxxx>
Date:   Sun May 30 13:04:25 2021 +0200

    drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)
    
    [ Upstream commit 820a2ab23d5eab4ccfb82581eda8ad4acf18458f ]
    
    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@xxxxxxxxxxx>
    Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210530110428.12994-2-hdegoede@xxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
index e1b2ce4921ae7..5d0942e3985b2 100644
--- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
+++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
@@ -223,10 +223,15 @@ static const struct dmi_system_id orientation_data[] = {
 		  DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Lenovo MIIX 320-10ICR"),
 		},
 		.driver_data = (void *)&lcd800x1280_rightside_up,
-	}, {	/* Lenovo Ideapad D330 */
+	}, {	/* Lenovo Ideapad D330-10IGM (HD) */
+		.matches = {
+		  DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+		  DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad D330-10IGM"),
+		},
+		.driver_data = (void *)&lcd800x1280_rightside_up,
+	}, {	/* Lenovo Ideapad D330-10IGM (FHD) */
 		.matches = {
 		  DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-		  DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "81H3"),
 		  DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad D330-10IGM"),
 		},
 		.driver_data = (void *)&lcd1200x1920_rightside_up,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux