projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5f0538
)
drm/edid: quirk HTC vive headset as non-desktop. [v2]
author
Dave Airlie
<airlied@redhat.com>
Mon, 16 Oct 2017 04:26:19 +0000
(
05:26
+0100)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 23 Nov 2017 02:45:31 +0000
(12:45 +1000)
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: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_edid.c
b/drivers/gpu/drm/drm_edid.c
index 1e24d5d9d659732a6f64560fdfe25f66b1d03a9f..2e8fb51282ef36813873a18017a69f0c5abc3c47 100644
(file)
--- a/
drivers/gpu/drm/drm_edid.c
+++ b/
drivers/gpu/drm/drm_edid.c
@@
-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 },
};
/*