Lines Matching refs:screen
167 /* Default number of visible screen buffer to allocate */
715 /* Check for off-screen adjustments */
719 /* Off-screen to the right */
721 /*printk("off screen right\n");*/
725 /* Off-screen to the bottom */
727 /*printk("off screen bottom\n");*/
731 /* Off-screen to the left */
735 /*printk("off screen left\n");*/
739 /* Off-screen to the top */
743 /*printk("off screen top\n");*/
787 if (lcd->screen & LCD_SCREEN_SEN) {
793 lcd->screen &= ~LCD_SCREEN_SEN; /*disable the controller*/
839 lcd->screen = panel->mode_screen;
860 * Re-enable screen now that it is configured
862 lcd->screen |= LCD_SCREEN_SEN;
889 D(lcd->screen);
1064 return -EINVAL; /* Virtual screen is to big, abort */
1198 * Blank the screen. Depending on the mode, the screen will be
1205 /* Short-circuit screen blanking */
1277 pdata->xsize = ((lcd->screen & LCD_SCREEN_SX) >> 19) + 1;
1278 pdata->ysize = ((lcd->screen & LCD_SCREEN_SY) >> 8) + 1;
1693 /* Allocate the framebuffer to the maximum screen size */