From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Fisher Subject: [regression] drm/i915: cleanup per-pipe reg usage Date: Fri, 11 Feb 2011 21:59:23 +0100 Message-ID: <1297457963.28522.12.camel@zwerg> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by gabe.freedesktop.org (Postfix) with SMTP id 1A80A9E764 for ; Fri, 11 Feb 2011 12:59:26 -0800 (PST) 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 Hi, i have regression on asus eeepc 1005, intel 945gm It is some sort of video noise, skewed looking ... hard do describe. I'll send a video of it tomorrow (if you need) intel_stepping Vendor: 0x8086, Device: 0x27ae, Revision: 0x03 (??) apt-cache policy xserver-xorg-video-intel xserver-xorg-video-intel: Installiert: 2:2.14.0-1ubuntu6 Kandidat: 2:2.14.0-1ubuntu6 commit 9db4a9c7b2a3bd5b4952846bc0c2f58daa80ddd7 Author: Jesse Barnes Date: Mon Feb 7 12:26:52 2011 -0800 drm/i915: cleanup per-pipe reg usage We had some conversions over to the _PIPE macros, but didn't get everything. So hide the per-pipe regs with an _ (still used in a few places for legacy) and add a few _PIPE based macros, then make sure everyone uses them. [update: remove usage of non-existent no-op macro] [update 2: keep modesetting suspend/resume code, update to new reg names] Signed-off-by: Jesse Barnes [ickle: stylistic cleanups for checkpatch and taste] Signed-off-by: Chris Wilson -- Regards, Alexey