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>
This commit is contained in:
Xiang, Haihao
2013-12-02 12:36:15 +08:00
parent 641267dd73
commit bd384c2ba3
5 changed files with 758 additions and 0 deletions
+2
View File
@@ -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 \