mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-02-04 02:30:26 +01:00
Acutally emit the IRQ (duh) when setting the fence post.
This commit is contained in:
parent
9c5b9d458b
commit
bb3da88601
1 changed files with 3 additions and 1 deletions
|
|
@ -87,7 +87,9 @@ int xgi_fence_emit_sequence(struct drm_device * dev, uint32_t class,
|
|||
info->next_sequence = 1;
|
||||
}
|
||||
DRM_SPINUNLOCK(&info->fence_lock);
|
||||
|
||||
|
||||
|
||||
xgi_emit_irq(info);
|
||||
|
||||
*sequence = (uint32_t) info->next_sequence;
|
||||
*native_type = DRM_FENCE_TYPE_EXE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue