diff options
Diffstat (limited to 'tools/ddcprobe/vbe.h')
-rw-r--r-- | tools/ddcprobe/vbe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/ddcprobe/vbe.h b/tools/ddcprobe/vbe.h index a25b88c34..32ccc7902 100644 --- a/tools/ddcprobe/vbe.h +++ b/tools/ddcprobe/vbe.h @@ -8,10 +8,9 @@ #endif #define BOOT_VBE_INFO "/proc/BOOT/vbe" #define BOOT_EDID_INFO "/proc/BOOT/edid" +#define EDID_INVALID 0x13 #define EDID_BLOCK_SIZE 128 #define VBE_BLOCK_SIZE 512 -#define VGA_BIOS_BASE 0xc0000 -#define VGA_BIOS_SIZE (512 * 1024) /* FIXME: wild guess (512 KB are enough?) */ union vbe_addr { struct { |