summaryrefslogtreecommitdiff
path: root/shared-core/via_drv.c
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2005-01-05 17:44:43 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2005-01-05 17:44:43 +0000
commite34b5601912ce4b611d429304d5271fcf6f9f457 (patch)
tree5835a51eb1d597af63de599a6f0846a85be3d7b0 /shared-core/via_drv.c
parent094f02c568fb2096a93b30adf291f82e0b87bbce (diff)
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.
Diffstat (limited to 'shared-core/via_drv.c')
-rw-r--r--shared-core/via_drv.c1
1 files changed, 1 insertions, 0 deletions
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,