sna: Tighten assertion for tiling blt fallbacks
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
be6d218c68
commit
b6fc46d63c
|
|
@ -1084,8 +1084,7 @@ bool sna_tiling_blt_copy_boxes(struct sna *sna, uint8_t alu,
|
|||
int16_t dx = this.extents.x1;
|
||||
int16_t dy = this.extents.y1;
|
||||
|
||||
assert(bo->pitch <= 8192);
|
||||
assert(bo->tiling != I915_TILING_Y);
|
||||
assert(kgem_bo_can_blt(&sna->kgem, bo));
|
||||
|
||||
if (!sna_blt_copy_boxes(sna, GXcopy,
|
||||
src_bo, src_dx, src_dy,
|
||||
|
|
|
|||
Loading…
Reference in New Issue