Searched refs:am200_fb_info (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/mach-pxa/
H A Dam200epd.c87 static struct pxafb_mach_info am200_fb_info = { variable in typeref:struct:pxafb_mach_info
150 if ((info->var.xres != am200_fb_info.modes->xres) am200_share_video_mem()
151 || (info->var.yres != am200_fb_info.modes->yres)) am200_share_video_mem()
207 am200_fb_info.modes = &am200_fb_mode_6inch; am200_presetup_fb()
210 am200_fb_info.modes = &am200_fb_mode_8inch; am200_presetup_fb()
213 am200_fb_info.modes = &am200_fb_mode_9inch7; am200_presetup_fb()
218 am200_fb_info.modes = &am200_fb_mode_6inch; am200_presetup_fb()
228 fw = am200_fb_info.modes->xres; am200_presetup_fb()
229 fh = am200_fb_info.modes->yres; am200_presetup_fb()
247 am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw); am200_presetup_fb()
250 am200_fb_info.modes->xres /= 2; am200_presetup_fb()
252 pxa_set_fb_info(NULL, &am200_fb_info); am200_presetup_fb()

Completed in 38 milliseconds