[Bug 28674] [Gallium/Draw][r300g] Blender crash (Segmentation fault)

2010-06-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28674 Niels Clemmensen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Problems with alpha/pci + radeon/ttm

2010-06-24 Thread Michael Cree
On 22/06/10 20:32, Dave Airlie wrote: > On Tue, Jun 22, 2010 at 3:59 PM, FUJITA Tomonori > wrote: >> On Mon, 21 Jun 2010 17:19:43 -0400 >> Matt Turner wrote: >> >>> Michael Cree and I have been debugging FDO bug 26403 [1]. I tried >>> booting with `radeon.test=1` and found this, which I think

Problems with alpha/pci + radeon/ttm

2010-06-24 Thread Matt Turner
On Thu, Jun 24, 2010 at 5:51 AM, Michael Cree wrote: > On 22/06/10 20:32, Dave Airlie wrote: >> >> On Tue, Jun 22, 2010 at 3:59 PM, FUJITA Tomonori >> ?wrote: >>> >>> On Mon, 21 Jun 2010 17:19:43 -0400 >>> Matt Turner ?wrote: >>> Michael Cree and I have been debugging FDO bug 26403 [1]. I

Problems with alpha/pci + radeon/ttm

2010-06-24 Thread Matt Turner
? ? ?ptes = arena->ptes; > ? ? ? ?mask = max(align, arena->align_entry) - 1; > + > + ? ? ? printk("%s: %p, %p, %d, %ld, %lx, %u\n", __func__, dev, arena, > arena->size, > + ? ? ? ? ? ? ?n, mask, align); > + > ? ? ? ?p = iommu_arena_find_pages(dev, arena

[Bug 28745] RS780: dynpm makes my cat levitate (div by 0)

2010-06-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28745 --- Comment #1 from Rafa? Mi?ecki 2010-06-24 10:31:53 PDT --- Created an attachment (id=36467) --> (https://bugs.freedesktop.org/attachment.cgi?id=36467) dmesg with div by 0 call trace -- Configure bugmail:

[Bug 28745] New: RS780: dynpm makes my cat levitate (div by 0)

2010-06-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28745 Summary: RS780: dynpm makes my cat levitate (div by 0) Product: DRI Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority:

[Bug 28517] [r300g] Savage 2 : characters are not rendered + another corruptions

2010-06-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #3 from Pavel Ondra?ka 2010-06-24 01:38:30 PDT --- With current mesa git compiler error looks different: r300 VP: Compiler error: Ran out of temporary registers Using a dummy shader instead. If there's an 'unknown opcode' message,

Re: [patch] i915: take struct_mutex in i915_dma_cleanup()

2010-06-24 Thread Jesse Barnes
On Wed, 23 Jun 2010 13:19:55 +0200 Dan Carpenter erro...@gmail.com wrote: intel_cleanup_ring_buffer() calls drm_gem_object_unreference() (as opposed to drm_gem_object_unreference_unlocked()) so it needs to be called with struct_mutex held. If we don't hold the lock, it triggers a

[patch] i915: return -EFAULT if copy_to_user fails

2010-06-24 Thread Dan Carpenter
copy_to_user() returns the number of bytes remaining to be copied and I'm pretty sure we want to return a negative error code here. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c index 9ded3da..22691b4 100644 ---

[patch] i915: remove unneed NULL checks

2010-06-24 Thread Dan Carpenter
We don't need to check the list cursor in a list_for_each_entry(). It's always non-null. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index cc8131f..8a2bdfc 100644 ---

[patch] i915: cleanup: use ARRAY_SIZE()

2010-06-24 Thread Dan Carpenter
NUM_TV_MODES is the same as ARRAY_SIZE(tv_modes). In the end, I decided it was cleaner to remove NUM_TV_MODES and just use ARRAY_SIZE(tv_modes) through out. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/gpu/drm/i915/intel_tv.c b/drivers/gpu/drm/i915/intel_tv.c index

[Bug 28517] [r300g] Savage 2 : characters are not rendered + another corruptions

2010-06-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #3 from Pavel Ondračka dra...@centrum.cz 2010-06-24 01:38:30 PDT --- With current mesa git compiler error looks different: r300 VP: Compiler error: Ran out of temporary registers Using a dummy shader instead. If there's an 'unknown

Re: Problems with alpha/pci + radeon/ttm

2010-06-24 Thread Matt Turner
On Tue, Jun 22, 2010 at 1:59 AM, FUJITA Tomonori fujita.tomon...@lab.ntt.co.jp wrote: On Mon, 21 Jun 2010 17:19:43 -0400 Matt Turner matts...@gmail.com wrote: Michael Cree and I have been debugging FDO bug 26403 [1]. I tried booting with `radeon.test=1` and found this, which I think is

Re: Problems with alpha/pci + radeon/ttm

2010-06-24 Thread Matt Turner
On Thu, Jun 24, 2010 at 5:51 AM, Michael Cree mc...@orcon.net.nz wrote: On 22/06/10 20:32, Dave Airlie wrote: On Tue, Jun 22, 2010 at 3:59 PM, FUJITA Tomonori fujita.tomon...@lab.ntt.co.jp  wrote: On Mon, 21 Jun 2010 17:19:43 -0400 Matt Turnermatts...@gmail.com  wrote: Michael Cree and I

[Bug 28745] New: RS780: dynpm makes my cat levitate (div by 0)

2010-06-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28745 Summary: RS780: dynpm makes my cat levitate (div by 0) Product: DRI Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority:

[Bug 28745] RS780: dynpm makes my cat levitate (div by 0)

2010-06-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28745 --- Comment #1 from Rafał Miłecki zaj...@gmail.com 2010-06-24 10:31:53 PDT --- Created an attachment (id=36467) -- (https://bugs.freedesktop.org/attachment.cgi?id=36467) dmesg with div by 0 call trace -- Configure bugmail:

[Bug 28674] [Gallium/Draw][r300g] Blender crash (Segmentation fault)

2010-06-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28674 Niels Clemmensen n...@privat.dk changed: What|Removed |Added Status|NEW |RESOLVED