Lines Matching defs:display
122 struct s3c2410fb_display *display = NULL;
135 display = default_display;
142 display = mach_info->displays + i;
146 if (!display) {
152 /* it is always the size as the display */
153 var->xres_virtual = display->xres;
154 var->yres_virtual = display->yres;
155 var->height = display->height;
156 var->width = display->width;
159 var->pixclock = display->pixclock;
160 var->left_margin = display->left_margin;
161 var->right_margin = display->right_margin;
162 var->upper_margin = display->upper_margin;
163 var->lower_margin = display->lower_margin;
164 var->vsync_len = display->vsync_len;
165 var->hsync_len = display->hsync_len;
167 fbi->regs.lcdcon5 = display->lcdcon5;
168 /* set display type */
169 fbi->regs.lcdcon1 = display->type;
184 if (display->type != S3C2410_LCDCON1_TFT) {
211 if (display->lcdcon5 & S3C2410_LCDCON5_FRM565) {
824 struct s3c2410fb_display *display;
847 display = mach_info->displays + mach_info->default_display;
940 /* find maximum required memory size for display */
961 fbinfo->var.xres = display->xres;
962 fbinfo->var.yres = display->yres;
963 fbinfo->var.bits_per_pixel = display->bpp;
1086 /* re-activate our display after resume */