Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acb1d8ee authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/edid: quirk HTC vive headset as non-desktop. [v2]



This uses the EDID info from my HTC Vive to mark it as
non-desktop.

v2: Change description from non-standard to non-desktop

Reviewed-by: default avatarKeith Packard <keithp@keithp.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent b5f05388
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -159,6 +159,9 @@ static const struct edid_quirk {

	/* Rotel RSX-1058 forwards sink's EDID but only does HDMI 1.1*/
	{ "ETR", 13896, EDID_QUIRK_FORCE_8BPC },

	/* HTC Vive VR Headset */
	{ "HVR", 0xaa01, EDID_QUIRK_NON_DESKTOP },
};

/*