summaryrefslogtreecommitdiffstats
path: root/gralloc.c
Commit message (Expand)AuthorAgeFilesLines
* WIP: synchronize gralloc entry pointsRob Clark2016-03-171-15/+55
* gralloc: provide methods for hwc to change handle of a planeTapani Pälli2013-05-131-0/+1
* gralloc: plane supportTapani Pälli2013-04-151-0/+3
* move drm_module_t to a hal private headerTapani Pälli2013-02-181-7/+1
* gralloc: add refcount to gralloc_drm_bo_tTapani Pälli2012-10-121-4/+2
* Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due t...Charles Johnson2012-07-101-2/+2
* remove an unnecessary includeChia-I Wu2011-09-081-1/+0
* revise gralloc_drm bo interfaceChia-I Wu2011-07-311-25/+6
* make sure the driver is initialized before registeringChia-I Wu2011-07-301-0/+10
* map a bo only when it is locked for CPU accessChia-I Wu2011-07-291-2/+2
* close bo on unregister()Chia-I Wu2011-07-291-2/+13
* initial commitChia-I Wu2011-06-121-0/+364