summaryrefslogtreecommitdiff
path: root/gralloc.c
AgeCommit message (Expand)Author
2015-11-18Make it build inside MarshmallowBernhard Rosenkränzer
2015-08-31WIP: synchronize gralloc entry pointsRob Clark
2015-08-31WIP: more debug loggingRob Clark
2013-05-13gralloc: provide methods for hwc to change handle of a planeTapani Pälli
2013-04-15gralloc: plane supportTapani Pälli
2013-02-18move drm_module_t to a hal private headerTapani Pälli
2012-10-12gralloc: add refcount to gralloc_drm_bo_tTapani Pälli
2012-07-10Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due t...Charles Johnson
2011-09-08remove an unnecessary includeChia-I Wu
2011-07-31revise gralloc_drm bo interfaceChia-I Wu
2011-07-30make sure the driver is initialized before registeringChia-I Wu
2011-07-29map a bo only when it is locked for CPU accessChia-I Wu
2011-07-29close bo on unregister()Chia-I Wu
2011-06-12initial commitChia-I Wu