19:46karolherbst: why does the dri-logger fail to log stuff :(
19:46karolherbst: or ... disappears
19:48lovesegfault: karolherbst: did both patches in your runpm_fixes branch get backported?
19:48lovesegfault: (and merged)
19:51karolherbst: yes
19:51karolherbst: backported to 5.4 and 5.6
21:18AndrewR: karolherbst, hi (if you are around). Any news on openCL front, especially for nv50? :}
21:28karolherbst: AndrewR: pmoreau had some nv50 patches, but progress is quite good actually. More people get interested in CL support in one way or another, so there are quite a lot of MRs around
21:28karolherbst: but I never looked into nv50 myself
21:38AndrewR: karolherbst, I think I can flip compute CAP in nv50 for test, it will break video,.. but may allow LuxRender to progress a bit further
21:49AndrewR: karolherbst, laughable, but just moving those PIPE_SHADER_COMPUTE and PIPE_CAP_COMPUTE under enable part of switch in src/gallium/drivers/nouveau/nv50/nv50_screen.c not resulted in clinfo reporting 'working' device ....
21:49karolherbst: AndrewR: I don't think it's wired up properly in nv50 yet
21:50karolherbst: and you would probably run into various issues
21:50karolherbst: I mean, you are free to fix all the stuff, but you have to assume you still need to do some work
21:50karolherbst: and pmoreau might have already taken care of some of it
21:58AndrewR: karolherbst, it was "working" (clinfo showing some parameters) before it started to break vdpau ... so, it was disabled. I assumed I can easily flip it back and hang GPU :} not so simple .....
21:59AndrewR: https://pastebin.com/c3fTEF4R - just some random dmesg errors so far (seems to be harmless)
21:59AndrewR: karolherbst, https://cgit.freedesktop.org/mesa/mesa/commit/?id=ae2cb7280436ab3fe24afef510d30201e54b795c - when it was disabled
22:01karolherbst: heh
22:01karolherbst: compute is essentially untested on nv50
22:01karolherbst: and I don't have the hw here to do anything about it
22:02AndrewR: karolherbst, well, this nv92 is only GPU I have (you can't count s3 on this front)
22:03AndrewR: karolherbst, so I was reading story behind LuxCore/LUxMark/LuxRender, and was a bit exited by now it was working in the past on radeon/mesa .... so, I compiled it
22:05karolherbst: I could try to get it working, but there are still a lot of bits missing until it would be really useful
22:05karolherbst: it wouldn't even work on newer GPUs out of the box
22:06AndrewR: karolherbst, even if it will not work for you - may be it will help you in some way ... anway, if this GPU will survive into future - i definitely can wait (sorry, can't help with coding...only with some testing ....when there will be something)
22:06karolherbst: yeah.. testing is not the issue, having others to help out with coding is the biggest problem
22:09AndrewR:sets mesa to 'rebuild' .....
22:12karolherbst: Antoine-: what GPU chipset did you have again? GF108 or GK107?