[Bug 25881] New: drm.h , drm_mode.h and _drm.h use types defined stdint.h but do not include stdint.h

2010-01-03 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25881 Summary: drm.h , drm_mode.h and _drm.h use types defined stdint.h but do not include stdint.h Product: DRI Version: unspecified Platform: All OS/Version: All Status:

[Bug 25876] Direct Rendering Disabled Due to Undefined Symbols

2010-01-03 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25876 Kristian Høgsberg changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 25876] Direct Rendering Disabled Due to Undefined Symbols

2010-01-03 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25876 --- Comment #2 from Tom Stellard 2010-01-03 18:46:50 PST --- I just tried again with mesa master, commit: b8326b011d9b16dcc502507a52bd747a4b709399 I can confirm this bug has been fixed. -- Configure bugmail: http://bugs.freedesktop.org

[Bug 25876] Direct Rendering Disabled Due to Undefined Symbols

2010-01-03 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25876 Kristian Høgsberg changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #1 from Kris

[Bug 25876] New: Direct Rendering Disabled Due to Undefined Symbols

2010-01-03 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25876 Summary: Direct Rendering Disabled Due to Undefined Symbols Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Prio

[Bug 25875] New: Bugs in 3D Apps when using Mesa 7.7 and r100

2010-01-03 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25875 Summary: Bugs in 3D Apps when using Mesa 7.7 and r100 Product: Mesa Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

Re: [PATCH 5/5] drm/edid: Decode 3-byte CVT codes from EDID 1.4

2010-01-03 Thread Anssi Hannula
Adam Jackson wrote: > +static int drm_cvt_modes(struct drm_connector *connector, > + struct detailed_timing *timing) > +{ > + int i, j, modes = 0; > + struct drm_display_mode *newmode; > + struct drm_device *dev = connector->dev; > + struct cvt_timing *cvt; > +

[Bug 14535] Memory corruption detected in low memory

2010-01-03 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14535 Henrique de Moraes Holschuh changed: What|Removed |Added CC||[email protected] --- Comm

[Bug 25871] New: nearest neighbour samples wrong texel (precision/rounding problem)

2010-01-03 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25871 Summary: nearest neighbour samples wrong texel (precision/rounding problem) Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity

Re: drm: gem_object_free without struct_mutex

2010-01-03 Thread Dan Carpenter
On Wed, Dec 30, 2009 at 11:17:48PM +0100, Rafael J. Wysocki wrote: > [CC to Jesse.] > > On Wednesday 30 December 2009, Hugh Dickins wrote: > > I've changed BUG_ON to WARN_ON in drm_gem.c (patch at bottom) to > > get this dmesg when I resume after suspend, instead of crashing. > > > > Perhaps it's