xfree86: ddc: move some defines into private header

Those aren't used by any external driver, so no need to keep them public.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-29 16:25:36 +01:00
committed by Enrico Weigelt
parent f98d467a0c
commit 55d317dd50
2 changed files with 4 additions and 10 deletions

View File

@@ -204,14 +204,4 @@ typedef struct {
extern _X_EXPORT xf86MonPtr ConfiguredMonitor;
#define IEEE_ID_HDMI 0x000C03
#define CEA_AUDIO_BLK 1
#define CEA_VIDEO_BLK 2
#define CEA_VENDOR_BLK 3
#define CEA_SPEAKER_ALLOC_BLK 4
#define CEA_VESA_DTC_BLK 5
#define VENDOR_LATENCY_PRESENT(x) ( (x) >> 7)
#define VENDOR_LATENCY_PRESENT_I(x) ( ( (x) >> 6) & 0x01)
#define HDMI_MAX_TMDS_UNIT (5000)
#endif /* _EDID_H_ */

View File

@@ -50,6 +50,10 @@
#define CEA_EXT_MAX_DATA_OFFSET 127
#define CEA_EXT_DET_TIMING_NUM 6
#define IEEE_ID_HDMI 0x000C03
#define CEA_VIDEO_BLK 2
#define CEA_VENDOR_BLK 3
struct cea_ext_body {
uint8_t tag;
uint8_t rev;