[Bug 16334] [DRM 945GM] i915 Oops (i915_driver_lastclose) when shutdown X

2009-02-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16334 Gordon Jin gordon@intel.com changed: What|Removed |Added Component|DRM/other |DRM/Intel

[Bug 16245] [kernel modesetting] display mashed after change mode

2009-02-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16245 Gordon Jin gordon@intel.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 15376] X aborts on running glxinfo

2009-02-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15376 Gordon Jin gordon@intel.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 15376] X aborts on running glxinfo

2009-02-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15376 Johan Bilien j...@via.ecp.fr changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment

[Bug 16334] [DRM 945GM] i915 Oops (i915_driver_lastclose) when shutdown X

2009-02-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16334 Johannes Engel jcnen...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 19963] New: libdrm-2.4.4: slow 3D performance on intel 965gm after suspend to ram

2009-02-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19963 Summary: libdrm-2.4.4: slow 3D performance on intel 965gm after suspend to ram Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status:

[Bug 19963] libdrm-2.4.4: slow 3D performance on intel 965gm after suspend to ram

2009-02-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19963 --- Comment #1 from Uros shadow...@gmail.com 2009-02-05 05:14:42 PST --- Created an attachment (id=22607) -- (http://bugs.freedesktop.org/attachment.cgi?id=22607) xorg log -- Configure bugmail:

[Bug 19963] libdrm-2.4.4: slow 3D performance on intel 965gm after suspend to ram

2009-02-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19963 --- Comment #2 from Uros shadow...@gmail.com 2009-02-05 05:15:18 PST --- Created an attachment (id=22608) -- (http://bugs.freedesktop.org/attachment.cgi?id=22608) dmesg log -- Configure bugmail:

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

2009-02-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12634 r...@sisk.pl changed: What|Removed |Added CC||r...@sisk.pl OtherBugsDependingO|

[Bug 12419] possible circular locking dependency on i915 dma

2009-02-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #3 from r...@sisk.pl 2009-02-05 07:59 --- On Thursday 05 February 2009, Wang Chen wrote: Rafael J. Wysocki said the following on 2009-2-4 18:23: This message has been generated automatically as a part of a report of

Re: Gem GTT mmaps..

2009-02-05 Thread Jesse Barnes
On Wednesday, February 4, 2009 3:42 pm Eric Anholt wrote: On Wed, 2009-02-04 at 15:02 -0800, Jesse Barnes wrote: On Wednesday, February 4, 2009 2:32 pm Thomas Hellström wrote: Jesse, I have some concerns about the GEM GTT mmap functionality. Thanks for looking it over again; you

[Bug 19963] libdrm-2.4.4: slow 3D performance on intel 965gm after suspend to ram

2009-02-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19963 --- Comment #3 from Uros shadow...@gmail.com 2009-02-05 14:32:07 PST --- Sorry for not noticing another bug report before posting ... almost the same problem with restarting/reloading xorg and performance degradation (libdrm-2.4.4) @

[PATCH] drm/radeon: Print PCI ID of cards when probing

2009-02-05 Thread Benjamin Herrenschmidt
This is usedul when you have multiple cards to figure out which one is which minor. Signed-off-by: Benjamin Herrenschmidt b...@kernel.crashing.org --- drivers/gpu/drm/drm_stub.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-work.orig/drivers/gpu/drm/drm_stub.c

[PATCH] drm: Remove typedef drm_local_map_t

2009-02-05 Thread Benjamin Herrenschmidt
Now that linus has real separate struct drm_map and struct drm_local_map, the drm_local_map_t typedef is gratuituous and I don't like typedefs of structs that much so remove it. Signed-off-by: Benjamin Herrenschmidt b...@kernel.crashing.org --- drivers/gpu/drm/i810/i810_drv.h |4 ++--