Skip to content

backends/drm: store the crts a legacy commit happens on in the commit object

Xaver Hugl requested to merge work/zamundaaa/drm-crash into master

The crtc in the drm pipeline may change between a pageflip being requested and the pageflip event happening. If it does change, it could change to a nullptr, in which case KWin would then crash.

This should fix https://crash-reports.kde.org/organizations/kde/issues/4603

Merge request reports