summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_radeon.c
Commit message (Expand)AuthorAgeFilesLines
* Maintain a list of connector outputsWuZhen2016-06-271-2/+2
* Correct the casting type for radeon drm callsPaulo Sergio Travaglia2015-07-261-2/+2
* all: Cleanup duplicated macros.Emil Velikov2015-01-221-2/+0
* radeon: fix tiling config for family older than 06xxpstglia2014-05-191-4/+9
* gralloc: cleanup, use ALIGN macroTapani Pälli2013-05-031-1/+0
* gralloc_drm: fix building errors with latest mesaChih-Wei Huang2013-04-111-2/+2
* Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due t...Charles Johnson2012-07-101-10/+10
* add support for YUV formatsChia-I Wu2011-10-271-6/+7
* fix build errorsChia-I Wu2011-08-291-1/+1
* radeon: use a table to detect chip familyChia-I Wu2011-08-101-19/+21
* add support for debug.drm.modeChia-I Wu2011-07-301-1/+9
* radeon: zero the newly allocated boChia-I Wu2011-07-181-0/+13
* radeon: refactor bo allocationChia-I Wu2011-07-181-50/+58
* radeon: verbose debug messages on errorsChia-I Wu2011-07-181-6/+16
* radeon: enable tilingChia-I Wu2011-07-181-10/+19
* radeon: detect chip familyChia-I Wu2011-07-151-115/+247
* let drivers decide the fb formatChia-I Wu2011-07-111-0/+1
* initial commitChia-I Wu2011-06-121-0/+366