PICOLCDFB_SIZE
memset(fbdata->vbitmap, 0, PICOLCDFB_SIZE);
memset(fbdata->bitmap, 0, PICOLCDFB_SIZE*fbdata->bpp);
tmp_fb = kmalloc_array(PICOLCDFB_SIZE, info->var.bits_per_pixel,
for (i = 0; i < PICOLCDFB_SIZE; i++) {
memcpy(o_fb, tmp_fb, PICOLCDFB_SIZE);
memcpy(tmp_fb, o_fb, PICOLCDFB_SIZE);
for (i = 0; i < PICOLCDFB_SIZE * 8; i++)
PICOLCDFB_SIZE, dev);
info->fix.smem_len = PICOLCDFB_SIZE*8;
fbdata->bitmap = vmalloc(PICOLCDFB_SIZE*8);
memset(fbdata->vbitmap, 0xff, PICOLCDFB_SIZE);