summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_freedreno.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>