Lines Matching defs:display
14 * TODO: - handle dual screen display (CRT and LCD at the same time).
206 if ((s1dfb->display & 0x01)) /* LCD */
235 dbg("writing %02x to display mode register\n", val);
237 if ((s1dfb->display & 0x01)) /* LCD */
313 * s1d13xxxfb_blank - blanks the display.
337 if ((par->display & 0x01) != 0)
339 if ((par->display & 0x02) != 0)
358 * s1d13xxxfb_pan_display - Pans the display.
362 * Pan (or wrap, depending on the `vmode' field) the display using the
382 if ((par->display & 0x01)) {
639 u8 panel, display;
650 par->display = s1d13xxxfb_readreg(par, S1DREG_COM_DISP_MODE);
651 crt_enabled = (par->display & 0x02) != 0;
652 lcd_enabled = (par->display & 0x01) != 0;
658 display = s1d13xxxfb_readreg(par, S1DREG_LCD_DISP_MODE);
660 display = s1d13xxxfb_readreg(par, S1DREG_CRT_DISP_MODE);
662 bpp = display & 0x07;
916 /* disable display */
985 if ((s1dfb->display & 0x01) != 0)
987 if ((s1dfb->display & 0x02) != 0)