[PATCH] drm/edid: parse the list of additional 3D modes

2013-11-29 Thread Ville Syrjälä
On Fri, Nov 29, 2013 at 06:18:58PM +, Thomas Wood wrote: > Parse 2D_VIC_order_X and 3D_Structure_X from the list at the end of the > HDMI Vendor Specific Data Block. > > v2: Use an offset value depending on 3D_Multi_present and add > detail_present. (Ville Syrj?l?) > v3: Make sure the list

[PATCH 3/3] drm/edid: parse the list of additional 3D modes

2013-11-29 Thread Ville Syrjälä
On Fri, Nov 29, 2013 at 03:33:28PM +, Thomas Wood wrote: > Parse 2D_VIC_order_X and 3D_Structure_X from the list at the end of the > HDMI Vendor Specific Data Block. > > v2: Use an offset value depending on 3D_Multi_present and add > detail_present. (Ville Syrj?l?) > > Signed-off-by: Thom

[PATCH] drm/edid: parse the list of additional 3D modes

2013-11-29 Thread Thomas Wood
Parse 2D_VIC_order_X and 3D_Structure_X from the list at the end of the HDMI Vendor Specific Data Block. v2: Use an offset value depending on 3D_Multi_present and add detail_present. (Ville Syrj?l?) v3: Make sure the list is parsed even if 3D_Structure_ALL/MASK is not present. (Ville Syrj?

[PATCH 3/3] drm/edid: parse the list of additional 3D modes

2013-11-29 Thread Thomas Wood
Parse 2D_VIC_order_X and 3D_Structure_X from the list at the end of the HDMI Vendor Specific Data Block. v2: Use an offset value depending on 3D_Multi_present and add detail_present. (Ville Syrj?l?) Signed-off-by: Thomas Wood --- drivers/gpu/drm/drm_edid.c | 64 +

Parse the list of additional 3D modes (v2)

2013-11-29 Thread Thomas Wood
Here's an updated series of patches taking into account Ville's review. Regards, Thomas

[PATCH 2/2] drm/edid: parse the list of additional 3D modes

2013-11-28 Thread Ville Syrjälä
On Thu, Nov 28, 2013 at 05:12:47PM +, Thomas Wood wrote: > Parse 2D_VIC_order_X and 3D_Structure_X from the list at the end of the > HDMI Vendor Specific Data Block. > > Signed-off-by: Thomas Wood > --- > drivers/gpu/drm/drm_edid.c | 50 > ++ > 1

[PATCH 2/2] drm/edid: parse the list of additional 3D modes

2013-11-28 Thread Thomas Wood
Parse 2D_VIC_order_X and 3D_Structure_X from the list at the end of the HDMI Vendor Specific Data Block. Signed-off-by: Thomas Wood --- drivers/gpu/drm/drm_edid.c | 50 ++ 1 file changed, 50 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c b/driv

Parse the list of additional 3D modes

2013-11-28 Thread Thomas Wood
Hi, The following two patches add support for parsing the list of additional 3D modes at the end of the vendor specific data block. The first splits the VIC display mode lookup into a separate function so that it can be reused. The second patch parses the list, adding any support modes to the conn

[PATCH v2 edid-decode] Parse the list of additional 3D modes

2013-11-27 Thread Thomas Wood
Parse 2D_VIC_order_X and 3D_Structure_X from the list at the end of the HDMI Vendor Specific Block. v2: check 3D_Detail_X indicates horizontal sub-sampling in side-by-side (half) mode Signed-off-by: Thomas Wood --- edid-decode.c | 29 - 1 file changed, 28 insertions(

[PATCH edid-decode] Parse the list of additional 3D modes

2013-10-16 Thread Thomas Wood
Parse 2D_VIC_order_X and 3D_Structure_X from the list at the end of the HDMI Vendor Specific Block. Signed-off-by: Thomas Wood --- edid-decode.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/edid-decode.c b/edid-decode.c index 4265843..8441dec 10064