OSDN Git Service

minigbm: Add minimal buffer allocation support for msm
authorRajesh Yadav <ryadav@codeaurora.org>
Mon, 22 Jan 2018 12:59:06 +0000 (18:29 +0530)
committerchrome-bot <chrome-bot@chromium.org>
Sat, 3 Feb 2018 21:23:04 +0000 (13:23 -0800)
commit7f79cb53e1b38e8284f365a22c5dc9223f6ad847
tree897ab0cf244913823947ad5c0e3d777ccddbbb06
parentb92e4f87bb2259062cf7edade6e7163486738243
minigbm: Add minimal buffer allocation support for msm

Add minimal buffer allocation support using dumb_bo
for early enablement till the minigbm backend
implementation is avaialble for msm drv using
gem ioctls.

See CL:898422 for getting the DRV_MSM define in.

BUG=chromium:795946, b:72483556
TEST=Boot and see some graphics

Change-Id: Ieeb05923d756a3e4581a38cf6ce5cf406e2d197b
Reviewed-on: https://chromium-review.googlesource.com/897729
Commit-Ready: Douglas Anderson <dianders@chromium.org>
Tested-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
Android.mk
drv.c
msm.c [new file with mode: 0644]