[Bug 27416] X.org crashes reproducably when mouse hovers over last opened file menu entry in KWrite

2010-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27416 --- Comment #9 from Michel Dänzer mic...@daenzer.net 2010-04-12 02:27:43 PDT --- The logs seem to show several different crashes. It would be interesting to see full gdb backtraces for each of them. You may be able to work around the crashes by

Re: 2.6.34-rc2: ima_dec_counts: open/free imbalance?

2010-04-12 Thread Mimi Zohar
On Thu, 2010-04-01 at 20:17 +0200, Thomas Meyer wrote: Am 01.04.2010 um 04:41 schrieb Eric Paris epa...@redhat.com: On Wed, 2010-03-31 at 16:32 -0700, Andrew Morton wrote: On Sun, 28 Mar 2010 13:31:49 +0200 Thomas Meyer tho...@m3y3r.de wrote: This warning/error/notice is new in

[SPAM] Re: 2.6.34-rc2: ima_dec_counts: open/free imbalance?

2010-04-12 Thread Daniel Vetter
On Wed, Mar 31, 2010 at 04:32:34PM -0700, Andrew Morton wrote: On Sun, 28 Mar 2010 13:31:49 +0200 Thomas Meyer tho...@m3y3r.de wrote: This warning/error/notice is new in 2.6.34-rc2+: Let's add some cc's. It might be a DRM bug. I'll ask Rafael and Maciej to track this as a post-2.6.33

[Bug 27586] texture3d max sizes are too small

2010-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27586 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Component|Drivers/DRI/R600|Mesa core

[Bug 27438] drm error: atombios stuck with rv730 and 2.6.34-rc3-git1

2010-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27438 --- Comment #2 from Jerome Glisse gli...@freedesktop.org 2010-04-12 09:12:37 PDT --- Created an attachment (id=34916) View: https://bugs.freedesktop.org/attachment.cgi?id=34916 Review:

[Bug 27452] Evergreen KMS DRM sets bizarre 1922x1200 resolution

2010-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27452 --- Comment #5 from Christian S. m...@apexo.de 2010-04-12 09:27:54 PDT --- I have that same problem. Radeon 5750 connected to a projector via HDMI, resolution is set to 1920x1080, projector reports 1922x1080, pink line on the left from top to

Re: [PATCH 0/6] make gem_object embedable and convert i915 driver

2010-04-12 Thread Eric Anholt
On Fri, 9 Apr 2010 21:05:03 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: Hi all, As promised here's my patch series to make struct drm_gem_object embedable. Also converts drm/i915 as a proof of concept. I've already looked at the radeon and nouveau modules and a straightforward

[SPAM] Re: [PATCH 0/6] make gem_object embedable and convert i915 driver

2010-04-12 Thread Daniel Vetter
On Mon, Apr 12, 2010 at 10:51:20AM -0700, Eric Anholt wrote: On Fri, 9 Apr 2010 21:05:03 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: Daniel Vetter (6): drm: extract drm_gem_object_init drm: free core gem object from driver callbacks drm/i915: introduce

[Bug 15738] VGA output of Radeon HD3450 displays too bright colors with KMS radeon driver

2010-04-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15738 Andrew Morton a...@linux-foundation.org changed: What|Removed |Added CC|

[Bug 15738] VGA output of Radeon HD3450 displays too bright colors with KMS radeon driver

2010-04-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15738 Alex Deucher alexdeuc...@gmail.com changed: What|Removed |Added CC|

[PATCH] drm/radeon/kms: print GPU family and device id when loading

2010-04-12 Thread Jerome Glisse
This will help figuring out GPU when looking at bugs log. Signed-off-by: Jerome Glisse jgli...@redhat.com --- drivers/gpu/drm/radeon/radeon_device.c | 53 +++- drivers/gpu/drm/radeon/radeon_family.h |3 +- 2 files changed, 54 insertions(+), 2 deletions(-) diff

nouveau userspace bits for 2.6.34

2010-04-12 Thread Andy Isaacson
On Thu, Mar 04, 2010 at 10:18:03AM -0800, Linus Torvalds wrote: (II) NOUVEAU(0): [drm] nouveau interface version: 0.0.16 (EE) NOUVEAU(0): [drm] wrong version, expecting 0.0.15 (EE) NOUVEAU(0): 879: So I've tried reading the thread and haven't found the answer to this question

Re: [PATCH] i915: do not read uninitialized -dev_private

2010-04-12 Thread Eric Anholt
On Thu, 8 Apr 2010 21:41:59 +0200, Luca Tettamanti kronos...@gmail.com wrote: -dev_private at that point is NULL and is initialied only a few lines later. Signed-off-by: Luca Tettamanti kronos...@gmail.com --- I'm beginnig to dive into DRMKMS, that assignment really confused me :P Applied.

Re: [PATCH 0/6] make gem_object embedable and convert i915 driver

2010-04-12 Thread Dave Airlie
On Tue, Apr 13, 2010 at 5:19 AM, Daniel Vetter dan...@ffwll.ch wrote: On Mon, Apr 12, 2010 at 10:51:20AM -0700, Eric Anholt wrote: On Fri,  9 Apr 2010 21:05:03 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: Daniel Vetter (6):   drm: extract drm_gem_object_init   drm: free core gem

Re: [Nouveau] nouveau userspace bits for 2.6.34

2010-04-12 Thread Didier Spaier
Andy Isaacson wrote: What version of libdrm-nouveau and xserver-xorg-video-nouveau do I need in order to run nouveau on 2.6.34-rc3 and later? On Slackware 64-current using unmodified 2.6.34-rc3 with libdrm-2.4.19 and xf86-video-nouveau pulled from git commit

Re: [Nouveau] nouveau userspace bits for 2.6.34

2010-04-12 Thread Didier Spaier
Andy Isaacson wrote: What version of libdrm-nouveau and xserver-xorg-video-nouveau do I need in order to run nouveau on 2.6.34-rc3 and later? On Slackware 64-current using unmodified 2.6.34-rc3 with libdrm-2.4.19 and xf86-video-nouveau pulled from git commit