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:
Enrico Weigelt, metux IT consult
2026-01-28 18:58:20 +01:00
committed by Enrico Weigelt
parent f4a84dc23c
commit e38aaa19b1
2 changed files with 4 additions and 3 deletions

View File

@@ -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,

View File

@@ -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