00:01 dcbaker: jekstrand: add https://gitlab.freedesktop.org/-/snippets/7356 to your subprojects
00:12 dcbaker: which sidesteps the whole problem, and should at least get your going until I can get back to working on the cargo integration
04:46 jekstrand: dcbaker: Any chance you can rebase on 1.0? I'm using bindgen stuff that's only in 1.0.
04:47 jekstrand: I can go back to doing it the old horrible way but ugh.
04:47 dcbaker: I Can look at it tomorrow. I have no idea what the conflicts are going to look like
04:48 jekstrand: dcbaker: Thanks! If you get in too deep, I can revert my bindgen stuff back to manually mangling include dirs.
04:48 jekstrand: dcbaker: But it's way nicer now that rust.bindgen() supports `dependencies :`
04:48 dcbaker: Did you try the hand ported version of syn I’d linked you to?
04:49 dcbaker: Yeah… I really need to get cbindgen integration going next
08:25 MrCooper: DavidHeidelberg[m]: no matter how many times it passes, it can randomly break again for any MR, because we have no idea yet what causes it to break with LTO
08:31 tzimmermann: sravn, the include cleanup is now in drm-misc-next
08:33 Lynne: nice, first part of vulkan video landed
08:41 MrCooper: DavidHeidelberg[m]: also, if it passes once for a given commit, it'll pass every time
11:54 oneforall2: hmm now to figure out how to get snd working in cli no x running with pipewire..
13:19 ondracka: Hi, why do nir_fdotx_replicated opcodes have 0 for input sizes? I would expect it should be the specific size, e.g., 3 for nir_fdot3_replicated. In other words if I have a random nir_alu_instr, how do I reliably get input sizes?
13:44 ondracka: Nevermind, that was my bug, it actually returns the expected size...
14:37 DavidHeidelberg[m]: ANV feels totally broken when changing sharding. Multiple additional tests are flaking/failing
14:46 dj-death: DavidHeidelberg[m]: I would moderate "totally broken"
14:46 dj-death: DavidHeidelberg[m]: dEQP-VK.draw.dynamic_rendering.linear_interpolation.* already has failures
14:46 dj-death: DavidHeidelberg[m]: dEQP-VK.drm_format_modifiers.export_import.* already has crashes
14:52 DavidHeidelberg[m]: dj-death: yeah, it's the time for the magic solution... asterisk :D
14:53 dj-death: dEQP-VK.draw.dynamic_rendering.linear_interpolation.* is a pain in the bum... I have no idea why it's not working, passes fine on simulation
14:53 dj-death: modifiers might be easier to fix
15:07 DavidHeidelberg[m]: dj-death: what about core dump from CI, would it help?
15:08 DavidHeidelberg[m]: *help with debugging
15:11 dj-death: DavidHeidelberg[m]: I can repro the modifier stuff here
15:11 dj-death: DavidHeidelberg[m]: I'll look into it
15:12 DavidHeidelberg[m]: yay! Thanks :)
15:13 DavidHeidelberg[m]: I'll push meanwhile the MR with * to not have to worry about them for now :)
15:27 bl4ckb0ne: if anybody has a bit of time to review a new egl ext impl pls https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18011
15:46 bl4ckb0ne: DavidHeidelberg[m]: I dont get your comment regarding the license
15:47 DavidHeidelberg[m]: oneline SPDX
15:47 DavidHeidelberg[m]: https://spdx.dev/ids/
15:47 bl4ckb0ne: so just a one line SPDX license, no copyrights?
15:48 DavidHeidelberg[m]: bl4ckb0ne: no copyright should be there (you filled only XXX instead of name), but whole licence can be supplied by SPDX one-liner with licence identification
15:48 DavidHeidelberg[m]: which reminds me I should fish for more (dis)likes on https://gitlab.freedesktop.org/mesa/mesa/-/issues/7957 for Mesa
15:49 psykose: just remove every header
15:49 psykose: bike shedded successfully
15:50 bl4ckb0ne: what about no source file and all the code in headers
15:50 ajax: delete all the files
15:50 ajax: all bugs are in files, after all
15:50 ajax: no files, no bugs!
15:50 DavidHeidelberg[m]: :D no code rule, I see. You're man of culture :D
15:51 ccr: just like "serverless"! serverless = no servers = no running code = no security vulnerabilities or other technical problems!
15:51 DemiMarie:imagines formally verifying a GPU driver
15:51 bl4ckb0ne: pushed a fix
16:06 daniels: ajax: your personal brand remains strong
16:13 alanc: wouldn't formal verification require making the risky assumption that the hardware actually works as documented?
16:30 bl4ckb0ne: there is an issue with the python ci in piglit
16:30 bl4ckb0ne: >ERROR: Job failed: failed to pull image "python:3.10" with specified policies [always]: initializing source docker://python:3.10: reading manifest 3.10 in quay.io/libpod/python: manifest unknown: manifest unknown (manager.go:237:0s)
16:31 CounterPillow: daniels: is anyone from collabora working on rk3588 video output or is that up for grabs?
16:32 eric_engestrom: bentiss: ^ for the docker resolution issue
16:32 eric_engestrom: ah, bentiss is not on this channel
16:32 eric_engestrom: bl4ckb0ne: post that error again in #freedesktop :)
16:46 pinchartl: CounterPillow: I'm interesting in the camera side, you can have the video output :-)
16:46 pinchartl: (but I'm not from Collabora anyway)
17:05 daniels: CounterPillow: we don't have anyone actively working on VOP2 atm; I know bbrezillon had some patches from a while ago but it got parked because in order to make the insane HDMI PHY clocking work, sre had to go do a bunch of enablement in the core clk bits
17:05 daniels: I _think_ the latter has all landed now but let me check
17:06 CounterPillow: The clock gating stuff?
17:06 CounterPillow: this is a high quality downstream driver https://github.com/rockchip-linux/kernel/commit/95b6a39dab6d229f7e6e52077d727eceb0c14d3a#diff-6058b4e65573c31487232efcfd3ad87310cc982ae7d8614303e18a445a9723cdR7168
17:10 daniels: isn't it just ...
17:25 daniels: CounterPillow: yeah, so the issue was that some clocks have two parents (already somewhat weird). in the downstream tree, they deal with lighting up one parent via the clk framework, with the other sidechained via PM to activate it. upstream doesn't yet handle that. on the codec side, they're dealing with this by just manually lighting up both from the driver, even though it should be handled by clk.
17:25 daniels: proper upstream solution is WIP but itmt that'll get you around one of the pain points
17:26 CounterPillow: alright, I feared there was some weirdness going on. Thanks for the pointers
17:27 CounterPillow: guess it's not so much a clock tree as it is a clock DAG then :)
17:33 daniels: heh yeah :)
17:33 daniels: and np
18:59 Rayyan: https://lore.kernel.org/dri-devel/20230118184817.608551-1-rayyan@ansari.sh/T/#u
19:32 DavidHeidelberg[m]: anholt: Hello! You will know: Error: Failed to parse dEQP-VK.draw.dynamic_rendering.linear_interpolation.* as CSV test,status[,duration] or comment at line 49. But if I use ".....*,fail" it seems to not detect that fail
19:32 anholt: you can't glob fails
19:33 anholt: I'd be open to supporting that, though
19:34 DavidHeidelberg[m]: anholt: if I push it into skips until dj-death figure out the issue?
19:34 DavidHeidelberg[m]: would it be acceptable?
19:34 anholt: I'd -1 that. just list the fails.
19:34 anholt: like, unless there are thousands
19:35 DavidHeidelberg[m]: well, with changing of shards these fails/crashes changes
19:35 airlied: I had the same problem revving the cts
19:35 airlied: though that made me fix all the lavapipe fails at least
19:35 airlied: when shards change the results files get left behind
19:36 anholt: one of the things we've been talking about is having nightly full runs and maintainers having some channel giving them updates for those.
19:37 DavidHeidelberg[m]: For now, I'll list everything manually. It's I think third run of marge :(
19:37 anholt: so then hopefully the encoded xfails follow pretty closely and fraction changing ends up separate from xfail management (unless you've got nasty state leaks, hi nouveau).
19:38 airlied: DavidHeidelberg[m]: only 3, seems lucky :-P
19:38 airlied: between 500 and 503 errors I've had to bounce MRs off marge quite a lot the last few days, I just end up baby sitting it now
19:47 DavidHeidelberg[m]: airlied: working on workaround :)
19:53 daniels: DavidHeidelberg[m]: you could also ping lfrb to add fail globs
19:56 DavidHeidelberg[m]: daniels: who is that?
19:57 daniels: DavidHeidelberg[m]: he works for us ;) available on Mattermost
19:57 DavidHeidelberg[m]: robclark: how many a630 are currently online? Seems like pipelines waiting on them (a630+zink-a630).
19:57 DavidHeidelberg[m]: oh, I'll ping him
19:58 anholt: looks like 7 cheza right now
19:59 DavidHeidelberg[m]: anholt: all exclusive for MesaCI or shared with something else?
19:59 anholt: small load from kernel is all
20:00 DavidHeidelberg[m]: ok, we utilizing 13 jobs (12 a630; 1 zink-a630) :(
20:01 robclark: DavidHeidelberg[m]: looks like there are at least two idle at this second
20:02 DavidHeidelberg[m]: yeah, now the MR is finishing
20:03 DavidHeidelberg[m]: a630_gl has 4 shareded jobs per ~ 10 minutes, we could go to 2 shareded ~ 20 minutes
20:04 DavidHeidelberg[m]: edit: probably ~ 15-18 minutes, because we save a few minutes on bringup I guess
20:05 anholt: note that job count isn't the only thing, some of the 630 jobs are really short.
20:06 DavidHeidelberg[m]: I saw some are around ~ 5 minutes, but this could bring a bit saving around power-on
20:08 DavidHeidelberg[m]: maybe just slightly go from 4 sharded jobs to 3 ( it'll run for ~ 13 minutes for sure anyway)
20:09 anholt: if you want to save power-on time, it would be sorting out if we can run the winsys tests in the normal gl run.
20:10 anholt: or merging skqp and piglit (since both trigger on gl and vulkan)
20:10 anholt: skqp+piglit had some blocker last time I tried, I think
20:15 pinchartl: daniels: clocks with two parents ? oh my :-S
20:17 daniels: yep …
20:20 pinchartl: what are they used for ?
21:47 DavidHeidelberg[m]: jekstrand: btw.I got pinged about https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9989 any chance to run the failing test on the nvidia blob and show results?
22:40 DemiMarie: alanc: the ideal approach would be to verify the driver and the hardware’s HDL against a common specification.
23:17 jenatali: Ugh, wanted to run GFXBench on dzn, but I get a "network error" whenever dzn is available as a VK ICD... seems awfully suspicious and not network-like at all
23:18 jenatali: Apparently it's the same error that happens when it's run on WINE, so that's fun
23:19 robclark: I mean, for the android version of gfxbench, I've seem camera bugs break it..
23:20 jenatali: Wow
23:23 robclark: I _think_ it is using the camera to try to detect that it is running on a real device (and the device claimed)?? Just a guess..
23:25 bnieuwenhuizen: IIRC one of these benchmarks (I think it was gfxbench, but might have been 3dmark?) just errors out because the server doesn't like some device info