Skip to content

platforms/drm: Properly clean up the shadow framebuffer object

Vlad Zahorodnii requested to merge work/cleanup-shadow-framebuffer into master

In case hardware transforms can be used again, the shadow framebuffer must be destroyed; otherwise rendered results will be distorted due to a mismatch between the dimensions of the shadow framebuffer and the mode size.

Merge request reports