[Nouveau] [Bug 70354] [NVE6, NVE7] HUB_INIT timeout on graph init, blob fw doesn't help

2015-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70354 --- Comment #62 from Ben Skeggs skeg...@gmail.com --- (In reply to Bozhan Boyadzhiev from comment #61) Created attachment 116853 [details] mmiotrace for GK107 ~39MB mmiotrace for GK107 Heh, so much for GK107 not having PGOB... I'll ping

[Nouveau] [Bug 91171] Space Rangers 2 (in Wine) shows only black screen

2015-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91171 --- Comment #1 from Ilia Mirkin imir...@alum.mit.edu --- Replays fine with glretrace --sb (at least I think it does). If there's only a single giant frame, that sounds like the definition of single buffering... Tested on both nvc0 (GF108) and

[Nouveau] [Bug 91170] World of Zoo (in Wine) has rendering issues

2015-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91170 --- Comment #3 from Ilia Mirkin imir...@alum.mit.edu --- OK, so forcing the inline vertex path rather than the stick-bo-into-pushbuf path seems to help. Will try to track down what's different. Probably something dumb around alignment. -- You

Re: [Nouveau] [PATCH v2 2/2] drm/nouveau: add GEM_SET_TILING staging ioctl

2015-07-02 Thread Thierry Reding
On Mon, Jun 15, 2015 at 04:15:36PM +0900, Alexandre Courbot wrote: On 06/15/2015 04:09 PM, Alexandre Courbot wrote: From: Ari Hirvonen ahirvo...@nvidia.com Add new NOUVEAU_GEM_SET_TILING ioctl to set correct tiling mode for imported dma-bufs. This ioctl is staging for now and enabled with

[Nouveau] [Bug 91170] World of Zoo (in Wine) has rendering issues

2015-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91170 --- Comment #5 from Béla Gyebrószki gyebr...@gmail.com --- (In reply to Ilia Mirkin from comment #4) Created attachment 116899 [details] [review] bs fix Ugh, the buffer-update-is-in-progress issue strikes again! I fixed this ages ago, but

[Nouveau] [Bug 91170] World of Zoo (in Wine) has rendering issues

2015-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91170 --- Comment #4 from Ilia Mirkin imir...@alum.mit.edu --- Created attachment 116899 -- https://bugs.freedesktop.org/attachment.cgi?id=116899action=edit bs fix Ugh, the buffer-update-is-in-progress issue strikes again! I fixed this ages ago, but

Re: [Nouveau] What are the restrictions around loading indirect constbuf values

2015-07-02 Thread Ilia Mirkin
On Tue, Jun 30, 2015 at 1:53 AM, Ilia Mirkin imir...@alum.mit.edu wrote: On Thu, Jun 25, 2015 at 10:41 AM, Ilia Mirkin imir...@alum.mit.edu wrote: Hello, We recently tracked down a bug on Tesla GPUs (i.e. G80-GT218) whereby it appears that instructions like 0028: b5000409 08000780

[Nouveau] [Bug 91170] World of Zoo (in Wine) has rendering issues

2015-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91170 --- Comment #2 from Ilia Mirkin imir...@alum.mit.edu --- Reproduced on GT215. Does not happen on GF108. Geometry seems off as soon as the first or second title screen... will have to double-check old versions, hopefully it's a regression we can

[Nouveau] [PATCH] nouveau: don't mark full range as used on unmap with explicit flush

2015-07-02 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- src/gallium/drivers/nouveau/nouveau_buffer.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/gallium/drivers/nouveau/nouveau_buffer.c b/src/gallium/drivers/nouveau/nouveau_buffer.c index 09cdbb5..c1702ad