From ec65eb7a8f93bcf3d263dbda6e429be7222f6b7e Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sat, 21 Nov 2020 13:08:36 +0100 Subject: edid-decode: fix blockmap-256.test and rename to blockmap-255.test If Block 128 has a Block Map extension, then the maximum number of blocks in an EDID is 255, not 256. Signed-off-by: Hans Verkuil --- test/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/README') diff --git a/test/README b/test/README index b9f6d39..2f221f5 100644 --- a/test/README +++ b/test/README @@ -20,8 +20,9 @@ ls-ext.test: has a Localized String Extension Block. blockmap-128.test: has a single Block Map extension and a total of 128 blocks. -blockmap-256.test: has a single Block Map extension and a total of - 256 blocks (the maximum possible EDID size). +blockmap-255.test: has two Block Map extensions and a total of + 255 blocks (the maximum possible EDID size when the second + Block Map is used). Examples of old EDID versions: -- cgit v1.2.1