Commit da1a62ac authored by Jesse Barnes's avatar Jesse Barnes Committed by Daniel Vetter

drm/i915: remove disabled memset of framebuffer from intel_fb

Commented out and unneeded.
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 211816ec
......@@ -149,8 +149,6 @@ static int intelfb_create(struct intel_fbdev *ifbdev,
}
info->screen_size = size;
// memset(info->screen_base, 0, size);
drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth);
drm_fb_helper_fill_var(info, &ifbdev->helper, sizes->fb_width, sizes->fb_height);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment