commit | a86ecd9036df3862f7289378609509e50ef38cb3 | [log] [tgz] |
---|---|---|
author | Tapani Pälli <[email protected]> | Wed Aug 01 16:06:00 2012 +0300 |
committer | Daniel Leung <[email protected]> | Fri Oct 12 08:20:45 2012 -0700 |
tree | d517ead1e2764990299357a86efb8a44d1248a6e | |
parent | 12971f83cab2f56198bb16f00fbbbabfe84226ca [diff] |
gralloc: add refcount to gralloc_drm_bo_t This is an basic enabler for gralloc to let buffers live while they are still in use by gralloc (for example during scanout), otherwise Android may choose to destroy them while they are still needed. This facility will get used with upcoming plane support and direct rendering support. Change-Id: I2f0bc595846a68e8d2feb5138b022d16f207e2b5 Signed-off-by: Tapani Pälli <[email protected]>