[PATCH 5/5] intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps

2013-11-06 Thread Eric Anholt
Ben Widawsky writes: > From: Damien Lespiau > > The command now takes a 48bits address and is thus 1 byte longer. I think you mean "1 dword" Other than that, patches 2-5 are Reviewed-by: Eric Anholt (patch 1, I don't know anything about the set of PCI IDs so I've skipped it). --

[PATCH 5/5] intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps

2013-11-06 Thread Ben Widawsky
From: Damien Lespiau The command now takes a 48bits address and is thus 1 byte longer. Signed-off-by: Damien Lespiau Signed-off-by: Ben Widawsky --- intel/intel_bufmgr_gem.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_b