From: Hans Verkuil <hans.verk...@cisco.com>

The wrong bit was tested.

Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>
---
 edid-decode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/edid-decode.c b/edid-decode.c
index 4105700f..5a162b14 100644
--- a/edid-decode.c
+++ b/edid-decode.c
@@ -460,7 +460,7 @@ detailed_block(unsigned char *x, int in_extension)
                }
                printf("\n");
 
-               if (x[15] & 0x04)
+               if (x[15] & 0x08)
                    printf("Supports CVT standard blanking\n");
                if (x[15] & 0x10)
                    printf("Supports CVT reduced blanking\n");
-- 
2.14.1

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to