sna: Remove mark-as-cpu after gem_pread

The kernel no longer moves the read bo into the CPU domain, so remove
the last vestiges of that tracking.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-06-15 13:47:33 +01:00
parent bfd88d5429
commit 9f66b27114
1 changed files with 0 additions and 2 deletions

View File

@ -4147,8 +4147,6 @@ void kgem_buffer_read_sync(struct kgem *kgem, struct kgem_bo *_bo)
bo->base.handle, (char *)bo->mem+offset,
offset, length))
return;
kgem_bo_map__cpu(kgem, &bo->base);
}
kgem_bo_retire(kgem, &bo->base);
}