summaryrefslogtreecommitdiff
path: root/lib/intel_batchbuffer.c
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-07-18 14:49:46 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2013-07-18 15:48:55 +0100
commitcf4efd15977d5849fbe091e7992bf94e80129c19 (patch)
tree22e26db868bef192bc6e232410227490b9bd355f /lib/intel_batchbuffer.c
parent4b3476559436ca26d54b30dd90fc999adc304728 (diff)
lib: Remove old dead code intel_batchbuffer_emit_mi_flush()
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'lib/intel_batchbuffer.c')
-rw-r--r--lib/intel_batchbuffer.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c
index 724e23d9..c6c8153c 100644
--- a/lib/intel_batchbuffer.c
+++ b/lib/intel_batchbuffer.c
@@ -232,10 +232,3 @@ intel_copy_bo(struct intel_batchbuffer *batch,
intel_batchbuffer_flush(batch);
}
-
-void
-intel_batchbuffer_emit_mi_flush(struct intel_batchbuffer *batch)
-{
- intel_batchbuffer_require_space(batch, 4);
- intel_batchbuffer_emit_dword(batch, MI_FLUSH);
-}