summaryrefslogtreecommitdiff
path: root/src/radeon_accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_accel.c')
-rw-r--r--src/radeon_accel.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/radeon_accel.c b/src/radeon_accel.c
index 79052a15..02905dd1 100644
--- a/src/radeon_accel.c
+++ b/src/radeon_accel.c
@@ -658,18 +658,6 @@ int RADEONCPStop(ScrnInfoPtr pScrn, RADEONInfoPtr info)
#define RADEON_IB_RESERVE (16 * sizeof(uint32_t))
-void radeon_cs_flush_indirect(ScrnInfoPtr pScrn)
-{
-#ifdef XF86DRM_MODE
- RADEONInfoPtr info = RADEONPTR(pScrn);
-
- if (!info->cs->cdw)
- return;
- radeon_cs_emit(info->cs);
- radeon_cs_erase(info->cs);
-#endif
-}
-
/* Get an indirect buffer for the CP 2D acceleration commands */
drmBufPtr RADEONCPGetBuffer(ScrnInfoPtr pScrn)
{