panfrost: Don't check if BO is mmaped before calling panfrost_bo_mmap()
authorBoris Brezillon <boris.brezillon@collabora.com>
Sat, 14 Sep 2019 08:26:38 +0000 (10:26 +0200)
committerBoris Brezillon <boris.brezillon@collabora.com>
Wed, 18 Sep 2019 08:34:08 +0000 (10:34 +0200)
commit10ce751726e91164538dff4d380d5568574c6963
treebef7469b931b0cf93549377dd377f9f92c82f49a
parenta06e08def9cce4854c8d524adeb75b9a2cbfa154
panfrost: Don't check if BO is mmaped before calling panfrost_bo_mmap()

panfrost_bo_mmap() already takes care of that.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/pan_resource.c