提交 da1a62ac 编写于 作者: J Jesse Barnes 提交者: Daniel Vetter

drm/i915: remove disabled memset of framebuffer from intel_fb

Commented out and unneeded.
Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: NPaulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册