[Bug 12769] 3D performance gets very choppy after suspend/resume cycle (intel video)

2009-02-23 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12769 a...@osdl.org changed: What|Removed |Added Regression|0 |1 -- Configure bugmail: http://bugzill

[Bug 16612] [vblank]swap become slow after rotation with vblank_mode=3

2009-02-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16612 Gordon Jin changed: What|Removed |Added AssignedTo|dri-|jbar...@virtuousgeek.org

Re: [REGRESSION] i915 VT switch with AIGLX causes X lock up

2009-02-23 Thread Sitsofe Wheeler
On Sat, Feb 21, 2009 at 03:38:22PM +, Sitsofe Wheeler wrote: > With 2.6.29rc5 and xorg-server 2:1.4.1~git20080131-1ubuntu9.2 switching > to a VT after starting compiz causes X to nearly lock up. > > Steps to reproduce: > 1. Start X > 2. Run compiz > 3. Switch to VT1 via ctrl-alt-f1 > 4. Switch

Re: [PATCH 1/3] mga: Use request_firmware() to load microcode

2009-02-23 Thread Ben Hutchings
On Mon, 2009-02-23 at 13:14 +0200, Ville Syrjälä wrote: > On Sun, Feb 22, 2009 at 11:45:21PM +, Ben Hutchings wrote: > > On Mon, 2009-02-23 at 00:06 +0100, Stephane Marchesin wrote: > > > Hi, > > > > > > This mga patch replaces a firmware that was split in pieces by > > > functionality and tha

[Bug 20286] [945GM UXA] Some xdemos with tiling on will crash X

2009-02-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20286 Gordon Jin changed: What|Removed |Added AssignedTo|dri-|e...@anholt.net |de...@li

[Bug 12769] New: 3D performance gets very choppy after suspend/resume cycle (intel video)

2009-02-23 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12769 Summary: 3D performance gets very choppy after suspend/resume cycle (intel video) Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc5 Platform: All OS/Version: Linux

[Bug 20286] [UXA] Some xdemos with tiling on will crash X

2009-02-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20286 --- Comment #2 from zhao jian 2009-02-23 23:32:42 PST --- Its backtrace: (gdb) bt #0 0xb80d7424 in __kernel_vsyscall () #1 0x03200c89 in ioctl () from /lib/libc.so.6 #2 0xb7e13783 in drmIoctl (fd=13, request=25688, arg=0x0) at xf86drm.c:

[Bug 20286] [UXA] Some xdemos with tiling on will crash X

2009-02-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20286 --- Comment #1 from zhao jian 2009-02-23 23:16:52 PST --- Created an attachment (id=23246) --> (http://bugs.freedesktop.org/attachment.cgi?id=23246) xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 12634] video distortion and lockup with i830 video chip and 2.6.28.3

2009-02-23 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12634 --- Comment #17 from pappy_mc...@yahoo.com 2009-02-23 22:26 --- The bug remains with .29 rc kernels. So, yes, this is still an active bug. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are recei

[Bug 13801] [i965 FBO GEM] render to Mipmap texture through FBO is not working

2009-02-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13801 Ian Romanick changed: What|Removed |Added Blocks||20277 Depends on|20277

[Bug 12705] X200: Brightness broken since 2.6.29-rc4-58-g4c098bc

2009-02-23 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12705 --- Comment #4 from rui.zh...@intel.com 2009-02-23 17:40 --- (In reply to comment #3) > Do you mean the first bad one? > right. commit e806b4957412bf472d826bd8cc571da041248799 Author: Eric Anholt Date: Thu Jan 22 09:56:58 2009 -080

[Bug 12491] i915 lockdep warning

2009-02-23 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12491 r...@sisk.pl changed: What|Removed |Added Status|NEW |CLOSED Resolution|

Re: [PATCH] drm: don't decrement vblank wait refcount if we never took a ref

