summaryrefslogtreecommitdiff
path: root/shared-core/via_drv.h
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.h
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.h')
-rw-r--r--shared-core/via_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/via_drv.h b/shared-core/via_drv.h
index 48a93f78..c07747b2 100644
--- a/shared-core/via_drv.h
+++ b/shared-core/via_drv.h
@@ -85,6 +85,7 @@ extern int via_dma_cleanup(drm_device_t * dev);
extern void via_init_command_verifier(void);
extern int via_verify_command_stream(const uint32_t * buf, unsigned int size, drm_device_t *dev);
extern int via_wait_idle(drm_via_private_t * dev_priv);
+extern int via_driver_dma_quiescent(drm_device_t * dev);
#endif