summaryrefslogtreecommitdiff
path: root/lib/media_fill.h
diff options
context:
space:
mode:
authorDominik Zeromski <dominik.zeromski@intel.com>2015-07-17 11:25:43 +0200
committerThomas Wood <thomas.wood@intel.com>2015-07-20 18:13:37 +0100
commited816d560ce5a1d80a005a452ee0e4295ac1698f (patch)
treebd5930ade869d3425d12ce5a3fc810a257994820 /lib/media_fill.h
parent3c294a8fa3a3692bab5abe579375edf96ee3b081 (diff)
lib: Move gpgpu_fill code to separate file
The gpgpu fill utility functions are used in separate test so it's logical to keep them in separate file. This is similar to what media spin test did in the past. Functionally only gpgpu kernel changed. Send instruction payload size was reduced. Since offset is incremented by 0x10 bytes there is no point in using larger writes. Cc: Thomas Wood <thomas.wood@intel.com> Signed-off-by: Dominik Zeromski <dominik.zeromski@intel.com> [Thomas: Fix typo of gpgpu_fill.h in Makefile.sources] Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/media_fill.h')
-rw-r--r--lib/media_fill.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/media_fill.h b/lib/media_fill.h
index 2a300550..226489cb 100644
--- a/lib/media_fill.h
+++ b/lib/media_fill.h
@@ -32,11 +32,4 @@ gen9_media_fillfunc(struct intel_batchbuffer *batch,
unsigned width, unsigned height,
uint8_t color);
-void
-gen7_gpgpu_fillfunc(struct intel_batchbuffer *batch,
- struct igt_buf *dst,
- unsigned x, unsigned y,
- unsigned width, unsigned height,
- uint8_t color);
-
#endif /* RENDE_MEDIA_FILL_H */