08:06 biju: I see patch [1] in linux-next, drm-fixes and linux-7.0-rc3. But it is not in drm-misc-next, when the patch applied in drm-fixes merged to drm-misc-next?
08:07 biju: [1] https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/fb797a70108f3fda83fde6dea30bee4be7d5df8b
08:24 wens: biju: you can ask drm-misc maintainers to merge drm-misc-fixes into drm-misc-next
08:32 linkmauve: Lyude, what is the status of your Rust KMS abstractions? I’ve asked the Asahi people and they aren’t making use of it yet. I’d like to start working on a DRM driver for a display controller at some point, and basing it on top of your existing work seems like the better idea.
08:33 linkmauve: I might end up rebasing https://lore.kernel.org/dri-devel/20240930233257.1189730-1-lyude@redhat.com/ on top of latest rust-next, if you don’t have anything more recent.
08:34 biju: wens: Thank you. My changes are part of the tag drm-misc-fixes-2026-03-05. Will request drm-misc maintainers to merge drm-misc-fixes into drm-misc-next.
11:26 llyyr: are there any plans to support deferred memory allocations from swapchain_maintenance1 in mesa?
12:56 tzimmermann: bbrezillon, hi. could you please do another review of the gem-shmem page-tracking patches. i've added the aditional validation that you asked for. https://lore.kernel.org/dri-devel/20260227114509.165572-1-tzimmermann@suse.de/
13:09 bbrezillon: tzimmermann: looks good to me
13:09 bbrezillon: I didn't reply because all patches had my R-b already
13:12 tzimmermann: bbrezillon, indeed. somehow i was under the impression that patch 5 didn't. but now that i look at it... well, in that case, thanks a lot for reviewing. i'll merge the changes soon
13:48 glehmann: mareko: after https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40323 I want to do shader linking for signed zero preserve, do you think that nir_opt_varyings is the right place for that?
13:49 glehmann: so when the next stage's load_input has no_signed_zero set, set no_signed_zero on the store_output