[PATCH] drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure.

2010-01-22 Thread Michel Dänzer
From: Michel Dänzer daen...@vmware.com If radeon_cs_parser_init() fails, radeon_cs_ioctl() calls radeon_cs_parser_fini() with the non-zero error value. The latter dereferenced parser-ib which hasn't been initialized yet - boom. Add a test for parser-ib being non-NULL before dereferencing it.

[Bug 26159] Radeon 3200HD - HDMI audio works only with mplayer

2010-01-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26159 Barbara Meindl babsimei...@chello.at changed: What|Removed |Added Severity|normal |minor

[PATCH] drm/radeon/kms: Bailout of blit if error happen protect with mutex

2010-01-22 Thread Jerome Glisse
If an error happen in r600_blit_prepare_copy report it rather than WARNING and keeping execution. For instance if ib allocation failed we did just warn about but then latter tried to access NULL ib ptr causing oops. This patch also protect r600_copy_blit with a mutex as otherwise one process might

Re: [PATCH] drm/radeon/kms: Bailout of blit if error happen protect with mutex

2010-01-22 Thread Alex Deucher
On Fri, Jan 22, 2010 at 9:24 AM, Jerome Glisse jgli...@redhat.com wrote: If an error happen in r600_blit_prepare_copy report it rather than WARNING and keeping execution. For instance if ib allocation failed we did just warn about but then latter tried to access NULL ib ptr causing oops. This

[Bug 23993] OpenGL app crashes randomly with 'drmRadeonCmdBuffer: -12'

2010-01-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23993 --- Comment #18 from James Broadhead jamesbroadh...@gmail.com 2010-01-22 07:52:26 PST --- Just updated my system to see if it would go away, problem still exists. (although it seems to take longer to happen now both with xbmc and

[PATCH] drm/radeon/kms: Bailout of blit if error happen protect with mutex V2

2010-01-22 Thread Jerome Glisse
If an error happen in r600_blit_prepare_copy report it rather than WARNING and keeping execution. For instance if ib allocation failed we did just warn about but then latter tried to access NULL ib ptr causing oops. This patch also protect r600_copy_blit with a mutex as otherwise one process might

[Bug 23993] OpenGL app crashes randomly with 'drmRadeonCmdBuffer: -12'

2010-01-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23993 --- Comment #19 from James Broadhead jamesbroadh...@gmail.com 2010-01-22 07:54:04 PST --- Created an attachment (id=32763) -- (http://bugs.freedesktop.org/attachment.cgi?id=32763) syslog with updated system (jamesbroadhead) -- Configure

[Bug 23992] Skybox corruption in Tremulous with KMS enabled.

2010-01-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23992 --- Comment #7 from Lukasz Krotowski lukasz.krotow...@gmail.com 2010-01-22 09:23:12 PST --- Well, it seems I messed (shame on me) my KMS setup and last time tested non-kms version. Bug is still present. -- Configure bugmail:

[Bug 26114] Black screen on The Sims 3 beginning

2010-01-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26114 --- Comment #1 from Rafał Miłecki zaj...@gmail.com 2010-01-22 13:06:15 PST --- Unfortunately R7xx also displays black screen only. AFAIK black screen is displays instead of 3D EA logo, instead of 3D The Sims 3 loader and instead of animation

[PATCH] drm/kms: Remove incorrect comment in struct drm_mode_modeinfo

2010-01-22 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- include/drm/drm_mode.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h index 43009bc..31269d1 100644 --- a/include/drm/drm_mode.h +++ b/include/drm/drm_mode.h @@

[Bug 15112] New: Radeon KMS on RV250 gets wrong refresh rate.

2010-01-22 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15112 Summary: Radeon KMS on RV250 gets wrong refresh rate. Product: Drivers Version: 2.5 Kernel Version: 2.6.33-rc5 Platform: All OS/Version: Linux Tree: Mainline Status:

[Bug 15112] Radeon KMS on RV250 gets wrong refresh rate.

2010-01-22 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15112 --- Comment #1 from Joe Kowalski joekowal...@gmail.com 2010-01-23 07:58:51 --- Created an attachment (id=24680) -- (http://bugzilla.kernel.org/attachment.cgi?id=24680) Dmesg under kms -- Configure bugmail: