freenode

← digests

Emacs 31 triage and DRM color pipeline work

Desktop & Graphics2026-08-02

Emacs maintainers spent the day triaging release-blocking bugs for 31.1 while DRM developers advanced color conversion and buffer I/O patches. GNOME and KDE contributors separately floated process and UI proposals.

Emacs 31 release blockers under triage

Emacs maintainers on emacs-devel listed and triaged bugs that block the 31.1 release. A security mitigation for a vc-hooks vulnerability is also under discussion. The work determines what lands before the next major Emacs version ships to users and packagers.

YUV colorop for amdgpu and VKMS

A v5 patchset proposes a fixed-matrix YUV-to-RGB colorop for the amdgpu and VKMS DRM pipelines. It closes a gap for YCbCr framebuffers under the new color pipeline API. Drivers that adopt the API gain native handling of common video formats without userspace workarounds.

Emacs keybinding design discussion

Developers on emacs-devel continued a design thread on conditional and dynamic keymap bindings plus metafunction merging for key lookup. The goal is to keep help and discoverability useful as bindings grow more context-sensitive. Changes here affect how packages and users document and override keys.

dmabuf read/write via io_uring

A v5 patchset adds dmabuf registration to io_uring registered buffers so NVMe devices can perform direct I/O. The work targets zero-copy paths between graphics buffers and storage. It matters for media and compute pipelines that already rely on dmabuf.

GNOME RFC process proposal

GNOME contributors discussed a draft RFC process meant to document decisions and gather stakeholder input on project changes. The proposal aims to make large or contentious shifts more transparent. Adoption would alter how future GNOME design and infrastructure work is recorded.

Rocket NPU DVFS constraint on RK3588

An RFC for the rocket accelerator driver reports a hardware power-domain and clock constraint found while adding devfreq support on the RK3588. Early numbers accompany the write-up. The finding shapes how DVFS can be exposed for that NPU without violating silicon limits.

Dolphin tabs in KDE Task Manager

KDE users proposed exposing Dolphin tabs inside Task Manager previews. Implementation faces Wayland rendering limits and the process-per-window model. The idea would improve window switching for file-manager heavy workflows if the hurdles can be cleared.

Exynos 7870 DSIM bridge fixes

A v3 patchset fixes a regression in the Exynos 7870 DSIM bridge driver and switches PLL wait to an interrupt-driven method. The changes stabilize display bring-up on that SoC. Board support and panel drivers that depend on the bridge benefit directly.