summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-01amdgpu: force linear surfaces with camera use flagswipNicolai Hähnle1-1/+15
2017-12-01dri: use drm and local defines instead of gbm definesNicolai Hähnle1-20/+19
2017-11-30Proof of concept: amdgpu backend based on dri_interfaceNicolai Hähnle4-360/+381
2017-11-30helpers: silence an uninitialized variable warningNicolai Hähnle1-1/+1
2017-11-28Tiled to linear and removal of addrlib dependencySatyajit Sahu2-218/+250
2017-11-17Add a missing include for asserts.Tomasz Mikolajewski1-0/+1
2017-11-16minigbm: add GBM_BO_USE_SW_{READ,WRITE}_{OFTEN,RARELY} usage flagsShirish S2-1/+19
2017-11-16Revert "minigbm: Revert "minigbm: flush buffer instead of unmapping""Gurchetan Singh2-2/+2
2017-11-16minigbm: use drv_array for combinations and kms_itemsGurchetan Singh6-113/+69
2017-11-16minigbm: make drv_add_combinations return nothingGurchetan Singh17-154/+73
2017-11-16minigbm: plumb buffer access regionGurchetan Singh9-29/+89
2017-11-16minigbm: use struct vma for (*bo_map)/(*bo_unmap) callbacksGurchetan Singh10-48/+48
2017-11-14minigbm: use drv_array for mappingsGurchetan Singh3-40/+56
2017-11-11minigbm: amdgpu: add supported formats for cameraRicky Liang1-0/+16
2017-11-09minigbm: introduce drv_arrayGurchetan Singh3-1/+119
2017-11-08minigbm: refactor and rename mapping structGurchetan Singh14-104/+118
2017-11-08minigbm: fix map time assertionsGurchetan Singh1-2/+2
2017-11-08minigbm: re-const-ify driver backendsGurchetan Singh17-33/+33
2017-11-01minigbm: amdgpu: Add ABGR8888 to supported render target formatsAlec Thilenius1-2/+3
2017-10-31minigbm: remove cirrus driverGurchetan Singh3-38/+4
2017-10-27minigbm: amdgpu: Add RGB565 to supported render target formatsAlec Thilenius1-2/+2
2017-10-26minigbm/i915: Implement bo_create_with_modifiersKristian H. Kristensen3-8/+64
2017-10-26minigbm: Use more descriptive modifier namesKristian H. Kristensen5-10/+10
2017-10-24minigbm: amdgpu: make AMDGPU_GEM_CREATE_CPU_ACCESS_REQUIRED defaultShirish S1-8/+1
2017-10-20minigbm: Link amdgpuaddr for DRV_AMDGPU.Justin TerAvest1-0/+4
2017-10-19minigbm: i915: add XR30 and XB30 formats.Daniele Castagna1-2/+3
2017-10-19minigbm: i915: Allow protected allocationsTomasz Figa4-6/+15
2017-10-18minigbm: i915: call DRM_IOCTL_I915_GEM_SET_DOMAIN when invalidatingGurchetan Singh1-12/+25
2017-10-17minigbm: add buffer invalidation functionGurchetan Singh4-1/+18
2017-10-14minigbm: amdgpu: make bo's created with SCANOUT flag mmapableShirish S1-3/+3
2017-10-13minigbm: respect map_flags in all casesGurchetan Singh5-5/+7
2017-10-10minigbm: move gralloctest to this repoGurchetan Singh2-0/+733
2017-10-09minigbm: add validation during importGurchetan Singh1-7/+30
2017-10-06Revert "minigbm: align multi-planar formats to 16"Daniel Charles1-6/+0
2017-10-05minigbm: Revert "minigbm: flush buffer instead of unmapping"Gurchetan Singh2-4/+7
2017-10-02minigbm: pass in map flags to (*bo_map) callbackGurchetan Singh10-23/+35
2017-10-02minigbm: standardize naming of map flagsGurchetan Singh8-26/+39
2017-10-02minigbm: amdgpu: Add formats R8, GR88Deepak Sharma1-1/+2
2017-10-02minigbm: standardize naming of buffer creation flagsGurchetan Singh21-189/+192
2017-09-29minigbm: pass in buffer creation flags of the right sizeGurchetan Singh12-14/+14
2017-09-29minigbm: remove buffer sizes when importingGurchetan Singh7-28/+19
2017-09-28minigbm: clang-format and various nitsGurchetan Singh3-7/+2
2017-09-27minigbm: i915: use I915_MMAP_WC in certain casesGurchetan Singh1-0/+3
2017-09-27minigbm: flush buffer instead of unmappingGurchetan Singh2-7/+4
2017-09-27minigbm: add (*bo_flush) implementationsGurchetan Singh4-8/+38
2017-09-27minigbm: add drv_bo_flushGurchetan Singh3-5/+19
2017-09-27minigbm: unmap right before buffer destructionGurchetan Singh3-12/+32
2017-09-26minigbm: add a default (*bo_unmap) implementationGurchetan Singh15-4/+19
2017-09-26minigbm: rockchip: Add support for buffers required by new camera subsystemJeffy Chen1-0/+13
2017-09-22minigbm: Store usage in driver data flagsSatyajit Sahu1-1/+1