summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_freedreno.c
Commit message (Collapse)AuthorAgeFilesLines
* Maintain a list of connector outputsWuZhen2016-06-271-2/+2
| | | | | | Refactor code to support multiple mirrored outputs following code. Change-Id: I60781d707ae68db2dbd2c4c4122b9183633a74be
* all: Cleanup duplicated macros.Emil Velikov2015-01-221-3/+0
| | | | | | | - Move MAX macro to gralloc_drm.h - Drop the freedreno's duplicated ALIGN macro. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* freedreno: completely untested initial supportRob Clark2015-01-161-0/+209
v2: [Emil Velikov] - drmGetVersion returns the kernel module name. - Add it to the build :) - freedreno_map returns void * while gralloc::map expects int. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>