[Bug 20626] r200 texgen with glVertex4f(x, y, z, w) error

2009-03-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20626 raoxianhong changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 14967] Kernel hardlocks on X startup

2009-03-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14967 --- Comment #1 from Ben Skeggs 2009-03-17 20:38:38 PST --- Did you still have this issue? Those lines haven't been added back in, I'm not certain why they'd be necessary either. If you still have the issue can you post kernel logs (with drm

[Bug 20626] r200 texgen with glVertex4f(x, y, z, w) error

2009-03-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20626 --- Comment #13 from Roland Scheidegger 2009-03-17 18:32:26 PST --- (In reply to comment #12) > > Yes, I do the same operation under ATI's windows driver, and no problem with > > disabling texgen R or Q, (and when enable all of texgen STRQ,

[Bug 20626] r200 texgen with glVertex4f(x, y, z, w) error

2009-03-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20626 --- Comment #12 from raoxianhong 2009-03-17 18:06:53 PST --- (In reply to comment #11) > (In reply to comment #10) > > (In reply to comment #8) > > > R200 is correct, and you. The real world is 3D world, we can only use > > > three > > > i

Re: Object move & evict in new ttm

2009-03-17 Thread Jerome Glisse
On Tue, 17 Mar 2009 17:06:22 +0100 Thomas Hellström wrote: > Jerome Glisse wrote: > > Hi, > > > > Ask ttm to validate buffer from system to vram ttm call > > driver->bo_move with evict=false which i guess is right > > as the object will now be in GPU address space. So for > > the move i need to a

[Bug 20679] [i915] blank screen with 2.6.29-rc kernels

2009-03-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20679 --- Comment #2 from Dan Nicholson 2009-03-17 09:20:39 PST --- (In reply to comment #1) > (In reply to comment #0) > > > Reattach to dock. System freeze without stacktrace and the Magic SysRq keys > > did > > nothing. All of my reattachment

Re: Object move & evict in new ttm

2009-03-17 Thread Thomas Hellström
Jerome Glisse wrote: > Hi, > > Ask ttm to validate buffer from system to vram ttm call > driver->bo_move with evict=false which i guess is right > as the object will now be in GPU address space. So for > the move i need to allocate a temporary GTT space. Here > is what i do > > setup a tmp ttm_mem_

[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"

2009-03-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #22 from se...@hallyn.com 2009-03-17 08:49 --- One more note - if you do a: git diff 99cbb86180bccd77f331f6e8eb7ce26aeea2cb72 fb5ae64fdde29236e1a15e0366946df7060f41f2 you see there are in fact a lot of changes, including

[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"

2009-03-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #21 from se...@hallyn.com 2009-03-17 08:41 --- In fact, it might not hurt to start in a fresh directory doing git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git and testing there. -- Configur

[Bug 20626] r200 texgen with glVertex4f(x, y, z, w) error

2009-03-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20626 --- Comment #11 from raoxianhong 2009-03-17 08:41:29 PST --- (In reply to comment #10) > (In reply to comment #8) > > R200 is correct, and you. The real world is 3D world, we can only use three > > indenpendent parameters talk with it. > >

[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"

2009-03-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #20 from se...@hallyn.com 2009-03-17 08:38 --- Sorry, the first commit id should be: 14fa43f53ff3a9c3d8b9662574b7369812a31a97 not 1d7b33f77b2d8b0b1ee767e6f8f05cbd9d72cb7c -- Configure bugmail: http://bugzilla.kernel.or

[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"

2009-03-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #19 from se...@hallyn.com 2009-03-17 08:34 --- (In reply to comment #4) > Bug is still present in 2.6.29-rc8 > > I can actually get X to start if I set i915.modeset=1, but not in a useable > state (no cursor and no keyboard

Object move & evict in new ttm

2009-03-17 Thread Jerome Glisse
Hi, Ask ttm to validate buffer from system to vram ttm call driver->bo_move with evict=false which i guess is right as the object will now be in GPU address space. So for the move i need to allocate a temporary GTT space. Here is what i do setup a tmp ttm_mem_reg with numpages=bo numpages call tt

[Bug 12419] possible circular locking dependency on i915 dma

2009-03-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12419 sits...@yahoo.com changed: What|Removed |Added AssignedTo|sits...@yahoo.com |drivers_video-...@kernel-

[Bug 12419] possible circular locking dependency on i915 dma

2009-03-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12419 sits...@yahoo.com changed: What|Removed |Added AssignedTo|drivers_video-...@kernel- |sits...@yahoo.com |b

[Bug 20626] r200 texgen with glVertex4f(x, y, z, w) error

2009-03-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20626 --- Comment #10 from Roland Scheidegger 2009-03-17 06:38:07 PST --- (In reply to comment #8) > R200 is correct, and you. The real world is 3D world, we can only use three > indenpendent parameters talk with it. > > But can I set q coordina

[Bug 20626] r200 texgen with glVertex4f(x, y, z, w) error

2009-03-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20626 raoxianhong changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 20679] [i915] blank screen with 2.6.29-rc kernels

2009-03-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20679 --- Comment #1 from Sami Kerola 2009-03-17 04:25:36 PST --- (In reply to comment #0) Results with 2.6.29-rc8-00124 are different. > Mode switching. When switching modes nearly 50% of times when I come back to X > screen is blank. Retry work