From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Barnes Subject: [PATCH 6/6] drm/i915: remove disabled memset of framebuffer from intel_fb Date: Fri, 15 Feb 2013 13:07:50 -0800 Message-ID: <1360962470-7451-7-git-send-email-jbarnes@virtuousgeek.org> References: <1360962470-7451-1-git-send-email-jbarnes@virtuousgeek.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy6-pub.bluehost.com (oproxy6-pub.bluehost.com [67.222.54.6]) by gabe.freedesktop.org (Postfix) with SMTP id 91DA0E5FE4 for ; Fri, 15 Feb 2013 13:07:52 -0800 (PST) Received: from [67.161.37.189] (port=33493 helo=localhost.localdomain) by box514.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1U6SVc-0003WM-10 for intel-gfx@lists.freedesktop.org; Fri, 15 Feb 2013 14:07:52 -0700 In-Reply-To: <1360962470-7451-1-git-send-email-jbarnes@virtuousgeek.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Commented out and unneeded. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_fb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_fb.c b/drivers/gpu/drm/i915/intel_fb.c index 987bc33..f4e0b88 100644 --- a/drivers/gpu/drm/i915/intel_fb.c +++ b/drivers/gpu/drm/i915/intel_fb.c @@ -152,8 +152,6 @@ static int intelfb_create(struct intel_fbdev *ifbdev, /* This driver doesn't need a VT switch to restore the mode on resume */ info->skip_vt_switch = true; -// 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); -- 1.7.9.5