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

/freebsd-13-stable/sys/powerpc/powermac/
H A Dnvbl.c47 #define NVIDIA_BRIGHT_MIN (0x0ec) macro
49 #define NVIDIA_BRIGHT_SCALE ((NVIDIA_BRIGHT_MAX - NVIDIA_BRIGHT_MIN)/100)
164 newlevel = (newlevel * NVIDIA_BRIGHT_SCALE) + NVIDIA_BRIGHT_MIN;
180 if (level < NVIDIA_BRIGHT_MIN)
183 level = (level - NVIDIA_BRIGHT_MIN) / NVIDIA_BRIGHT_SCALE;

Completed in 45 milliseconds