summaryrefslogtreecommitdiff
path: root/gralloc_drm_kms.c
AgeCommit message (Expand)Author
2015-05-30drm_gralloc: Remove kms functionalitySean Paul
2015-05-30drm_gralloc: Remove NV12 formatSean Paul
2015-01-20fix building issues of 64-bit targetsChih-Wei Huang
2013-07-17allow to force graphics modeSomebody
2013-07-17TEMP HACK: make non-standalone surfaceflinger workChih-Wei Huang
2013-05-21gralloc: map HAL format RGBX_8888 to drm format XBGR8888Tapani Pälli
2013-05-13gralloc: provide methods for hwc to change handle of a planeTapani Pälli
2013-05-07gralloc: check possible crtcs of plane against primary outputTapani Pälli
2013-04-15gralloc: plane supportTapani Pälli
2013-03-01gralloc: use proper mode for hdmi outputTapani Pälli
2013-03-01gralloc: change copy api and fix copy function for intelTapani Pälli
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
2012-12-14gralloc: add NV12 format enum and fb allocation support for itTapani Pälli
2012-11-07gralloc: no cloned mode on platforms with hdmi as primaryTapani Pälli
2012-10-24gralloc: hdmi cloned mode supportTapani Pälli
2012-10-23Revert "gralloc: hdmi cloned mode support"Daniel Leung
2012-10-18gralloc: hdmi cloned mode supportTapani Pälli
2012-10-12gralloc: split resolve_drm_formatTapani Pälli
2012-10-12gralloc: introduce planeresourcesTapani Pälli
2012-10-12gralloc: add refcount to gralloc_drm_bo_tTapani Pälli
2012-10-12gralloc : use drmModeAddFB2Tapani Pälli
2012-07-10Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due t...Charles Johnson
2011-09-08log connector infoChia-I Wu
2011-08-29remove first drm_kms_wait_for_post callChia-I Wu
2011-08-24vmwgfx: assorted fixesChia-I Wu
2011-07-31add more functions to gralloc_drm kms interfaceChia-I Wu
2011-07-30add support for debug.drm.modeChia-I Wu
2011-07-11let drivers decide the fb formatChia-I Wu
2011-06-12initial commitChia-I Wu