00:04airlied: do we have a way to "profile" a non-game/non-rendering compute shader on AMD GPUs?
01:50mareko: airlied: what do you need?
01:51mareko: RADV can produce an RGP file, then open it in the Radeon GPU Profiler
01:55airlied: mareko: trying to work out where the bottleneck in a very large shader is in llama.cpp, but not sure how best to capture a trace
01:57airlied: ah I find MESA_VK_TRACE
02:06airlied: now I just have to learn how to interpret rgp
04:57mareko: the issue with blits is that the perf decision is no longer quads vs rectangles, it's draw vs compute
05:08mareko: or rather draw-rectangles vs compute
07:03valentine: sghuge: Those are piglit tests running with rusticl. Just make sure to set RUSTICL_ENABLE=iris, otherwise it should be the same as running any other piglit test
11:17mlankhorst: pixelcluster: hey I'm about to review, let me find your latest series
12:47mlankhorst: pixelcluster: series no longer applies, likely due to 591711b32681 ("drm/ttm: Convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPC")
12:47mlankhorst: Can you rebase and resubmit?
13:09mairacanal: mripard, tzimmermann: sorry to ask, but which branch should mailmap patches go to: -next or -fixes?
13:12mripard: I'd put it in next, but I'm not sure it really matters
13:12tzimmermann: i'd put it in -fixes, so it goes upstream ASAP
13:20mripard: fair enough :)
19:51pixelcluster: mlankhorst: resent, patch 2/6 had a nontrivial fixup so i dropped your R-b there
19:52mlankhorst: Thank you
19:57mlankhorst: https://sashiko.dev/#/message/20260721195543.C41021F00A3D%40smtp.kernel.org
19:57mlankhorst: hmm
19:59mlankhorst: css_tryget issue seems real
20:00mlankhorst: and 3/6, I believe we no longer return -EAGAIN but -ENOSPC
20:01mlankhorst: See before mentioned commit, will comment on the patch
20:15pixelcluster: mlankhorst: oh yeah i guess i will rewrite that fix
20:16pixelcluster: also, i don't think i can push anything as i don't have commit rights
20:16pixelcluster: my mailmap patch is iirc also hanging around because of that :P
20:16pixelcluster: i should probably request access but also i'm slightly scared as i've never pushed anything before :D
20:17pixelcluster: i.e. never pushed any commits to kernel repos
20:17pixelcluster: i did, of course, use the git push command lots of times
20:17pixelcluster: :P
20:23mlankhorst: clone maintainer-tools
20:24mlankhorst: and then push to drm-misc-next
20:24mlankhorst: using dim push
20:25mlankhorst: https://gitlab.freedesktop.org/drm/maintainer-tools/
20:44pixelcluster: okay will try tomorrow, mailmap patch should be a nice trivial exercise to get into things :)
21:08rpavlik: can't help but think a mailmap patch means celebration, though that might just be due to why I personally made mailmap patches ;-) (so congrats on new name or new job or...)
21:27glehmann: or the worst option: just more responsibilities