From e34b5601912ce4b611d429304d5271fcf6f9f457 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Wed, 5 Jan 2005 17:44:43 +0000 Subject: VIA update: Release video futexes when context is destroyed (This was previously done by the X server). Added New Unichrome Pro VIDEO DMA commands to the verifier. Added Quiescent heavyweight lock mode. --- shared-core/via_drv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shared-core/via_drv.c') diff --git a/shared-core/via_drv.c b/shared-core/via_drv.c index 16233380..d3d843da 100644 --- a/shared-core/via_drv.c +++ b/shared-core/via_drv.c @@ -84,6 +84,7 @@ static struct drm_driver driver = { .irq_postinstall = via_driver_irq_postinstall, .irq_uninstall = via_driver_irq_uninstall, .irq_handler = via_driver_irq_handler, + .dma_quiescent = via_driver_dma_quiescent, .reclaim_buffers = drm_core_reclaim_buffers, .get_map_ofs = drm_core_get_map_ofs, .get_reg_ofs = drm_core_get_reg_ofs, -- cgit v1.2.3