lib: switch intel_copy_bo to directly take a size
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 13 Mar 2014 02:35:02 +0000 (03:35 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 13 Mar 2014 17:07:22 +0000 (18:07 +0100)
commiteaccd444f774ff88f9cfc24fb0a5e5b20f71d749
treee31fe06cde23fdec8b31b043d1d615b572a9a31c
parent32d41cc7a7fc357758a60f019341805ae1ee418d
lib: switch intel_copy_bo to directly take a size

Instead of a width/height combination. Since I've been lazy with the
math this now only accepts page-aligned copy operations, but that's
all we need really.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/intel_batchbuffer.c
lib/intel_batchbuffer.h
tests/gem_concurrent_blit.c
tests/gem_pread_after_blit.c
tests/gem_ring_sync_copy.c
tests/gem_seqno_wrap.c
tests/gem_tiled_blits.c
tests/gem_tiled_fence_blits.c
tests/prime_nv_test.c