Searched refs:_GAMMA (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/videomode/
H A Dedidreg.h97 #define _GAMMA(x) ((x) == 0xff ? 100 : ((x) + 100)) macro
98 #define EDID_GAMMA(ptr) _GAMMA(ptr[23])
244 #define EDID_DESC_COLOR_GAMMA_1(ptr) _GAMMA(ptr[9])
248 #define EDID_DESC_COLOR_GAMMA_2(ptr) _GAMMA(ptr[14])

Completed in 117 milliseconds