From patchwork Wed Feb 16 06:55:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Justin P. Mattock" X-Patchwork-Id: 566131 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1G6u397022813 for ; Wed, 16 Feb 2011 06:56:23 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8ED879EB06 for ; Tue, 15 Feb 2011 22:56:02 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yw0-f49.google.com (mail-yw0-f49.google.com [209.85.213.49]) by gabe.freedesktop.org (Postfix) with ESMTP id 136919E7E2 for ; Tue, 15 Feb 2011 22:55:54 -0800 (PST) Received: by ywf7 with SMTP id 7so457804ywf.36 for ; Tue, 15 Feb 2011 22:55:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=EMRkt/2pnLooY2nXTWDIRsFE44J1RKTGKaIzNbM7Px4=; b=OhHtKe3xThUeKngH+vAsk7lvakalf+YCAWGxg2T3yIPEOOvx2aTczX7xVC4yi3DRa5 C6QgWHctQkblGrvFXyNFs9nwwI0BbgdfJW7sxlTuxEOL7FqTMDUyCXtLqbjdUJQkaviy SRGd3qVrFtAdVfyPEGG62i0zlgr4uqijz6nqg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=gY6AoYFJ+j0uLuVy9JzhKpzPG4paq/doe1K8NPHR8MIQhhQALe+n3N3HnFMoptBVA1 WkaUpbNTpYVtHeHwQ/h9em6+78kh2YpvyfnnebiifbkcyldEd00AEtFugGboe5PSoaui WYy8y/Osytbl+izc4WsrT//ZuergzFqSLiL6w= Received: by 10.100.3.3 with SMTP id 3mr95015anc.214.1297839354585; Tue, 15 Feb 2011 22:55:54 -0800 (PST) Received: from localhost.localdomain ([76.89.133.205]) by mx.google.com with ESMTPS id e24sm6058901ana.2.2011.02.15.22.55.52 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Feb 2011 22:55:54 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Subject: [PATCH 3/3]drivers:video:aty:radeon_base Fix typo occationally to occasionally Date: Tue, 15 Feb 2011 22:55:38 -0800 Message-Id: <1297839338-3198-1-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.6.5.2.180.gc5b3e Cc: linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, "Justin P. Mattock" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Wed, 16 Feb 2011 06:56:23 +0000 (UTC) diff --git a/drivers/gpu/drm/radeon/radeon_legacy_crtc.c b/drivers/gpu/drm/radeon/radeon_legacy_crtc.c index cf0638c..a883902 100644 --- a/drivers/gpu/drm/radeon/radeon_legacy_crtc.c +++ b/drivers/gpu/drm/radeon/radeon_legacy_crtc.c @@ -888,7 +888,7 @@ static void radeon_set_pll(struct drm_crtc *crtc, struct drm_display_mode *mode) } if (rdev->flags & RADEON_IS_MOBILITY) { - /* A temporal workaround for the occational blanking on certain laptop panels. + /* A temporal workaround for the occasional blanking on certain laptop panels. This appears to related to the PLL divider registers (fail to lock?). It occurs even when all dividers are the same with their old settings. In this case we really don't need to fiddle with PLL registers. diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c index 3c1e13e..32f8cf6 100644 --- a/drivers/video/aty/radeon_base.c +++ b/drivers/video/aty/radeon_base.c @@ -1248,7 +1248,7 @@ static void radeon_write_pll_regs(struct radeonfb_info *rinfo, struct radeon_reg /* Workaround from XFree */ if (rinfo->is_mobility) { - /* A temporal workaround for the occational blanking on certain laptop + /* A temporal workaround for the occasional blanking on certain laptop * panels. This appears to related to the PLL divider registers * (fail to lock?). It occurs even when all dividers are the same * with their old settings. In this case we really don't need to