diff options
| author | Xiang, Haihao <haihao.xiang@intel.com> | 2013-12-02 12:36:15 +0800 |
|---|---|---|
| committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-12-06 15:11:05 +0800 |
| commit | bd384c2ba38d8fccb8ce1b47b51d78cd64636b50 (patch) | |
| tree | ecbf49d55c2a93f1d51291d0236755b754ab8b20 /lib/Makefile.sources | |
| parent | 641267dd735e0ab9a5b8d083b4e1a2392b41ae07 (diff) | |
tests/gem_media_fill: add support for gen8
v2: Fixed the source register used for the send with EOT
Fixed the posted destination operand for the send with EOT
v3: Workaround: Insert MEDIA_STATE_FLUSH after MEDIA_OBJECT.
Fixed the cache agent used in media_block_write message
Set Instruction Buffer size Modify Enable to 1, otherwise it may result in GPU hang
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'lib/Makefile.sources')
| -rw-r--r-- | lib/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources index cad238ab..95ccb2f6 100644 --- a/lib/Makefile.sources +++ b/lib/Makefile.sources @@ -21,6 +21,8 @@ libintel_tools_la_SOURCES = \ intel_reg.h \ media_fill.c \ media_fill.h \ + media_fill_gen8.c \ + gen8_media.h \ rendercopy_i915.c \ rendercopy_i830.c \ gen6_render.h \ |
