[Intel-gfx] [PATCH Inte-gpu-tools 1/5] Assembler/bdw: Remove the unsupported cache agent for WRITE(...)

2014-01-27 Thread yakui . zhao
From: Zhao Yakui The Sampler/Constant cache is read-only. And it can't be used as the target cache agent of WRITE message. Signed-off-by: Zhao Yakui --- assembler/gram.y | 4 1 file changed, 4 deletions(-) diff --git a/assembler/gram.y b/assembler/gram.y index ad4cb29..589a0fe 100644 ---

[Intel-gfx] [LIBDRM][PATCH_V2] Sync the parameter of i915_getparma with the kernel

2012-11-21 Thread yakui . zhao
From: Zhao Yakui This is to sync with the commit 6b8294a4d392c2c9f8867e8505511f3fc9419ba7 of Daniel's drm-intel-next branch. Signed-off-by: Zhao Yakui --- include/drm/i915_drm.h | 35 ++- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/include/dr