summaryrefslogtreecommitdiff
path: root/drv.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-16minigbm: use drv_array for combinations and kms_itemsGurchetan Singh1-11/+6
2017-11-16minigbm: plumb buffer access regionGurchetan Singh1-14/+34
2017-11-16minigbm: use struct vma for (*bo_map)/(*bo_unmap) callbacksGurchetan Singh1-2/+2
2017-11-14minigbm: use drv_array for mappingsGurchetan Singh1-29/+36
2017-11-08minigbm: refactor and rename mapping structGurchetan Singh1-31/+38
2017-11-08minigbm: fix map time assertionsGurchetan Singh1-2/+2
2017-11-08minigbm: re-const-ify driver backendsGurchetan Singh1-17/+17
2017-10-31minigbm: remove cirrus driverGurchetan Singh1-2/+1
2017-10-19minigbm: i915: Allow protected allocationsTomasz Figa1-0/+3
2017-10-17minigbm: add buffer invalidation functionGurchetan Singh1-0/+13
2017-10-13minigbm: respect map_flags in all casesGurchetan Singh1-0/+3
2017-10-09minigbm: add validation during importGurchetan Singh1-7/+30
2017-10-02minigbm: pass in map flags to (*bo_map) callbackGurchetan Singh1-3/+1
2017-10-02minigbm: standardize naming of map flagsGurchetan Singh1-3/+3
2017-10-02minigbm: standardize naming of buffer creation flagsGurchetan Singh1-11/+11
2017-09-29minigbm: remove buffer sizes when importingGurchetan Singh1-18/+0
2017-09-27minigbm: add drv_bo_flushGurchetan Singh1-4/+15
2017-09-27minigbm: unmap right before buffer destructionGurchetan Singh1-12/+2
2017-09-26minigbm: add a default (*bo_unmap) implementationGurchetan Singh1-4/+1
2017-09-21Avoid freeing then accessing driver backend format and usage combinationsEge Mihmanli1-9/+9
2017-09-19minigbm: calculate plane size by offset of next plane or lseekDaniel Hung-yu Wu1-2/+11
2017-08-10minigbm: Make sure no mappings remain when closing a GEM handleTomasz Figa1-2/+14
2017-08-05minigbm: store BO_USE_* flags in buffer objectGurchetan Singh1-4/+6
2017-08-04Added radeon backend for minigbmgiri1-0/+6
2017-07-11Plumb buffer map permissions through gbm.Joe Kniss1-1/+4
2017-07-10minigbm: Resolve format based on BO usage flagsTomasz Figa1-2/+2
2017-06-05minigbm: amdgpu: enable handling of NV12 & NV21 formatShirish S1-0/+1
2017-03-31minigbm: add clang-format and presubmit hooksGurchetan Singh1-40/+25
2017-03-30minigbm: work with strides, not widthsGurchetan Singh1-6/+0
2017-03-30minigbm: add bytes per pixel functionGurchetan Singh1-33/+6
2017-03-29minigbm: fix stride logicGurchetan Singh1-2/+2
2017-03-20minigbm: add DRM_FORMAT_YVU420_ANDROIDGurchetan Singh1-1/+11
2017-03-18minigbm: deal with ArcCodec use case by exposing struct map_infoGurchetan Singh1-4/+4
2017-03-16minigbm: rework flag APIGurchetan Singh1-16/+23
2017-02-14minigbm: add map_info to proper tableGurchetan Singh1-1/+1
2017-02-08minigbm: Add VC4 backendNiklas Schulze1-0/+6
2017-01-13minigbm: add bo import callbackGurchetan Singh1-27/+6
2016-12-21rockchip: Add support for AFBC buffersKristian H. Kristensen1-0/+39
2016-12-20minigbm: tegra: add blocklinear detiling logicGurchetan Singh1-1/+4
2016-12-17minigbm: Remove (c) from copyright notice.Daniele Castagna1-1/+1
2016-12-17minigbm: Add dumb buffer 'nouveau' backend.Daniele Castagna1-0/+2
2016-12-07minigbm: rename DRV_BO_USE_* to BO_USE_*Gurchetan Singh1-1/+1
2016-12-01minigbm: rename mutexGurchetan Singh1-16/+16
2016-12-01minigbm: Fix cursor and scanout flagsGurchetan Singh1-11/+20
2016-11-28minigbm: Sort case statements alphabetically.Gurchetan Singh1-38/+38
2016-11-28minigbm: Switch to <drm_fourcc.h>Gurchetan Singh1-60/+60
2016-11-19minigbm: Fix incorrect plane import sizeGurchetan Singh1-5/+85
2016-10-21minigbm: add new GBM_BO_IMPORT_FD_PLANARKristian H. Kristensen1-0/+1
2016-10-18minigbm: add vgem backendGurchetan Singh1-0/+2
2016-10-17minigbm: Implemented cros_grallocGurchetan Singh1-0/+46