mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-15 18:32:55 +00:00
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>
This commit is contained in:
@@ -193,6 +193,6 @@ intel_blt_copy(struct intel_batchbuffer *batch,
|
||||
int width, int height, int bpp);
|
||||
void intel_copy_bo(struct intel_batchbuffer *batch,
|
||||
drm_intel_bo *dst_bo, drm_intel_bo *src_bo,
|
||||
int width, int height);
|
||||
long int size);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user