Home
last modified time | relevance | path

Searched refs:BLMIN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c31 #define BLMIN 0xF3 macro
37 0, WLMAX-BLMIN, 1, 370-BLMIN,
135 const int b = minfo->altout.tvo_params.brightness + BLMIN; in g450_compute_bwlevel()
138 *bl = max(b - c, BLMIN); in g450_compute_bwlevel()
H A Dmatroxfb_maven.c65 #define BLMIN 0x0FF macro
71 0, WLMAX - BLMIN, 1, 379 - BLMIN,
360 const int b = md->primary_head->altout.tvo_params.brightness + BLMIN; in maven_compute_bwlevel()
363 *bl = max(b - c, BLMIN); in maven_compute_bwlevel()