summaryrefslogtreecommitdiff
path: root/gralloc_drm.c
AgeCommit message (Expand)Author
2015-09-04Revert "WIP: dup returned fd"Rob Clark
2015-09-04fixup! WIP: more debug loggingRob Clark
2015-09-04WIP: hook drm debug traces up to android log stuffRob Clark
2015-09-01WIP: dup returned fdRob Clark
2015-08-31WIP: always use gralloc_drm_get_pid()Rob Clark
2015-08-31WIP: more debug loggingRob Clark
2015-07-14freedreno: add prime_fd support to bo handlesVarad Gautam
2015-04-30gralloc_drm: make GRALLOC_USAGE_SW_READ_OFTEN be a valid usageChih-Wei Huang
2015-04-19Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86Chih-Wei Huang
2015-01-22gralloc_drm: bail out early when we find the driverEmil Velikov
2015-01-20fix building issues of 64-bit targetsChih-Wei Huang
2015-01-16freedreno: completely untested initial supportRob Clark
2015-01-01gralloc_drm: improve logChih-Wei Huang
2013-06-12Fix refcounting of mapped bo'sAndy Ross
2013-02-04Merge "gralloc_drm_bo_lock: add special usage for GRALLOC_USAGE_HW_TEXTURE"Andrew P Boie
2013-01-21gralloc: set supported planes for buffers on allocationTapani Pälli
2013-01-21gralloc: implement yuv offset query as hw specific functionTapani Pälli
2013-01-18gralloc_drm_bo_lock: add special usage for GRALLOC_USAGE_HW_TEXTUREAdrian Marius Negreanu
2013-01-15gralloc: new function to query the gem handle of buffer_handle_tTapani 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-07-31revise gralloc_drm bo interfaceChia-I Wu
2011-07-30protect against NULL handleChia-I Wu
2011-07-30allow FB to be mappedChia-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-07-18improve bo validation a little bitChia-I Wu
2011-06-13add (untested) pipe supportChia-I Wu
2011-06-13add nouveau supportChia-I Wu
2011-06-12initial commitChia-I Wu