summaryrefslogtreecommitdiff
path: root/exynos.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-16minigbm: make drv_add_combinations return nothingGurchetan Singh1-10/+5
2017-11-08minigbm: re-const-ify driver backendsGurchetan Singh1-1/+1
2017-10-02minigbm: standardize naming of buffer creation flagsGurchetan Singh1-1/+1
2017-09-29minigbm: pass in buffer creation flags of the right sizeGurchetan Singh1-1/+1
2017-09-26minigbm: add a default (*bo_unmap) implementationGurchetan Singh1-0/+1
2017-05-23minigbm: remove BO_USE_RENDERING from certain formatsGurchetan Singh1-3/+15
2017-03-31minigbm: fix long lines missed by clang-formatGurchetan Singh1-2/+1
2017-03-31minigbm: add clang-format and presubmit hooksGurchetan Singh1-16/+13
2017-03-16minigbm: rework flag APIGurchetan Singh1-12/+4
2017-01-13minigbm: add bo import callbackGurchetan Singh1-0/+1
2016-12-20minigbm: consolidate flagsGurchetan Singh1-6/+10
2016-12-17minigbm: Remove (c) from copyright notice.Daniele Castagna1-1/+1
2016-12-07minigbm: rename DRV_BO_USE_* to BO_USE_*Gurchetan Singh1-5/+5
2016-12-01minigbm: Fix cursor and scanout flagsGurchetan Singh1-8/+16
2016-11-28minigbm: Switch to <drm_fourcc.h>Gurchetan Singh1-7/+7
2016-09-02minigbm: Map and unmap correct sizeGurchetan Singh1-1/+2
2016-08-25minigbm: Add YV12 for i915Gurchetan Singh1-1/+1
2016-08-17minigbm: Remove drv prefix from static backend functionsGurchetan Singh1-4/+3
2016-08-17minigbm: Add mmap() in backendsGurchetan Singh1-0/+5
2016-08-12minigbm: Refactored minigbm on top a private APIGurchetan Singh1-19/+19
2016-05-10remove enum gbm_bo_formatZach Reizner1-2/+1
2016-05-07exynos: fix leak on error path of gbm_exynos_bo_createZach Reizner1-2/+18
2016-05-06minigbm: remove GBM_BO_USE_WRITE from the drivers.Dongseong Hwang1-5/+5
2016-02-29minigbm: constify and staticify functions/structsStéphane Marchesin1-2/+3
2016-02-27add GBM_BO_USE_LINEAR flag for bo creationZach Reizner1-0/+2
2016-01-23Support multi-plane buffers.Yuly Novikov1-16/+44
2015-11-09Misc style/indent fixesStéphane Marchesin1-1/+2
2015-04-10minigbm: add spew on IOCTL failures.Ilja H. Friedel1-1/+5
2014-09-26Populate the stride field when creating gbm_bosDaniel Nicoara1-0/+1
2014-09-13Import minigbmStéphane Marchesin1-0/+47