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

/freebsd-12-stable/sys/dev/videomode/
H A Dedidreg.h98 #define _GAMMA(x) ((x) == 0xff ? 100 : ((x) + 100)) macro
99 #define EDID_GAMMA(ptr) _GAMMA(ptr[23])
245 #define EDID_DESC_COLOR_GAMMA_1(ptr) _GAMMA(ptr[9])
249 #define EDID_DESC_COLOR_GAMMA_2(ptr) _GAMMA(ptr[14])

Completed in 103 milliseconds