summaryrefslogtreecommitdiff
path: root/lib/gpu_fill.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gpu_fill.h')
-rw-r--r--lib/gpu_fill.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/gpu_fill.h b/lib/gpu_fill.h
index 067d4987..5335fe3f 100644
--- a/lib/gpu_fill.h
+++ b/lib/gpu_fill.h
@@ -89,6 +89,10 @@ gen7_emit_gpgpu_walk(struct intel_batchbuffer *batch,
unsigned width, unsigned height);
uint32_t
+gen8_spin_curbe_buffer_data(struct intel_batchbuffer *batch,
+ uint32_t iters);
+
+uint32_t
gen8_fill_surface_state(struct intel_batchbuffer *batch,
struct igt_buf *buf,
uint32_t format,
@@ -110,11 +114,20 @@ void
gen8_emit_vfe_state_gpgpu(struct intel_batchbuffer *batch);
void
+gen8_emit_vfe_state_spin(struct intel_batchbuffer *batch);
+
+void
gen8_emit_gpgpu_walk(struct intel_batchbuffer *batch,
unsigned x, unsigned y,
unsigned width, unsigned height);
void
+gen8_emit_media_objects_spin(struct intel_batchbuffer *batch);
+
+void
+gen8lp_emit_media_objects_spin(struct intel_batchbuffer *batch);
+
+void
gen9_emit_state_base_address(struct intel_batchbuffer *batch);
#endif /* GPU_FILL_H */