Re: [Nouveau] [PATCH] drm/nouveau: restore hw accelerated buffer copies

2012-08-20 Thread Ben Skeggs
On Fri, Aug 17, 2012 at 11:47:44PM +0200, Marcin Slusarz wrote: Regression from drm/nve0: use async copy engine for ttm buffer moves if available. Oops, my bad. Applied, thanks! Signed-off-by: Marcin Slusarz marcin.slus...@gmail.com --- drivers/gpu/drm/nouveau/nouveau_bo.c |4 ++--

Re: [Nouveau] [PATCH 01/10] drm/nv50: decode PGRAPH status registers on TLB flush fail

2012-08-20 Thread Ben Skeggs
On Sun, Aug 19, 2012 at 10:59:56PM +0200, Marcin Slusarz wrote: Now it outputs: nouveau E[ PGRAPH][:02:00.0] PGRAPH TLB flush idle timeout fail nouveau E[ PGRAPH][:02:00.0] PGRAPH_STATUS: BUSY DISPATCH VFETCH CCACHE_UNK4 STRMOUT_GSCHED_UNK5 UNK14XX UNK1CXX CLIPID ZCULL ENG2D UNK34XX

Re: [Nouveau] [PATCH 06/10] drm/nouveau: sparse fixes

2012-08-20 Thread Ben Skeggs
On Sun, Aug 19, 2012 at 11:00:01PM +0200, Marcin Slusarz wrote: drivers/gpu/drm/nouveau/core/core/object.c:452:22: warning: non-ANSI function declaration of function 'nouveau_object_debug' drivers/gpu/drm/nouveau/core/subdev/device/base.c:64:10: warning: Initializer entry defined twice

Re: [Nouveau] [PATCH 08/10] drm/nouveau: use ioread32_native/iowrite32_native for fifo control registers

2012-08-20 Thread Ben Skeggs
On Sun, Aug 19, 2012 at 11:00:03PM +0200, Marcin Slusarz wrote: Signed-off-by: Marcin Slusarz marcin.slus...@gmail.com --- Do I miss something important why was it written this way? Nope, you didn't. It's a left-over from a *really* early revision of the userspace version of the kernel module.

Re: [Nouveau] [PATCH 09/10] drm/nv50/evo: store iomem pointer in properly typed field

2012-08-20 Thread Ben Skeggs
On Sun, Aug 19, 2012 at 11:00:04PM +0200, Marcin Slusarz wrote: Abuse of function pointer was noticed by sparse. I'm aware of this horror, however I didn't apply the patch. I have work in progress that'll get rid of this nasty stuff before the tree goes upstream, doing it this way was a quick

Re: [Nouveau] [PATCH 10/10] drm/nouveau: fix off-by-one bugs related to command submission in IB mode

2012-08-20 Thread Ben Skeggs
On Sun, Aug 19, 2012 at 11:02:00PM +0200, Marcin Slusarz wrote: Commit drm/nouveau: port all engines to new engine module format changed IB size calculation to be less wasteful, but didn't take into account already existing off-by-one bugs :). So: - ib_max is the last entry, so we need to

[Nouveau] did you needr freezes on GeForce 9400M (MacBookPro) ?

2012-08-20 Thread Samuel Dorsaz
Hi, I just want to know if you are interested by report for freeze issue on a MacBook Pro (5,1 if I remember) with a GeForce 9400M card using nv50. I imagine how many MacBook user have reported and just want to know if my contribution can be useful or absolutely not. Sincerly, Samuel

[Nouveau] [Bug 53842] New: Nouveau fails to read EDID, but X succeeds.

2012-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53842 Bug #: 53842 Summary: Nouveau fails to read EDID, but X succeeds. Classification: Unclassified Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Nouveau] [Bug 53842] Nouveau fails to read EDID, but X succeeds.

2012-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53842 --- Comment #1 from james.dut...@gmail.com 2012-08-20 12:23:20 UTC --- Created attachment 65830 -- https://bugs.freedesktop.org/attachment.cgi?id=65830 Xorg.0.log showing X reading EDID OK. -- Configure bugmail:

