commit | eaccd444f774ff88f9cfc24fb0a5e5b20f71d749 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Mar 13 03:35:02 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Mar 13 18:07:22 2014 +0100 |
tree | e31fe06cde23fdec8b31b043d1d615b572a9a31c | |
parent | 32d41cc7a7fc357758a60f019341805ae1ee418d [diff] |
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>