aboutsummaryrefslogtreecommitdiffstats
path: root/get-edid.h
blob: 2f72f0e91d0c625d5bd7d3979570e6eb49292676 (plain)
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);