Skip to content

drm_kms: Implement linux-dmabuf_v1 version 4

Ben Widawsky requested to merge dmabuf-feedback into main

The primary purpose of this version of the protocol is to support dmabuf_feedback: https://wayland.app/protocols/linux-dmabuf-unstable-v1#zwp_linux_dmabuf_feedback_v1. Smithay handles a majority of the grunt work. Currently the Smithay utility select_dmabuf_feedback is used to determine when and what feedback to send to clients. For this, Sudbury is responsible for building two DmabufFeedback structures, one for typical rendering, and one for direct scanout.

In the future, optimizations can be made to the number of tranches, and when feedback is sent.

Merge request reports