Skip to content

Draft: kms/impl-device/simple: Add framebuffer damage clips support

The commit af0460d0 ("kms: Allow passing framebuffer damage metadata") added support for the atomic KMS, but for legacy KMS still isn't reported.

Let's do the same for legacy KMS which uses a DRM_IOCTL_MODE_DIRTYFB ioctl instead of the FB_DAMAGE_CLIPS plane blob property used by the atomic API.

Merge request reports