Searched refs:BLMIN (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 31 #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()
|
D | matroxfb_maven.c | 65 #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()
|