xfree86: ddc: move STD_COLOR_SPACE() and GFT_SUPPORTED() macros

These are only used in print_edid.c, so no need to keep them
in a global header.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-27 17:48:57 +01:00
committed by Enrico Weigelt
parent f209e71fb9
commit 1649eb38d5
2 changed files with 3 additions and 2 deletions

View File

@@ -314,9 +314,7 @@
#define DPMS_OFF(x) (x & 0x01)
/* Msc stuff EDID Ver > 1.1 */
#define STD_COLOR_SPACE(x) (x & 0x4)
#define PREFERRED_TIMING_MODE(x) (x & 0x2)
#define GFT_SUPPORTED(x) (x & 0x1)
#define GTF_SUPPORTED(x) (x & 0x1)
#define CVT_SUPPORTED(x) (x & 0x1)

View File

@@ -46,6 +46,9 @@
#define DISP_YCRCB444 0x01
#define DISP_YCRCB422 0x02
#define STD_COLOR_SPACE(x) (x & 0x4)
#define GFT_SUPPORTED(x) (x & 0x1)
#define EDID_WIDTH 16
static void