]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/nouveau: Enable stereoscopic 3D output over HDMI
authorAlastair Bridgewater <alastair.bridgewater@gmail.com>
Tue, 11 Apr 2017 17:11:25 +0000 (13:11 -0400)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 16 Jun 2017 04:04:19 +0000 (14:04 +1000)
commit0f18d2765ab1ab9530e1b80dc1bc247c8b13cef7
tree594baec4293756a4f142ea981e70465d97d54d86
parent37aa2243ff4985c0bdf309bf951f2cdd680fbe5c
drm/nouveau: Enable stereoscopic 3D output over HDMI

Enable stereoscopic output for HDMI and DisplayPort connectors on
NV50+ (G80+) hardware.  We do not enable stereoscopy on older
hardware in case there is some older board that still has HDMI
output but for which we have no logic for setting the Vendor
InfoFrame.

With this, I get an obvious 3D output when using the "testdisplay"
program from intel-gpu-tools with the "-3" parameter and outputting
to a 3D-capable HDMI display, for all available 3D modes (be they
TB, SBSH, or FP) on all four G80+ DISPs.

Signed-off-by: Alastair Bridgewater <alastair.bridgewater@gmail.com>
drivers/gpu/drm/nouveau/nouveau_connector.c