2009-02-23 Thread Jesse Barnes
Dave, please pick this one up (just grab it from the parent message). Thanks, Jesse On Thursday 19 February 2009 06:55:28 Chris Wilson wrote: > On Mon, 2009-02-16 at 10:55 -0800, Jesse Barnes wrote: > > On Sunday, February 15, 2009 4:02 pm Chris Wilson wrote: > > > On my i915, the flip never occu

[PATCH] drm: disable encoders before re-routing them

2009-02-23 Thread Jesse Barnes
>From 00501470f64e9bff025e068101286bd101d8214a Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Mon, 23 Feb 2009 16:09:34 -0800 Subject: [PATCH] drm: disable encoders before re-routing them MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In some cases we

[PATCH] i915: suspend/resume interrupt state

2009-02-23 Thread Jesse Barnes
Oops. In the KMS case, enter/leavevt won't fix up the interrupt handler for us, so we need to do it at suspend/resume time. Make sure we don't fail the resume if the chip is hung either. Signed-off-by: Jesse Barnes diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c

[PATCH] i915: suspend/resume interrupt state

2009-02-23 Thread Jesse Barnes
In the KMS case, enter/leavevt won't fix up the interrupt handler for us, so we need to do it at suspend/resume time. Make sure we don't fail the resume if the chip is hung either. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_drv.c | 10 +++--- 1 files changed, 7 insertions(+

Collection of KMS fixes

2009-02-23 Thread Jesse Barnes
Here's a collection of KMS fixes I've put together over the past few days. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the

[PATCH] drm: fix parsing of EDID pixel timing

2009-02-23 Thread Jesse Barnes
Had two problems: the bit fields were ordered incorrectly and we were shifing by the wrong amount, leading to very large vsync ranges. Also-authored-by: Linus Torvalds Signed-off-by: Jesse Barnes --- drivers/gpu/drm/drm_edid.c |4 ++-- include/drm/drm_edid.h |4 ++-- 2 files changed

[Bug 12765] New: i915 VT switch with AIGLX causes X lock up

2009-02-23 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12765 Summary: i915 VT switch with AIGLX causes X lock up Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc6 Platform: All OS/Version: Linux Tree: Mainline Status: NEW

[PATCH] i915: remove PLL debugging messages

2009-02-23 Thread Jesse Barnes
These are normal; we walk through different values looking for the right one, so why flood the screen with messages? Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c

[PATCH] i915: handle bogus VBT panel timing

2009-02-23 Thread Jesse Barnes
We've seen cases in the wild where the VBT sync data is wrong, so add some code to fix it up in that case, taking care to make sure that the total is greater than the sync end. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_bios.c |6 ++ 1 files changed, 6 insertions(+), 0 de

[Bug 12764] New: Can not ioremap virtual address for G33 hw status page

2009-02-23 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12764 Summary: Can not ioremap virtual address for G33 hw status page Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc6 Platform: All OS/Version: Linux Tree: Mainline

[Bug 13801] [i965 FBO GEM] render to Mipmap texture through FBO is not working

2009-02-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13801 Ian Romanick changed: What|Removed |Added Depends on||20277 -- Configure bugmail: http://bu

[Bug 19415] [945GM] X fail to start on kernel 2.6.28

2009-02-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19415 --- Comment #2 from Andrés Becerra Sandoval 2009-02-23 06:31:01 PST --- I found the same problem that Li Peng in Gentoo with the following versions: xorg-server-1.5.3 xf86-video-intel-2.6.1 media-libs/mesa-7.3 gentoo-sources-2.6.28-r1 (lin

Re: [PATCH 1/3] mga: Use request_firmware() to load microcode

2009-02-23 Thread Ville Syrjälä
On Sun, Feb 22, 2009 at 11:45:21PM +, Ben Hutchings wrote: > On Mon, 2009-02-23 at 00:06 +0100, Stephane Marchesin wrote: > > Hi, > > > > This mga patch replaces a firmware that was split in pieces by > > functionality and that had comments with a single blob. > > Each pipe's code was convert