OSDN Git Service

Use native_handle functions
authorRob Herring <robh@kernel.org>
Wed, 25 Oct 2017 18:41:54 +0000 (13:41 -0500)
committerRob Herring <robh@kernel.org>
Wed, 29 Nov 2017 16:22:22 +0000 (10:22 -0600)
commitc10ef2b61bb5957470f55d15cf98ecaf7a0b4d4a
tree707af013bfa9b5efedaf20698c8941e54489c596
parentd8b95e3ed2f0b38949c9339b6f5c9ffb32ca1089
Use native_handle functions

Use native_handle_{create,delete} functions instead of the C++
alloc/free. This will do the initialization for us instead of open
coding it.

Change-Id: I285292770ca756c1d2c2effa5c73e252526bae0c
Signed-off-by: Rob Herring <robh@kernel.org>
gralloc_gbm.cpp