summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_kms.c
Commit message (Expand)AuthorAgeFilesLines
* Support multiple exteranl dispaly in mirror modeWuZhen2016-06-271-123/+106
* Maintain a list of connector outputsWuZhen2016-06-271-69/+112
* Rename hdmi_output_modeWuZhen2016-06-271-4/+4
* Best fit the external displayMa Jian2016-06-271-5/+54
* avoid issue with devices that don't support blit.WuZhen2016-05-121-0/+5
* Revert "TEMP HACK: make non-standalone surfaceflinger work"WuZhen2016-05-121-1/+0
* support hotplug with vanilla drm ueventWuZhen2016-05-121-60/+134
* support hdmi clone more for intel GEN8+ gpusWuZhen2016-05-121-2/+7
* fix building issues of 64-bit targetsChih-Wei Huang2015-01-201-4/+3
* allow to force graphics modeSomebody2013-07-171-20/+137
* TEMP HACK: make non-standalone surfaceflinger workChih-Wei Huang2013-07-171-0/+1
* gralloc: map HAL format RGBX_8888 to drm format XBGR8888Tapani Pälli2013-05-211-1/+2
* gralloc: provide methods for hwc to change handle of a planeTapani Pälli2013-05-131-2/+25
* gralloc: check possible crtcs of plane against primary outputTapani Pälli2013-05-071-0/+29
* gralloc: plane supportTapani Pälli2013-04-151-1/+150
* gralloc: use proper mode for hdmi outputTapani Pälli2013-03-011-24/+68
* gralloc: change copy api and fix copy function for intelTapani Pälli2013-03-011-2/+8
* gralloc: set supported planes for buffers on allocationTapani Pälli2013-01-211-0/+23
* gralloc: implement yuv offset query as hw specific functionTapani Pälli2013-01-211-34/+9
* gralloc: add NV12 format enum and fb allocation support for itTapani Pälli2012-12-141-0/+12
* gralloc: no cloned mode on platforms with hdmi as primaryTapani Pälli2012-11-071-1/+10
* gralloc: hdmi cloned mode supportTapani Pälli2012-10-241-48/+214
* Revert "gralloc: hdmi cloned mode support"Daniel Leung2012-10-231-210/+48
* gralloc: hdmi cloned mode supportTapani Pälli2012-10-181-48/+210
* gralloc: split resolve_drm_formatTapani Pälli2012-10-121-13/+22
* gralloc: introduce planeresourcesTapani Pälli2012-10-121-0/+39
* gralloc: add refcount to gralloc_drm_bo_tTapani Pälli2012-10-121-2/+2
* gralloc : use drmModeAddFB2Tapani Pälli2012-10-121-6/+59
* Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due t...Charles Johnson2012-07-101-14/+14
* log connector infoChia-I Wu2011-09-081-0/+22
* remove first drm_kms_wait_for_post callChia-I Wu2011-08-291-1/+0
* vmwgfx: assorted fixesChia-I Wu2011-08-241-3/+6
* add more functions to gralloc_drm kms interfaceChia-I Wu2011-07-311-12/+47
* add support for debug.drm.modeChia-I Wu2011-07-301-14/+66
* let drivers decide the fb formatChia-I Wu2011-07-111-9/+2
* initial commitChia-I Wu2011-06-121-0/+499