OSDN Git Service

minigbm: use drv_array for mappings
authorGurchetan Singh <gurchetansingh@chromium.org>
Fri, 3 Nov 2017 00:32:00 +0000 (17:32 -0700)
committerchrome-bot <chrome-bot@chromium.org>
Tue, 14 Nov 2017 11:22:34 +0000 (03:22 -0800)
commitcfedbcc8d475fca39ac0a0d4bc6e4881937e2875
treea5a242d2038b07d06775a162d971ca08ac58f6f3
parent0b78e0716b1806806ef2babc870cc19f8a485abe
minigbm: use drv_array for mappings

Let's start allowing multiple mappings of the same buffer when
different map flags are passed in.

BUG=chromium:764871
TEST=mmap_test -g on Kevin, gbmtest

Change-Id: I4eb0b6f4c3572a92001696c2720d5a5f7d9d73a4
Reviewed-on: https://chromium-review.googlesource.com/758146
Commit-Ready: Gurchetan Singh <gurchetansingh@chromium.org>
Tested-by: Gurchetan Singh <gurchetansingh@chromium.org>
Reviewed-by: Joe Kniss <djmk@google.com>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
drv.c
drv_priv.h
helpers.c