On Thu, Feb 06, 2014 at 02:54:27PM -0200, Rodrigo Vivi wrote: > Update XY_COLOR_BLT command for Broadwell. > > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> > --- > tests/gem_gtt_hog.c | 19 +++++++++++++++---- > 1 file changed, 15 insertions(+), 4 deletions(-) > > diff --git a/tests/gem_gtt_hog.c b/tests/gem_gtt_hog.c > index 53cd7eb..d97658e 100644 > --- a/tests/gem_gtt_hog.c > +++ b/tests/gem_gtt_hog.c > @@ -57,17 +57,26 @@ static void busy(int fd, uint32_t handle, int size, int loops) > struct drm_i915_gem_execbuffer2 execbuf; > struct drm_i915_gem_pwrite gem_pwrite; > struct drm_i915_gem_create create; > - uint32_t buf[122], *b; > + uint32_t buf[122], buf_bdw[170], *b; Just allocate the one buffer large enough to take both and tweak the length use to pwrite/exec. -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx