Re: [PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Borislav Petkov
From: Ben Hutchings Date: Thu, Aug 26, 2010 at 04:59:21PM +0100 > should define dummy inline functions if CONFIG_VGA_ARB > is not defined. It already does this for vga_client_register() but should > cover the other functions as well. But what if you still need the VGA arbitration functionality

Re: [PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Ben Hutchings
On Thu, Aug 26, 2010 at 05:29:54PM +0200, Carlos R. Mafra wrote: > On Do 26.Aug'10 at 16:59:18 +0200, Borislav Petkov wrote: > > I get: > > > > LD init/built-in.o > > LD .tmp_vmlinux1 > > drivers/built-in.o: In function `intel_modeset_init': > > (.text+0xa993f): undefined reference t

Re: [PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Carlos R. Mafra
On Do 26.Aug'10 at 16:59:18 +0200, Borislav Petkov wrote: > I get: > > LD init/built-in.o > LD .tmp_vmlinux1 > drivers/built-in.o: In function `intel_modeset_init': > (.text+0xa993f): undefined reference to `vga_get' > drivers/built-in.o: In function `intel_modeset_init': > (.text+0x

[PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Borislav Petkov
I get: LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `intel_modeset_init': (.text+0xa993f): undefined reference to `vga_get' drivers/built-in.o: In function `intel_modeset_init': (.text+0xa9963): undefined reference to `vga_put' make: *** [.tmp_vmlinux1] Error 1

[PATCH] drm: mm: fix range restricted allocations

2010-08-26 Thread Daniel Vetter
With the code cleanup in 7a6b2896f261894dde287d3faefa4b432cddca53 is the first bad commit commit 7a6b2896f261894dde287d3faefa4b432cddca53 Author: Daniel Vetter Date: Fri Jul 2 15:02:15 2010 +0100 drm_mm: extract check_free_mm_node I've botched up the range-restriction checks. The result i

i915: 2.6.36-rc2 hoses my Intel display

2010-08-26 Thread Maciej Rutecki
On poniedzia?ek, 23 sierpnia 2010 o 19:01:45 Jonathan Corbet wrote: > So I decided to fire up -rc2 today to see what would happen...the > results are best described by the attached images. Something is > clearly scrambled between my hardware and the i915 driver. Display with X > is hosed, but thi

[git pull] drm fixes.

2010-08-26 Thread Dave Airlie
Hi Linus, Some regression fixes, a couple around the BKL removal, and one in the drm_mm code that was causing SIGBUS errors for some radeon users. Dave. The following changes since commit d03330383c9255cdb184dd33594e89c3542f191b: Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nou

[PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-26 Thread Maciej Rutecki
On niedziela, 22 sierpnia 2010 o 17:26:19 Pekka Enberg wrote: > Hi, > > I'm seeing tons of these error messages with current Linus' git: > > [ 95.941618] [drm:intel_calculate_wm] *ERROR* Insufficient FIFO for > plane, expect flickering: entries required = 36, available = 31. > > Contrary to th

[PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Borislav Petkov
From: Ben Hutchings Date: Thu, Aug 26, 2010 at 04:59:21PM +0100 > should define dummy inline functions if CONFIG_VGA_ARB > is not defined. It already does this for vga_client_register() but should > cover the other functions as well. But what if you still need the VGA arbitration functionality

[Bug 29652] Git commit e62e5b0 breaks Civilization IV (wine)

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29652 Jon Severinsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 29652] Git commit e62e5b0 breaks Civilization IV (wine)

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29652 Jon Severinsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29738 --- Comment #13 from Alexandre 2010-08-26 17:41:29 PDT --- Me too. Before you patch I was finishing testing with 2.6.36-rc2 with the two previous patches removed and it worked fine. I am testing with your patch and it works, I could not crash it

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29738 --- Comment #13 from Alexandre 2010-08-26 17:41:29 PDT --- Me too. Before you patch I was finishing testing with 2.6.36-rc2 with the two previous patches removed and it worked fine. I am testing with your patch and it works, I could not crash it

[PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Carlos R. Mafra
On Do 26.Aug'10 at 16:59:18 +0200, Borislav Petkov wrote: > I get: > > LD init/built-in.o > LD .tmp_vmlinux1 > drivers/built-in.o: In function `intel_modeset_init': > (.text+0xa993f): undefined reference to `vga_get' > drivers/built-in.o: In function `intel_modeset_init': > (.text+0x

[PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Ben Hutchings
On Thu, Aug 26, 2010 at 05:29:54PM +0200, Carlos R. Mafra wrote: > On Do 26.Aug'10 at 16:59:18 +0200, Borislav Petkov wrote: > > I get: > > > > LD init/built-in.o > > LD .tmp_vmlinux1 > > drivers/built-in.o: In function `intel_modeset_init': > > (.text+0xa993f): undefined reference t

[PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Borislav Petkov
I get: LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `intel_modeset_init': (.text+0xa993f): undefined reference to `vga_get' drivers/built-in.o: In function `intel_modeset_init': (.text+0xa9963): undefined reference to `vga_put' make: *** [.tmp_vmlinux1] Error 1

[Bug 28955] [r300g]: refresh/update/damage issues using compiz.

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28955 Scott Moreau changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28955] [r300g]: refresh/update/damage issues using compiz.

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28955 Scott Moreau changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28955] [r300g]: refresh/update/damage issues using compiz.

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28955 --- Comment #12 from Scott Moreau 2010-08-26 16:57:09 PDT --- I am closing this bug since it no longer occurs with latest components. It must have got fixed somewhere in the mix. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?

[Bug 28955] [r300g]: refresh/update/damage issues using compiz.

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28955 --- Comment #12 from Scott Moreau 2010-08-26 16:57:09 PDT --- I am closing this bug since it no longer occurs with latest components. It must have got fixed somewhere in the mix. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #27 from Ian Romanick 2010-08-26 16:31:51 PDT --- (In reply to comment #26) > (In reply to comment #25) > > Is the rendering correct on Intel hardware? If the rendering isn't correct > > anywhere, then the performance issues are irr

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #27 from Ian Romanick 2010-08-26 16:31:51 PDT --- (In reply to comment #26) > (In reply to comment #25) > > Is the rendering correct on Intel hardware? If the rendering isn't correct > > anywhere, then the performance issues are irr

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #26 from Sven Arvidsson 2010-08-26 16:09:38 PDT --- (In reply to comment #25) > Is the rendering correct on Intel hardware? If the rendering isn't correct > anywhere, then the performance issues are irrelevant. The performance will

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #26 from Sven Arvidsson 2010-08-26 16:09:38 PDT --- (In reply to comment #25) > Is the rendering correct on Intel hardware? If the rendering isn't correct > anywhere, then the performance issues are irrelevant. The performance will

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #25 from Ian Romanick 2010-08-26 15:41:05 PDT --- (In reply to comment #20) > With latest git master (commit b5c07b9226d8e7de78f6367b5799b39caf820ef3) I > only > get a black background and a mouse cursor. > > As for performance, i

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #25 from Ian Romanick 2010-08-26 15:41:05 PDT --- (In reply to comment #20) > With latest git master (commit b5c07b9226d8e7de78f6367b5799b39caf820ef3) I > only > get a black background and a mouse cursor. > > As for performance, i

[Bug 28474] [r300g] lugaru/etc locks up laptop

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28474 --- Comment #17 from Tormod Volden 2010-08-26 14:57:18 PDT --- I also tried the patch and with drm_kms_helper.poll=0 I can watch antmaze as much as I want and more, and the lugaru bunny just keeps jumping without any issues. If any test users wa

[Bug 28474] [r300g] lugaru/etc locks up laptop

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28474 --- Comment #17 from Tormod Volden 2010-08-26 14:57:18 PDT --- I also tried the patch and with drm_kms_helper.poll=0 I can watch antmaze as much as I want and more, and the lugaru bunny just keeps jumping without any issues. If any test users wa

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #24 from Sven Arvidsson 2010-08-26 14:32:38 PDT --- (Sorry for the bug spam) The performance problem I'm having seems to be a result of the glsl2 merge, and not from the vs loops. So I guess that's a different problem than what Pavel

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #24 from Sven Arvidsson 2010-08-26 14:32:38 PDT --- (Sorry for the bug spam) The performance problem I'm having seems to be a result of the glsl2 merge, and not from the vs loops. So I guess that's a different problem than what Pavel

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #23 from Sven Arvidsson 2010-08-26 14:09:58 PDT --- Dunno why, but the black screen was caused by libtxc_dxtn, removing it made the problem go away. Anyway, some more observations about the performance problem: * It's not CPU-relate

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #23 from Sven Arvidsson 2010-08-26 14:09:58 PDT --- Dunno why, but the black screen was caused by libtxc_dxtn, removing it made the problem go away. Anyway, some more observations about the performance problem: * It's not CPU-relate

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29738 --- Comment #12 from Till Matthiesen 2010-08-26 13:49:21 PDT --- Thanks, Daniel. I'm testing against rc2-git4 and it runs fine so far (~30 min), doing all that 'stuff' that made it easily crash within 2-5 minutes. -- Configure bugmail: https:

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29738 --- Comment #12 from Till Matthiesen 2010-08-26 13:49:21 PDT --- Thanks, Daniel. I'm testing against rc2-git4 and it runs fine so far (~30 min), doing all that 'stuff' that made it easily crash within 2-5 minutes. -- Configure bugmail: https:

[PATCH] drm: mm: fix range restricted allocations

2010-08-26 Thread Daniel Vetter
With the code cleanup in 7a6b2896f261894dde287d3faefa4b432cddca53 is the first bad commit commit 7a6b2896f261894dde287d3faefa4b432cddca53 Author: Daniel Vetter Date: Fri Jul 2 15:02:15 2010 +0100 drm_mm: extract check_free_mm_node I've botched up the range-restriction checks. The result i

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29738 --- Comment #11 from Daniel Vetter 2010-08-26 12:37:10 PDT --- Created an attachment (id=38195) View: https://bugs.freedesktop.org/attachment.cgi?id=38195 Review: https://bugs.freedesktop.org/review?bug=29738&attachment=38195 fix range restric

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29738 --- Comment #11 from Daniel Vetter 2010-08-26 12:37:10 PDT --- Created an attachment (id=38195) View: https://bugs.freedesktop.org/attachment.cgi?id=38195 Review: https://bugs.freedesktop.org/review?bug=29738&attachment=38195 fix range restri

Re: i915: 2.6.36-rc2 hoses my Intel display

2010-08-26 Thread Maciej Rutecki
On poniedziaƂek, 23 sierpnia 2010 o 19:01:45 Jonathan Corbet wrote: > So I decided to fire up -rc2 today to see what would happen...the > results are best described by the attached images. Something is > clearly scrambled between my hardware and the i915 driver. Display with X > is hosed, but thi

[PATCH] drm/radeon/kms: remove stray radeon_i2c_destroy

2010-08-26 Thread Alex Deucher
I missed this one in the i2c unification patch. This is handled in the core radeon i2c code now. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_pm.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/rad

Re: [PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-26 Thread Maciej Rutecki
On niedziela, 22 sierpnia 2010 o 17:26:19 Pekka Enberg wrote: > Hi, > > I'm seeing tons of these error messages with current Linus' git: > > [ 95.941618] [drm:intel_calculate_wm] *ERROR* Insufficient FIFO for > plane, expect flickering: entries required = 36, available = 31. > > Contrary to th

[REGRESSION, i915]: Periodic stalls with 2.6.36-rc2

2010-08-26 Thread Chris Wilson
On Thu, 26 Aug 2010 02:15:20 +0200, Peter Stuge wrote: > It could be - the resetting backlight thing happened also before the > backlight commit. Before pulling I was using the directly preceding > commit. https://bugs.freedesktop.org/show_bug.cgi?id=29716 That patch isn't complete but is on the

sigbus with drm patches

2010-08-26 Thread Alex Deucher
Hi Daniel, Your recent drm lru and mm changes seem to be the cause of sigbus errors with recent kernels. Any insight was to what the problem is? https://bugs.freedesktop.org/show_bug.cgi?id=29738 Thanks, Alex

[PATCH] drm/radeon/kms: remove stray radeon_i2c_destroy

2010-08-26 Thread Alex Deucher
I missed this one in the i2c unification patch. This is handled in the core radeon i2c code now. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_pm.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/rad

[Bug 29389] [r300g] [bisected] hard locks in openarena with kernel 2.6.35

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29389 --- Comment #2 from Niels Ole Salscheider 2010-08-26 09:09:06 PDT --- I can confirm this problem. With polling disabled my computer does not lock up anymore. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Yo

[Bug 29389] [r300g] [bisected] hard locks in openarena with kernel 2.6.35

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29389 --- Comment #2 from Niels Ole Salscheider 2010-08-26 09:09:06 PDT --- I can confirm this problem. With polling disabled my computer does not lock up anymore. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Yo

sigbus with drm patches

2010-08-26 Thread Alex Deucher
Hi Daniel, Your recent drm lru and mm changes seem to be the cause of sigbus errors with recent kernels. Any insight was to what the problem is? https://bugs.freedesktop.org/show_bug.cgi?id=29738 Thanks, Alex ___ dri-devel mailing list dri-devel@li

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29738 Alex Deucher changed: What|Removed |Added CC||mikko@gmail.com --- Comment #10 from

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29738 Alex Deucher changed: What|Removed |Added CC||mikko.cal at gmail.com --- Comment #10 fr

[Bug 28966] [r300g] Dynamic branching 3 demo does not run

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28966 --- Comment #7 from Sven Arvidsson 2010-08-26 06:43:14 PDT --- Since error messages was added to r300g it now reports: r300 FP: Compiler Error: Fragment program does not support relative addressing of source operands. Using a dummy shader inste

[Bug 28966] [r300g] Dynamic branching 3 demo does not run

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28966 --- Comment #7 from Sven Arvidsson 2010-08-26 06:43:14 PDT --- Since error messages was added to r300g it now reports: r300 FP: Compiler Error: Fragment program does not support relative addressing of source operands. Using a dummy shader inste

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #22 from Sven Arvidsson 2010-08-26 06:38:10 PDT --- No, nothing in dmesg. And just to clarify, it's only the game that's black, X is unaffected. I'll see if I can figure out where it broke, as it was working at least a little bit bet

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #22 from Sven Arvidsson 2010-08-26 06:38:10 PDT --- No, nothing in dmesg. And just to clarify, it's only the game that's black, X is unaffected. I'll see if I can figure out where it broke, as it was working at least a little bit bet

[Bug 29818] New: r600g "vbo resource seems too big" spam

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29818 Summary: r600g "vbo resource seems too big" spam Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium C

[Bug 29818] New: r600g "vbo resource seems too big" spam

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29818 Summary: r600g "vbo resource seems too big" spam Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium C

Re: [REGRESSION, i915]: Periodic stalls with 2.6.36-rc2

2010-08-26 Thread Chris Wilson
On Thu, 26 Aug 2010 02:15:20 +0200, Peter Stuge wrote: > It could be - the resetting backlight thing happened also before the > backlight commit. Before pulling I was using the directly preceding > commit. https://bugs.freedesktop.org/show_bug.cgi?id=29716 That patch isn't complete but is on the

[REGRESSION, i915]: Periodic stalls with 2.6.36-rc2

2010-08-26 Thread Peter Stuge
Chris Wilson wrote: > > > > Xv performance > > > > > > That should now be fixed in -intel, > > > > Sounds good! I'd love to test. Which branch/commit is that? > > Master with -vo xv should be good, if it doesn't hang. Doesn't hang, mplayer says: X11 error: BadAlloc (insufficient resources for

[REGRESSION, i915]: Periodic stalls with 2.6.36-rc2

2010-08-26 Thread Peter Stuge
Hi again, Chris Wilson wrote: > > In general, Xv performance with KMS leaves me with a feeling that > > something is not quite right in terms of playback, both with mplayer > > and vlc. But while movies are nice, this stalling issue is more > > important. > > That should now be fixed in -intel,

[REGRESSION, i915]: Periodic stalls with 2.6.36-rc2

2010-08-26 Thread Chris Wilson
On Thu, 26 Aug 2010 01:33:15 +0200, Peter Stuge wrote: > Hi again, > > Chris Wilson wrote: > > > In general, Xv performance with KMS leaves me with a feeling that > > > something is not quite right in terms of playback, both with mplayer > > > and vlc. But while movies are nice, this stalling iss

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29738 --- Comment #9 from Alexandre 2010-08-26 00:33:25 PDT --- In my bisect (I tried to reduce the number of tests) by restricting the commits to the drivers/gpu/drm include/drm directories. The commit I got is the one below. I am not 100% confident

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29738 --- Comment #9 from Alexandre 2010-08-26 00:33:25 PDT --- In my bisect (I tried to reduce the number of tests) by restricting the commits to the drivers/gpu/drm include/drm directories. The commit I got is the one below. I am not 100% confident