[Intel-gfx] [PATCH] intel: Fix GTT entry setup for aub dump

2015-01-13 Thread Zhenyu Wang
On recent emulator GTT entry setup for aub dump needs mem type as GTT_ENTRY instead of NONLOCAL. NONLOCAL would write data in main memory space which is wrong with new memory layout. GTT_ENTRY write would setup GTT memory pool and other required internal buffers. With this I can run aub dump on lat

[Intel-gfx] [PATCH] intel: Fix GTT entry setup for aub dump on recent fulsim

2014-12-28 Thread Zhenyu Wang
On recent fulsim GTT entry setup for aub dump seems to need mem type as GTT_ENTRY instead of NONLOCAL. NONLOCAL would write data in main memory space which seems wrong on recent fulsim. GTT_ENTRY write would setup GTT memory pool and other required internal buffers. With this I can run aub dump on