Patch "drm/edid: Add quirk for OSVR HDK 2.0" has been added to the 6.1-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/edid: Add quirk for OSVR HDK 2.0

to the 6.1-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-edid-add-quirk-for-osvr-hdk-2.0.patch
and it can be found in the queue-6.1 subdirectory.

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



commit 3f5b8cd8dc557801fc10b0be94303893434d29a1
Author: Ralph Campbell <rcampbell@xxxxxxxxxx>
Date:   Tue Jun 20 23:19:03 2023 -0700

    drm/edid: Add quirk for OSVR HDK 2.0
    
    [ Upstream commit 98d4cb705bc00afd4a9a71cc1e84f7111682639a ]
    
    The OSVR virtual reality headset HDK 2.0 uses a different EDID
    vendor and device identifier than the HDK 1.1 - 1.4 headsets.
    Add the HDK 2.0 vendor and device identifier to the quirks table so
    that window managers do not try to display the desktop screen on the
    headset display.
    
    Closes: https://gitlab.freedesktop.org/drm/misc/-/issues/30
    Signed-off-by: Ralph Campbell <rcampbell@xxxxxxxxxx>
    Tested-by: Ralph Campbell <rcampbell@xxxxxxxxxx>
    Signed-off-by: Jani Nikula <jani.nikula@xxxxxxxxx>
    Link: https://patchwork.freedesktop.org/patch/msgid/20230621061903.3422648-1-rcampbell@xxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 739e0d40cca61..5ed77e3361fd7 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -231,6 +231,7 @@ static const struct edid_quirk {
 
 	/* OSVR HDK and HDK2 VR Headsets */
 	EDID_QUIRK('S', 'V', 'R', 0x1019, EDID_QUIRK_NON_DESKTOP),
+	EDID_QUIRK('A', 'U', 'O', 0x1111, EDID_QUIRK_NON_DESKTOP),
 };
 
 /*



[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