mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
drm/radeon: Wake up userland after page flip
For instance, this caused issues in KDE, such as stuttered animations (with desktop effects enabled).
This commit is contained in:
parent
f79c35617c
commit
b0d83b17d6
1 changed files with 1 additions and 3 deletions
|
|
@ -336,9 +336,7 @@ void radeon_crtc_handle_flip(struct radeon_device *rdev, int crtc_id)
|
|||
e->event.tv_sec = now.tv_sec;
|
||||
e->event.tv_usec = now.tv_usec;
|
||||
list_add_tail(&e->base.link, &e->base.file_priv->event_list);
|
||||
#ifdef DUMBBELL_WIP
|
||||
wake_up_interruptible(&e->base.file_priv->event_wait);
|
||||
#endif /* DUMBBELL_WIP */
|
||||
drm_event_wakeup(&e->base);
|
||||
}
|
||||
DRM_SPINUNLOCK_IRQRESTORE(&rdev->ddev->event_lock, flags);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue