kms/surface: Clear feedback on resume
This commit is contained in:
parent
2eff4607bd
commit
85d8b8dc06
1 changed files with 1 additions and 0 deletions
|
|
@ -440,6 +440,7 @@ impl Surface {
|
||||||
) {
|
) {
|
||||||
self.primary_plane_formats = primary_plane_formats;
|
self.primary_plane_formats = primary_plane_formats;
|
||||||
self.overlay_plane_formats = overlay_plane_formats;
|
self.overlay_plane_formats = overlay_plane_formats;
|
||||||
|
self.feedback.clear();
|
||||||
self.active.store(true, Ordering::SeqCst);
|
self.active.store(true, Ordering::SeqCst);
|
||||||
|
|
||||||
let _ = self
|
let _ = self
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue