Re: [PATCH v2 0/3] drm/amd/display: add HDMI Stereo 3D support

2017-05-11 Thread Jeffrey Smith
Note, the higher level pieces are not yet in place, for this to work on X for instance. I started to look at that a while back, only to realize the kernel driver needed help first. On Thu, May 11, 2017 at 10:33 AM, Jeffrey Smith <whydo...@gmail.com> wrote: > I took the work f

Re: [PATCH v2 0/3] drm/amd/display: add HDMI Stereo 3D support

2017-05-11 Thread Jeffrey Smith
I took the work from https://patchwork.freedesktop.org/patch/27065/ and cleaned it up. I've been meaning to take what I'd done and post it. Your question inspired me to take care of that and here is the result: https://github.com/whydoubt/stereo-es2gears Also, Alastair Bridgewater pointed out

Re: [PATCH 4/5] drm/amd/display: Add HDMI Stereo 3D (DC) support

2017-03-08 Thread Jeffrey Smith
I have easy access to an LG 3D television, though I do not have model information handy at the moment. This is the only display I have tested on so far. I have tested all three modes, and in each case the signal is recognized as 3D (the TV pops up a message to this effect), and the content is

Re: [PATCH 5/5] drm/amd/display: Allow HDMI capabilities over DVI connector (DC)

2017-03-08 Thread Jeffrey Smith
This did work for me, including stereo 3D, so that is rather disappointing. (DVI output of the card -> DVI/HDMI adapter -> HDMI Cable -> HDMI TV input) Is it that HDMI signaling passing through a DVI connector is dis-allowed on the whole, or is there something more subtle that I am missing?