mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
lib: Remove old dead code intel_batchbuffer_emit_mi_flush()
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
4b34765594
commit
cf4efd1597
@ -232,10 +232,3 @@ intel_copy_bo(struct intel_batchbuffer *batch,
|
|||||||
|
|
||||||
intel_batchbuffer_flush(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);
|
|
||||||
}
|
|
||||||
|
@ -96,9 +96,6 @@ intel_batchbuffer_require_space(struct intel_batchbuffer *batch,
|
|||||||
#define ADVANCE_BATCH() do { \
|
#define ADVANCE_BATCH() do { \
|
||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
void
|
|
||||||
intel_batchbuffer_emit_mi_flush(struct intel_batchbuffer *batch);
|
|
||||||
|
|
||||||
void intel_copy_bo(struct intel_batchbuffer *batch,
|
void intel_copy_bo(struct intel_batchbuffer *batch,
|
||||||
drm_intel_bo *dst_bo, drm_intel_bo *src_bo,
|
drm_intel_bo *dst_bo, drm_intel_bo *src_bo,
|
||||||
int width, int height);
|
int width, int height);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user