Re: [Intel-gfx] [PATCH v2] drm: add support for additional stereo 3D modes

2013-10-15 Thread Ville Syrjälä
On Tue, Oct 15, 2013 at 06:25:27PM +0100, Thomas Wood wrote: > Parse the 3D_Structure_ALL and 3D_MASK fields of the HDMI Vendor > Specific Data Block to expose more stereo 3D modes. > Daniel likes to have the v2,v3,etc. changes listed here in the commit msg. > Signed-off-by: Thomas Wood > --- >

[Intel-gfx] [PATCH v2] drm: add support for additional stereo 3D modes

2013-10-15 Thread Thomas Wood
Parse the 3D_Structure_ALL and 3D_MASK fields of the HDMI Vendor Specific Data Block to expose more stereo 3D modes. Signed-off-by: Thomas Wood --- drivers/gpu/drm/drm_edid.c | 105 + 1 file changed, 96 insertions(+), 9 deletions(-) diff --git a/drive