Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/matrox/
Dmatroxfb_g450.c30 #define BLMIN 0xF3 macro
36 0, WLMAX-BLMIN, 1, 370-BLMIN,
134 const int b = minfo->altout.tvo_params.brightness + BLMIN; in g450_compute_bwlevel()
137 *bl = max(b - c, BLMIN); in g450_compute_bwlevel()
Dmatroxfb_maven.c64 #define BLMIN 0x0FF macro
70 0, WLMAX - BLMIN, 1, 379 - BLMIN,
345 const int b = md->primary_head->altout.tvo_params.brightness + BLMIN; in maven_compute_bwlevel()
348 *bl = max(b - c, BLMIN); in maven_compute_bwlevel()