1 2 3 4 5 6
#define EDID_BLOCK_SIZE 128 #define MAX_EXTENSION_COUNT 4 int verbose; int get_edid(char *edid, int port, int skip_vbe_check);