Skip to content

Draft: backends/drm: add support for FB_DAMAGE_CLIPS

Xaver Hugl requested to merge work/zamundaaa/fb_clips into master

Passing the damage on the current framebuffer allows the kernel to optimize how the buffer is copied. This can help with performance in the case of displays connected over the network or usb, and with power draw when panel self refresh 2 is used

Merge request reports