Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dhitfb.c32 static struct fb_var_screeninfo hitfb_var = { variable
347 hitfb_var.bits_per_pixel = 8; in hitfb_probe()
348 hitfb_var.xres = lcdclor; in hitfb_probe()
351 hitfb_var.bits_per_pixel = 16; in hitfb_probe()
352 hitfb_var.xres = lcdclor / 2; in hitfb_probe()
356 hitfb_fix.visual = (hitfb_var.bits_per_pixel == 8) ? in hitfb_probe()
358 hitfb_var.yres = ldvndr + 1; in hitfb_probe()
359 hitfb_var.xres_virtual = hitfb_var.xres; in hitfb_probe()
360 hitfb_var.yres_virtual = hitfb_fix.smem_len / lcdclor; in hitfb_probe()
361 switch (hitfb_var.bits_per_pixel) { in hitfb_probe()
[all …]