freenode

← digests

Desktop and graphics: panel bridges, GNOME RFCs, KDE Photos

Desktop & Graphics2026-09-17

Kernel graphics patches and desktop project governance proposals dominated the day, with DRM panel API unification and community process discussions leading activity. Image viewer replacements and buffer management changes also drew sustained technical feedback.

DRM panels gain embedded bridges

An RFC series on dri-devel proposes embedding a drm_bridge into every drm_panel to unify the panel API, accompanied by module moves and driver cleanups. Version 2 drew multi-participant review, while a follow-on v3 series continues the work by deprecating panel_bridge helpers across many drivers. Graphics stack maintainers should watch the series because it reshapes how panels integrate with the broader DRM bridge model.

GNOME considers a formal RFC process

GNOME Discourse hosts an active proposal to adopt a formal RFC process covering governance and technical decisions. Fourteen participants iterated on the idea across dozens of messages. The outcome would affect how major design and policy changes are documented and accepted in the project.

KDE weighs Photos as Gwenview successor

A KDE Discourse thread proposes replacing the long-standing Gwenview image viewer with a new Photos application (also discussed under the Koko name). Twenty-seven participants supplied feature and naming feedback. Desktop users and packagers have a direct stake in whether the established viewer is retired in favor of the newer codebase.

dma-buf system_heap 2MB chunks

A three-patch series adds 2MB order support to the dma-buf system_heap to enable IOMMU superpages. Christian König raised design and overhead objections during review on dri-devel. The change matters for drivers and userspace that rely on large contiguous buffers and IOMMU efficiency.

amdgpu integer-overflow fix backported

A targeted patch backports the CVE-2023-53707 integer-overflow fix in amdgpu_cs_pass1 to the 5.10 and 5.15 stable kernels. The single-message submission on dri-devel addresses a security issue in command submission paths. Stable-kernel users and distributions shipping those LTS lines need the correction.

Blender Material Lighting Nodes feedback

Developers on Blender DevTalk are giving detailed feedback on experimental Material Lighting Nodes, including Light Info and Shadow Raycast nodes aimed at Blender 5.3. The high-volume thread involves twenty-seven participants. Artists and renderer developers tracking the next major release will want the design settled before it lands.

VFIO PCI DMABUF mmap support

Version 6 of a nine-patch series adds mmap() support for VFIO PCI DMABUFs together with revocation handling. Five participants discussed the work on dri-devel. The feature is relevant to virtualization and device passthrough stacks that expose DMA buffers to userspace.