mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 20:40:12 +01:00
Make via compile.
Chase the lock to it's new location.
This commit is contained in:
parent
33fa02f2d8
commit
55a9941977
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ static void via_fence_poll(struct drm_device *dev, uint32_t class,
|
|||
if (signaled_flush_types) {
|
||||
waiting_types &= ~signaled_flush_types;
|
||||
if (!waiting_types && dev_priv->have_idlelock) {
|
||||
drm_idlelock_release(&dev->lock);
|
||||
drm_idlelock_release(&dev->primary->master->lock);
|
||||
dev_priv->have_idlelock = 0;
|
||||
}
|
||||
drm_fence_handler(dev, 0, dev_priv->emit_0_sequence,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue