Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/edid: quirk Sony PlayStation VR headset as non-desktop

This uses the EDID info from the Sony PlayStation VR headset,
when connected directly, to mark it as non-desktop.
Since the connection box (product id b403) defaults to HDMI
pass-through to the TV, it is not marked as non-desktop.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

authored by

Philipp Zabel and committed by
Dave Airlie
ccffc9eb 90eda8fc

+3
+3
drivers/gpu/drm/drm_edid.c
··· 177 177 { "DEL", 0x7fce, EDID_QUIRK_NON_DESKTOP }, 178 178 { "SEC", 0x144a, EDID_QUIRK_NON_DESKTOP }, 179 179 { "AUS", 0xc102, EDID_QUIRK_NON_DESKTOP }, 180 + 181 + /* Sony PlayStation VR Headset */ 182 + { "SNY", 0x0704, EDID_QUIRK_NON_DESKTOP }, 180 183 }; 181 184 182 185 /*