mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: ddc: move some parsing EDID macros into ddc.c
Only used there, so no need to keep them in public header. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
f4a84dc23c
commit
e38aaa19b1
@@ -24,6 +24,10 @@
|
||||
|
||||
#define RETRIES 4
|
||||
|
||||
#define HEADER 6
|
||||
#define BITS_PER_BYTE 9
|
||||
#define NUM BITS_PER_BYTE*EDID1_LEN
|
||||
|
||||
typedef enum {
|
||||
DDCOPT_NODDC1,
|
||||
DDCOPT_NODDC2,
|
||||
|
||||
@@ -18,9 +18,6 @@
|
||||
|
||||
/* read complete EDID record */
|
||||
#define EDID1_LEN 128
|
||||
#define BITS_PER_BYTE 9
|
||||
#define NUM BITS_PER_BYTE*EDID1_LEN
|
||||
#define HEADER 6
|
||||
|
||||
#define STD_TIMINGS 8
|
||||
#define DET_TIMINGS 4
|
||||
|
||||
Reference in New Issue
Block a user