|
@@ -242,7 +242,6 @@ static int bfin_t350mcqb_fb_release(struct fb_info *info, int user)
|
|
SSYNC();
|
|
SSYNC();
|
|
disable_dma(CH_PPI);
|
|
disable_dma(CH_PPI);
|
|
bfin_t350mcqb_stop_timers();
|
|
bfin_t350mcqb_stop_timers();
|
|
- memset(fbi->fb_buffer, 0, info->fix.smem_len);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
spin_unlock(&fbi->lock);
|
|
spin_unlock(&fbi->lock);
|
|
@@ -527,8 +526,6 @@ static int __devinit bfin_t350mcqb_probe(struct platform_device *pdev)
|
|
goto out3;
|
|
goto out3;
|
|
}
|
|
}
|
|
|
|
|
|
- memset(info->fb_buffer, 0, fbinfo->fix.smem_len);
|
|
|
|
-
|
|
|
|
fbinfo->screen_base = (void *)info->fb_buffer + ACTIVE_VIDEO_MEM_OFFSET;
|
|
fbinfo->screen_base = (void *)info->fb_buffer + ACTIVE_VIDEO_MEM_OFFSET;
|
|
fbinfo->fix.smem_start = (int)info->fb_buffer + ACTIVE_VIDEO_MEM_OFFSET;
|
|
fbinfo->fix.smem_start = (int)info->fb_buffer + ACTIVE_VIDEO_MEM_OFFSET;
|
|
|
|
|