Re: [Nouveau] [PATCH 01/10] drm/nv50: decode PGRAPH status registers on TLB flush fail

2012-08-20 Thread Marcin Slusarz
On Mon, Aug 20, 2012 at 04:27:18PM +1000, Ben Skeggs wrote: On Sun, Aug 19, 2012 at 10:59:56PM +0200, Marcin Slusarz wrote: Now it outputs: nouveau E[ PGRAPH][:02:00.0] PGRAPH TLB flush idle timeout fail nouveau E[ PGRAPH][:02:00.0] PGRAPH_STATUS: BUSY DISPATCH VFETCH

Re: [Nouveau] [PATCH 10/10] drm/nouveau: fix off-by-one bugs related to command submission in IB mode

2012-08-20 Thread Marcin Slusarz
On Mon, Aug 20, 2012 at 04:33:24PM +1000, Ben Skeggs wrote: On Sun, Aug 19, 2012 at 11:02:00PM +0200, Marcin Slusarz wrote: Commit drm/nouveau: port all engines to new engine module format changed IB size calculation to be less wasteful, but didn't take into account already existing

[Nouveau] [Bug 53842] Nouveau fails to read EDID, but X succeeds.

2012-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53842 Marcin Slusarz marcin.slus...@gmail.com changed: What|Removed |Added Attachment #65829|application/octet-stream|text/plain

Re: [Nouveau] [PATCH 10/10] drm/nouveau: fix off-by-one bugs related to command submission in IB mode

2012-08-20 Thread Ben Skeggs
Am Dienstag, 21. August 2012 schrieb Marcin Slusarz : On Mon, Aug 20, 2012 at 04:33:24PM +1000, Ben Skeggs wrote: On Sun, Aug 19, 2012 at 11:02:00PM +0200, Marcin Slusarz wrote: Commit drm/nouveau: port all engines to new engine module format changed IB size calculation to be less

Re: [Nouveau] [PATCH 10/10] drm/nouveau: fix off-by-one bugs related to command submission in IB mode

2012-08-20 Thread Marcin Slusarz
On Tue, Aug 21, 2012 at 07:13:23AM +1000, Ben Skeggs wrote: Am Dienstag, 21. August 2012 schrieb Marcin Slusarz : On Mon, Aug 20, 2012 at 04:33:24PM +1000, Ben Skeggs wrote: On Sun, Aug 19, 2012 at 11:02:00PM +0200, Marcin Slusarz wrote: Commit drm/nouveau: port all

[Nouveau] [Bug 48464] Crash when GLXVBlank set to true

2012-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48464 --- Comment #3 from Jānis Džeriņš jo...@latnet.lv 2012-08-20 21:44:13 UTC --- I can reliably reproduce this with a twitch.tv video player (Flash): watching a video in browser window and in fullscreen works, but as soon the player leaves

Re: [Nouveau] [PATCH 10/10] drm/nouveau: fix off-by-one bugs related to command submission in IB mode

2012-08-20 Thread Maarten Maathuis
On Mon, Aug 20, 2012 at 11:41 PM, Marcin Slusarz marcin.slus...@gmail.com wrote: On Tue, Aug 21, 2012 at 07:13:23AM +1000, Ben Skeggs wrote: Am Dienstag, 21. August 2012 schrieb Marcin Slusarz : On Mon, Aug 20, 2012 at 04:33:24PM +1000, Ben Skeggs wrote: On Sun, Aug 19, 2012 at

Re: [Nouveau] [PATCH 01/10] drm/nv50: decode PGRAPH status registers on TLB flush fail

2012-08-20 Thread Marcin Slusarz
On Mon, Aug 20, 2012 at 07:02:46PM +0200, Marcin Slusarz wrote: On Mon, Aug 20, 2012 at 04:27:18PM +1000, Ben Skeggs wrote: On Sun, Aug 19, 2012 at 10:59:56PM +0200, Marcin Slusarz wrote: Now it outputs: nouveau E[ PGRAPH][:02:00.0] PGRAPH TLB flush idle timeout fail nouveau E[