Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dchipsfb.c222 int new_bpp, old_bpp; in chipsfbcon_switch() local
228 new_bpp = fb_display[con].var.bits_per_pixel; in chipsfbcon_switch()
232 if (new_bpp != old_bpp) in chipsfbcon_switch()
233 chips_set_bitdepth(p, &fb_display[con], con, new_bpp); in chipsfbcon_switch()