summaryrefslogtreecommitdiffstats
path: root/gralloc_drm.c
Commit message (Expand)AuthorAgeFilesLines
* gralloc_drm: show the unsupported error if drv is nullChih-Wei Huang2016-07-111-2/+2
* drm_gralloc: fix random crash with wildpointerMark Yao2016-07-061-1/+10
* gralloc_drm: use pipe as a fallback instead of defaultMauro Rossi2016-05-021-7/+6
* Add gralloc_drm_get_prime_fd functionRob Herring2016-03-171-0/+7
* WIP: always use gralloc_drm_get_pid()Rob Clark2015-10-061-1/+1
* gralloc_drm: make GRALLOC_USAGE_SW_READ_OFTEN be a valid usageChih-Wei Huang2015-04-301-2/+3
* Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86Chih-Wei Huang2015-04-191-8/+22
|\
| * gralloc_drm: bail out early when we find the driverEmil Velikov2015-01-221-11/+16
| * freedreno: completely untested initial supportRob Clark2015-01-161-0/+4
| * gralloc_drm: improve logChih-Wei Huang2015-01-011-7/+12
* | fix building issues of 64-bit targetsChih-Wei Huang2015-01-201-4/+4
|/
* Fix refcounting of mapped bo'sAndy Ross2013-06-121-0/+1
* Merge "gralloc_drm_bo_lock: add special usage for GRALLOC_USAGE_HW_TEXTURE"Andrew P Boie2013-02-041-1/+6
|\
| * gralloc_drm_bo_lock: add special usage for GRALLOC_USAGE_HW_TEXTUREAdrian Marius Negreanu2013-01-181-1/+6
* | gralloc: set supported planes for buffers on allocationTapani Pälli2013-01-211-0/+3
* | gralloc: implement yuv offset query as hw specific functionTapani Pälli2013-01-211-0/+16
* | gralloc: new function to query the gem handle of buffer_handle_tTapani Pälli2013-01-151-0/+6
|/
* gralloc: add refcount to gralloc_drm_bo_tTapani Pälli2012-10-121-2/+19
* Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due t...Charles Johnson2012-07-101-4/+4
* revise gralloc_drm bo interfaceChia-I Wu2011-07-311-45/+70
* protect against NULL handleChia-I Wu2011-07-301-1/+4
* allow FB to be mappedChia-I Wu2011-07-301-2/+5
* map a bo only when it is locked for CPU accessChia-I Wu2011-07-291-9/+44
* close bo on unregister()Chia-I Wu2011-07-291-16/+28
* improve bo validation a little bitChia-I Wu2011-07-181-1/+4
* add (untested) pipe supportChia-I Wu2011-06-131-4/+4
* add nouveau supportChia-I Wu2011-06-131-0/+4
* initial commitChia-I Wu2011-06-121-0/+304