summaryrefslogtreecommitdiff
path: root/tegra.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-16minigbm: make drv_add_combinations return nothingGurchetan Singh1-9/+4
2017-11-16minigbm: use struct vma for (*bo_map)/(*bo_unmap) callbacksGurchetan Singh1-9/+9
2017-11-08minigbm: refactor and rename mapping structGurchetan Singh1-12/+12
2017-11-08minigbm: re-const-ify driver backendsGurchetan Singh1-1/+1
2017-10-26minigbm: Use more descriptive modifier namesKristian H. Kristensen1-1/+1
2017-10-13minigbm: respect map_flags in all casesGurchetan Singh1-3/+1
2017-10-02minigbm: pass in map flags to (*bo_map) callbackGurchetan Singh1-5/+6
2017-10-02minigbm: standardize naming of buffer creation flagsGurchetan Singh1-8/+9
2017-09-29minigbm: pass in buffer creation flags of the right sizeGurchetan Singh1-1/+1
2017-09-28minigbm: clang-format and various nitsGurchetan Singh1-2/+1
2017-09-27minigbm: add (*bo_flush) implementationsGurchetan Singh1-3/+12
2017-09-15minigbm: move tegra_bo_import to be above tegra_bo_map, and run clang-formatGurchetan Singh1-35/+35
2017-07-11Plumb buffer map permissions through gbm.Joe Kniss1-9/+21
2017-06-29Add tegra_bo_import to query tile format.Joe Kniss1-2/+37
2017-05-23minigbm: remove BO_USE_RENDERING from certain formatsGurchetan Singh1-6/+6
2017-05-20minigbm: fix typo in PRESUBMIT.cfgGurchetan Singh1-3/+1
2017-03-31minigbm: add clang-format and presubmit hooksGurchetan Singh1-58/+42
2017-03-16minigbm: rework flag APIGurchetan Singh1-14/+43
2017-01-13minigbm: add bo import callbackGurchetan Singh1-0/+1
2016-12-20minigbm: tegra: add blocklinear detiling logicGurchetan Singh1-2/+111
2016-12-17minigbm: Remove (c) from copyright notice.Daniele Castagna1-1/+1
2016-12-16minigbm: tegra: align linear buffers to 64-byte boundariesGurchetan Singh1-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-13/+19
2016-11-28minigbm: Switch to <drm_fourcc.h>Gurchetan Singh1-5/+5
2016-10-17minigbm: Fix the flag situationGurchetan Singh1-12/+6
2016-10-13minigbm: More sophisticated gbm_bo_map/gbm_bo_unmapGurchetan Singh1-1/+3
2016-09-02minigbm: Map and unmap correct sizeGurchetan Singh1-2/+2
2016-08-25minigbm: Add YV12 for i915Gurchetan Singh1-2/+2
2016-08-22minigbm: Added gralloc API to internal APIGurchetan Singh1-4/+14
2016-08-17minigbm: Remove drv prefix from static backend functionsGurchetan Singh1-5/+5
2016-08-17minigbm: Add mmap() in backendsGurchetan Singh1-0/+21
2016-08-12minigbm: Refactored minigbm on top a private APIGurchetan Singh1-18/+18
2016-07-21minigm: add kind C32_2CRA and set it as defaultVince Hsu1-1/+2
2016-05-29minigbm: tegra: assign format modifier for block linear surfaceVince Hsu1-11/+2
2016-05-06minigbm: remove GBM_BO_USE_WRITE from the drivers.Dongseong Hwang1-2/+2
2016-02-29minigbm: constify and staticify functions/structsStéphane Marchesin1-1/+1
2016-02-27add GBM_BO_USE_LINEAR flag for bo creationZach Reizner1-2/+2
2016-01-23Support multi-plane buffers.Yuly Novikov1-14/+11
2015-11-09Misc style/indent fixesStéphane Marchesin1-6/+8
2015-04-10minigbm: add spew on IOCTL failures.Ilja H. Friedel1-1/+5
2015-01-12tegra: Support tiled buffersLauri Peltonen1-5/+120
2014-09-26Populate the stride field when creating gbm_bosDaniel Nicoara1-0/+1
2014-09-13Import minigbmStéphane Marchesin1-0/+47