Skip to content

backends/drm: Pass DrmGpu to page flip handler through user data

Vlad Zahorodnii requested to merge work/zzag/backend-drm-gpu-user-data into master

The page flip handler can be simpler if it gets the gpu through user data. It also removes a usage of the Application singleton.

Merge request reports