summaryrefslogtreecommitdiff
path: root/gbm.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Revert "minigbm: Revert "minigbm: flush buffer instead of unmapping""Gurchetan Singh1-1/+1
2017-11-16minigbm: plumb buffer access regionGurchetan Singh1-2/+12
2017-11-08minigbm: refactor and rename mapping structGurchetan Singh1-1/+1
2017-10-05minigbm: Revert "minigbm: flush buffer instead of unmapping"Gurchetan Singh1-1/+1
2017-10-02minigbm: standardize naming of map flagsGurchetan Singh1-4/+5
2017-10-02minigbm: standardize naming of buffer creation flagsGurchetan Singh1-8/+8
2017-09-29minigbm: remove buffer sizes when importingGurchetan Singh1-4/+0
2017-09-27minigbm: flush buffer instead of unmappingGurchetan Singh1-1/+1
2017-09-22minigbm: Store usage in driver data flagsSatyajit Sahu1-1/+1
2017-07-11Plumb buffer map permissions through gbm.Joe Kniss1-1/+4
2017-03-31minigbm: add clang-format and presubmit hooksGurchetan Singh1-88/+46
2017-03-18minigbm: deal with ArcCodec use case by exposing struct map_infoGurchetan Singh1-1/+2
2017-03-16minigbm: rework flag APIGurchetan Singh1-2/+1
2016-12-21rockchip: Add support for AFBC buffersKristian H. Kristensen1-0/+26
2016-12-17minigbm: Remove (c) from copyright notice.Daniele Castagna1-1/+1
2016-12-01minigbm: Fix cursor and scanout flagsGurchetan Singh1-1/+2
2016-11-28minigbm: Switch to <drm_fourcc.h>Gurchetan Singh1-7/+4
2016-11-19minigbm: Fix incorrect plane import sizeGurchetan Singh1-4/+16
2016-10-21minigbm: add new GBM_BO_IMPORT_FD_PLANARKristian H. Kristensen1-18/+34
2016-10-13minigbm: More sophisticated gbm_bo_map/gbm_bo_unmapGurchetan Singh1-9/+2
2016-10-09Revert "Add new GBM_BO_IMPORT_FD_PLANAR"Mike Frysinger1-26/+16
2016-10-07Add new GBM_BO_IMPORT_FD_PLANARKristian H. Kristensen1-16/+26
2016-10-06minigbm: quick and dirty implementation of gbm_bo_map/gbm_bo_unmapGurchetan Singh1-0/+26
2016-08-25minigbm: Added support for multiplane importGurchetan Singh1-2/+11
2016-08-12minigbm: Refactored minigbm on top a private APIGurchetan Singh1-164/+45
2016-05-29minigbm: add format modifiers per planeVince Hsu1-0/+13
2016-05-10remove enum gbm_bo_formatZach Reizner1-5/+0
2016-04-13minigbm: ensure drm_prime_handle struct is correctly initializedVincent Palatin1-0/+1
2016-03-24Relax the restriction and permit read/write access on dma-bufTiago Vignatti1-1/+5
2016-03-12minigbm: Fill sizes[0] in gbm_bo_importStéphane Marchesin1-2/+3
2016-03-11minigbm: Add virtio_gpu driver.Vincent Palatin1-0/+2
2016-02-25check usage flags against device's supported formats in gbm_bo_createZach Reizner1-1/+1
2016-01-23Support multi-plane buffers.Yuly Novikov1-18/+70
2016-01-22minigbm: Add evdi minigbm driver.Bartosz Bielecki1-0/+2
2015-12-03minigbm: Add marvell minigbm driver.Daniel Blum1-0/+6
2015-11-13Implement gbm_bo_importStéphane Marchesin1-7/+58
2015-11-09Misc style/indent fixesStéphane Marchesin1-25/+12
2015-03-25minigbm: Add mediatek drm to minigbmJB Tsai1-0/+6
2015-01-12tegra: Support tiled buffersLauri Peltonen1-0/+6
2015-01-09fix incorrect error detection in gbm_bo_get_fdZach Reizner1-2/+2
2014-11-12Fixed O_CLOEXEC and missing semicolon.Dominik Behr1-3/+4
2014-11-06Implement gbm_bo_get_fdStéphane Marchesin1-1/+9
2014-09-13Import minigbmStéphane Marchesin1-0/+281