Acutally emit the IRQ (duh) when setting the fence post.

This commit is contained in:
Ian Romanick 2007-08-31 10:48:13 -07:00
parent 9c5b9d458b
commit bb3da88601

View file

@ -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;