[git pull] drm merge

2010-02-28 Thread Dave Airlie
Hi Linus, The following changes since commit 60b341b778cc2929df16c0a504c91621b3c6a4ad: Linus Torvalds (1): Linux 2.6.33 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-linus This contains a few patches outside the DRM

Re: [PATCH] drm/radeon/kms: fence cleanup + more reliable GPU lockup detection

2010-02-28 Thread Dave Airlie
On Mon, Mar 1, 2010 at 2:47 AM, Jerome Glisse wrote: > On Sun, Feb 28, 2010 at 12:22:52PM +, Alan Swanson wrote: >> On Fri, 2010-02-26 at 15:49 +0100, Jerome Glisse wrote: >> > This patch cleanup the fence code, it drops the timeout field of >> > fence as the time to complete each IB is unpred

Re: Convert DRM_INFO/DRM_ERROR to dev_info/dev_err

2010-02-28 Thread Dave Airlie
On Fri, Feb 26, 2010 at 4:56 AM, Jerome Glisse wrote: > Attached is conversion from DRM_INFO/DRM_ERROR to dev_info/dev_err > to apply it copy all doconv* file into the radeon subfolder of the > kernel run ./doconv.sh and then apply the 0001 patch which fix > compilation after conversion (place whe

Re: Unmappable VRAM patchset V4

2010-02-28 Thread Dave Airlie
On Fri, Feb 26, 2010 at 3:01 AM, Jerome Glisse wrote: > Updated patchset, to apply cleanly on top of TTM split no_wait argument. > Compile tested for nouveau+vmwgfx, test in progress for radeon. > > So with the new change radeon won't wait for bo reserving other bo > in fault path but will wait th

[Bug 26809] KMS/R200: Bad shading in NWN since Mesa rewrite

2010-02-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26809 --- Comment #1 from Alan Swanson 2010-02-28 14:21:47 PST --- Created an attachment (id=33656) --> (http://bugs.freedesktop.org/attachment.cgi?id=33656) r200-nwn-indoor.jpg Bit harder to see as shading is more coloured in this scene but R20

[Bug 26809] New: KMS/R200: Bad shading in NWN since Mesa rewrite

2010-02-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26809 Summary: KMS/R200: Bad shading in NWN since Mesa rewrite Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[RFC] drm/ttm: add pool wc/uc page allocator

2010-02-28 Thread Pauli Nieminen
On AGP system we might allocate/free routinely uncached or wc memory, changing page from cached (wb) to uc or wc is very expensive and involves a lot of flushing. To improve performance this allocator use a pool of uc,wc pages. Pools are linked lists of pages. Ordered so that first is the latest a

[Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15293 --- Comment #32 from Anonymous Emailer 2010-02-28 19:50:01 --- Reply-To: [email protected] [email protected] wrote: > --- Comment #30 from Rafał Miłecki 2010-02-28 19:01:21 --- > > That's weird because we don't have prob

Re: [Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread Andy Furniss
[email protected] wrote: > --- Comment #30 from Rafał Miłecki 2010-02-28 19:01:21 --- > > That's weird because we don't have problems with YouTube. It's about Vimeo. Most youtube works for me, but some larger ones don't. I also see the effect of working/not working depending

[Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15293 --- Comment #31 from Pauli 2010-02-28 19:41:26 --- Why NOTOURBUG? Because Linux flash player is buggy. It is trying to do something that is never going to have good performance. Uploading data to VRAM and reading it back late is always going

[Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15293 --- Comment #30 from Rafał Miłecki 2010-02-28 19:01:21 --- (In reply to comment #28) > Reply-To: [email protected] > > Andy Furniss wrote: > > Andy Furniss wrote: > > > >> Out of curiosity, why does it work OK with UMS? > > > > To possibly an

[Bug 24340] BUG: unable to handle kernel NULL pointer dereference, radeon_object_list_unreserve+0x13/0x34

2010-02-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24340 --- Comment #3 from Tieum 2010-02-28 09:06:52 PST --- Created an attachment (id=33644) --> (http://bugs.freedesktop.org/attachment.cgi?id=33644) Log for when a similar issue happened -- Configure bugmail: http://bugs.freedesktop.org/userp

[Bug 24340] BUG: unable to handle kernel NULL pointer dereference, radeon_object_list_unreserve+0x13/0x34

2010-02-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24340 --- Comment #2 from Tieum 2010-02-28 09:05:06 PST --- I have had my machine completely freezing with the same sort of message showing up in the logs. Attached is an example of it. -- Configure bugmail: http://bugs.freedesktop.org/userprefs

Re: [PATCH] drm/radeon/kms: fence cleanup + more reliable GPU lockup detection

2010-02-28 Thread Jerome Glisse
On Sun, Feb 28, 2010 at 12:22:52PM +, Alan Swanson wrote: > On Fri, 2010-02-26 at 15:49 +0100, Jerome Glisse wrote: > > This patch cleanup the fence code, it drops the timeout field of > > fence as the time to complete each IB is unpredictable and shouldn't > > be bound. > > > > The fence clea

[Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15293 --- Comment #29 from Michał Witkowski 2010-02-28 16:24:11 --- (In reply to comment #25) > I vote for NOTOURBUG too. > > Maybe ddx could be a bit better optimized for XGetSubImage that flash is using > but in end we can't get it perform well

[Bug 25544] KMS/R200: CS section size missmatch start at (r200_state_init.c,tex_emit_mm,703) 5 vs 9

2010-02-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25544 --- Comment #6 from Alan Swanson 2010-02-28 08:01:51 PST --- Created an attachment (id=33643) --> (http://bugs.freedesktop.org/attachment.cgi?id=33643) drm_r200_disable_texture_check.patch Until R200 fake texture enable is supported by CS

[Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15293 --- Comment #28 from Anonymous Emailer 2010-02-28 15:57:51 --- Reply-To: [email protected] Andy Furniss wrote: > Andy Furniss wrote: > >> Out of curiosity, why does it work OK with UMS? > > To possibly answer my own question for my case - AG

Re: [Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread Andy Furniss
Andy Furniss wrote: > Andy Furniss wrote: > >> Out of curiosity, why does it work OK with UMS? > > To possibly answer my own question for my case - AGP cards have accel > UTS/DFS disabled in UMS. This does seem to be the case, if I enable uts/dfs in UMS (with BusTypePCIE) I run out of CPU while p

Re: [PATCH] drm/radeon/kms: fence cleanup + more reliable GPU lockup detection

2010-02-28 Thread Alan Swanson
On Fri, 2010-02-26 at 15:49 +0100, Jerome Glisse wrote: > This patch cleanup the fence code, it drops the timeout field of > fence as the time to complete each IB is unpredictable and shouldn't > be bound. > > The fence cleanup lead to GPU lockup detection improvement, this > patch introduce a cal

[Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15293 --- Comment #27 from Anonymous Emailer 2010-02-28 13:59:04 --- Reply-To: [email protected] [email protected] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=15293 > > > > > > --- Comment #25 from Pauli 2010-02-27 06:3

[Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15293 --- Comment #26 from Anonymous Emailer 2010-02-28 12:52:24 --- Reply-To: [email protected] Andy Furniss wrote: > Out of curiosity, why does it work OK with UMS? To possibly answer my own question for my case - AGP cards have accel UTS/DFS

Re: [Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread Andy Furniss
Andy Furniss wrote: > Out of curiosity, why does it work OK with UMS? To possibly answer my own question for my case - AGP cards have accel UTS/DFS disabled in UMS. -- Download Intel® Parallel Studio Eval Try the new so

Re: [Bug 15293] Flash video laggy inside Firefox only with KMS

2010-02-28 Thread Andy Furniss
[email protected] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=15293 > > > > > > --- Comment #25 from Pauli 2010-02-27 06:39:33 --- > I vote for NOTOURBUG too. > > Maybe ddx could be a bit better optimized for XGetSubImage that flash is using > but in end we can't get it