summaryrefslogtreecommitdiff
path: root/drv_priv.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-16minigbm: use drv_array for combinations and kms_itemsGurchetan Singh1-7/+1
2017-11-16minigbm: use struct vma for (*bo_map)/(*bo_unmap) callbacksGurchetan Singh1-2/+2
2017-11-14minigbm: use drv_array for mappingsGurchetan Singh1-1/+1
2017-11-08minigbm: refactor and rename mapping structGurchetan Singh1-4/+4
2017-11-08minigbm: re-const-ify driver backendsGurchetan Singh1-1/+1
2017-10-19minigbm: i915: Allow protected allocationsTomasz Figa1-6/+6
2017-10-17minigbm: add buffer invalidation functionGurchetan Singh1-0/+1
2017-10-02minigbm: pass in map flags to (*bo_map) callbackGurchetan Singh1-1/+1
2017-10-02minigbm: standardize naming of buffer creation flagsGurchetan Singh1-5/+5
2017-09-29minigbm: pass in buffer creation flags of the right sizeGurchetan Singh1-1/+1
2017-09-27minigbm: add drv_bo_flushGurchetan Singh1-0/+1
2017-09-21Avoid freeing then accessing driver backend format and usage combinationsEge Mihmanli1-10/+10
2017-08-05minigbm: add the BO_USE_RENDERSCRIPT flag back inGurchetan Singh1-4/+5
2017-08-05minigbm: store BO_USE_* flags in buffer objectGurchetan Singh1-0/+1
2017-07-11Plumb buffer map permissions through gbm.Joe Kniss1-1/+1
2017-07-10minigbm: Resolve format based on BO usage flagsTomasz Figa1-1/+1
2017-05-23minigbm: remove BO_USE_RENDERING from certain formatsGurchetan Singh1-0/+11
2017-03-31minigbm: add clang-format and presubmit hooksGurchetan Singh1-12/+7
2017-03-18minigbm: deal with ArcCodec use case by exposing struct map_infoGurchetan Singh1-8/+0
2017-03-16minigbm: rework flag APIGurchetan Singh1-6/+18
2017-01-13minigbm: add bo import callbackGurchetan Singh1-1/+2
2016-12-21rockchip: Add support for AFBC buffersKristian H. Kristensen1-0/+5
2016-12-20minigbm: tegra: add blocklinear detiling logicGurchetan Singh1-0/+2
2016-12-17minigbm: Remove (c) from copyright notice.Daniele Castagna1-1/+1
2016-12-01minigbm: rename mutexGurchetan Singh1-1/+1
2016-12-01minigbm: Fix cursor and scanout flagsGurchetan Singh1-5/+13
2016-11-28minigbm: Switch to <drm_fourcc.h>Gurchetan Singh1-3/+3
2016-10-17minigbm: i915: enable required Android buffersGurchetan Singh1-1/+1
2016-10-17minigbm: Implemented cros_grallocGurchetan Singh1-0/+1
2016-10-13minigbm: More sophisticated gbm_bo_map/gbm_bo_unmapGurchetan Singh1-2/+9
2016-09-02minigbm: Map and unmap correct sizeGurchetan Singh1-0/+1
2016-08-22minigbm: Added gralloc API to internal APIGurchetan Singh1-0/+1
2016-08-17minigbm: Add mmap() in backendsGurchetan Singh1-0/+2
2016-08-17minigbm: Add userspace reference countingGurchetan Singh1-0/+2
2016-08-12minigbm: Refactored minigbm on top a private APIGurchetan Singh1-0/+53