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

/freebsd-13-stable/sys/dev/videomode/
H A Dedidreg.h97 #define _GAMMA(x) ((x) == 0xff ? 100 : ((x) + 100)) macro
98 #define EDID_GAMMA(ptr) _GAMMA(ptr[23])
243 #define EDID_DESC_COLOR_GAMMA_1(ptr) _GAMMA(ptr[9])
247 #define EDID_DESC_COLOR_GAMMA_2(ptr) _GAMMA(ptr[14])

Completed in 165 milliseconds