[Nouveau] [Bug 92307] G98/GM206: WARNING: ... at include/drm/drm_crtc.h:1577 drm_helper_choose_encoder_dpms+0x8a/0x90 [drm_kms_helper]()

2015-11-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92307 --- Comment #9 from Don O --- Created attachment 119620 --> https://bugs.freedesktop.org/attachment.cgi?id=119620=edit changes to make nouveau stop creating trace blowups -- You are receiving this mail because: You are the

[Nouveau] [Bug 92307] G98/GM206: WARNING: ... at include/drm/drm_crtc.h:1577 drm_helper_choose_encoder_dpms+0x8a/0x90 [drm_kms_helper]()

2015-11-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92307 --- Comment #10 from Don O --- (In reply to Don O from comment #9) > Created attachment 119620 [details] > changes to make nouveau stop creating trace blowups I was having the same problems as others with traces being

[Nouveau] [Bug 92307] G98/GM206: WARNING: ... at include/drm/drm_crtc.h:1577 drm_helper_choose_encoder_dpms+0x8a/0x90 [drm_kms_helper]()

2015-11-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92307 --- Comment #11 from Don O --- (In reply to Don O from comment #10) > (In reply to Don O from comment #9) > > Created attachment 119620 [details] > > changes to make nouveau stop creating trace blowups > > > I was having the

Re: [Nouveau] llvm TGSI backend (WIP) questions

2015-11-13 Thread Samuel Pitoiset
On 11/13/2015 02:46 PM, Hans de Goede wrote: Hi All, Hey Hans, So as discussed I've started working on a TGSI backend for llvm to use as a way to get compute going on nouveau (and other gpu-s). I'm still learning all the ins and outs of llvm so I do not have much to show yet. I've

Re: [Nouveau] llvm TGSI backend (WIP) questions

2015-11-13 Thread Emil Velikov
On 13 November 2015 at 14:38, Ilia Mirkin wrote: > On Fri, Nov 13, 2015 at 9:25 AM, Emil Velikov > wrote: >> Hello Hans, >> >> Not to muddy the waters or anything, have you thought about the NIR >> integration that Rob was thinking about ? >> I'm

Re: [Nouveau] llvm TGSI backend (WIP) questions

2015-11-13 Thread Ilia Mirkin
On Fri, Nov 13, 2015 at 3:42 PM, Emil Velikov wrote: > On 13 November 2015 at 14:38, Ilia Mirkin wrote: >> On Fri, Nov 13, 2015 at 9:25 AM, Emil Velikov >> wrote: >>> Hello Hans, >>> >>> Not to muddy the waters or

[Nouveau] [Bug 90348] Spilling failure of b96 merged value

2015-11-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90348 --- Comment #3 from xpue --- https://github.com/iXit/Mesa-3D/issues/160 -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.

Re: [Nouveau] [Mesa-dev] llvm TGSI backend (WIP) questions

2015-11-13 Thread Connor Abbott
On Fri, Nov 13, 2015 at 9:38 AM, Ilia Mirkin wrote: > On Fri, Nov 13, 2015 at 9:25 AM, Emil Velikov > wrote: >> Hello Hans, >> >> Not to muddy the waters or anything, have you thought about the NIR >> integration that Rob was thinking about ? >>

Re: [Nouveau] [Mesa-dev] llvm TGSI backend (WIP) questions

2015-11-13 Thread Tom Stellard
On Fri, Nov 13, 2015 at 02:46:52PM +0100, Hans de Goede wrote: > Hi All, > > So as discussed I've started working on a TGSI backend for > llvm to use as a way to get compute going on nouveau (and other gpu-s). > > I'm still learning all the ins and outs of llvm so I do not have > much to show

Re: [Nouveau] llvm TGSI backend (WIP) questions

2015-11-13 Thread Ilia Mirkin
On Fri, Nov 13, 2015 at 9:25 AM, Emil Velikov wrote: > Hello Hans, > > Not to muddy the waters or anything, have you thought about the NIR > integration that Rob was thinking about ? > I'm pretty sure he'll be happy to have extra people helping him out. How would that

Re: [Nouveau] llvm TGSI backend (WIP) questions

2015-11-13 Thread Emil Velikov
Hello Hans, Not to muddy the waters or anything, have you thought about the NIR integration that Rob was thinking about ? I'm pretty sure he'll be happy to have extra people helping him out. Cheers, Emil ___ Nouveau mailing list

[Nouveau] llvm TGSI backend (WIP) questions

2015-11-13 Thread Hans de Goede
Hi All, So as discussed I've started working on a TGSI backend for llvm to use as a way to get compute going on nouveau (and other gpu-s). I'm still learning all the ins and outs of llvm so I do not have much to show yet. I've rebased Francisco's (curro's) latest version on top of llvm trunk,