summaryrefslogtreecommitdiffstats
path: root/gralloc_drm.c
Commit message (Collapse)AuthorAgeFilesLines
* Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due ↵Charles Johnson2012-07-101-4/+4
| | | | | | | | | | | | | | | | to change in Jelly Bean. Signed-off-by: Charles Johnson <charles.f.johnson@intel.com> modified: gralloc.c modified: gralloc_drm.c modified: gralloc_drm_intel.c modified: gralloc_drm_kms.c modified: gralloc_drm_nouveau.c modified: gralloc_drm_pipe.c modified: gralloc_drm_radeon.c Change-Id: Idd9e533eab366d9f9dc199d961891255a66384a2
* revise gralloc_drm bo interfaceChia-I Wu2011-07-311-45/+70
| | | | Make it more intuitive to use.
* protect against NULL handleChia-I Wu2011-07-301-1/+4
|
* allow FB to be mappedChia-I Wu2011-07-301-2/+5
| | | | This is useful for testing software renderer with FB.
* map a bo only when it is locked for CPU accessChia-I Wu2011-07-291-9/+44
| | | | To match the doc a little better.
* close bo on unregister()Chia-I Wu2011-07-291-16/+28
| | | | | Not sure if a remote process ever destroys a bo. But let register() opens a bo and unregister() closes it.
* 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