summaryrefslogtreecommitdiff
path: root/amdgpu.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-01amdgpu: force linear surfaces with camera use flagswipNicolai Hähnle1-1/+15
2017-11-30Proof of concept: amdgpu backend based on dri_interfaceNicolai Hähnle1-359/+17
2017-11-28Tiled to linear and removal of addrlib dependencySatyajit Sahu1-217/+249
2017-11-16minigbm: make drv_add_combinations return nothingGurchetan Singh1-22/+11
2017-11-16minigbm: use struct vma for (*bo_map)/(*bo_unmap) callbacksGurchetan Singh1-2/+2
2017-11-11minigbm: amdgpu: add supported formats for cameraRicky Liang1-0/+16
2017-11-08minigbm: refactor and rename mapping structGurchetan Singh1-2/+2
2017-11-08minigbm: re-const-ify driver backendsGurchetan Singh1-1/+1
2017-11-01minigbm: amdgpu: Add ABGR8888 to supported render target formatsAlec Thilenius1-2/+3
2017-10-27minigbm: amdgpu: Add RGB565 to supported render target formatsAlec Thilenius1-2/+2
2017-10-26minigbm: Use more descriptive modifier namesKristian H. Kristensen1-2/+2
2017-10-24minigbm: amdgpu: make AMDGPU_GEM_CREATE_CPU_ACCESS_REQUIRED defaultShirish S1-8/+1
2017-10-14minigbm: amdgpu: make bo's created with SCANOUT flag mmapableShirish S1-3/+3
2017-10-02minigbm: pass in map flags to (*bo_map) callbackGurchetan Singh1-2/+4
2017-10-02minigbm: amdgpu: Add formats R8, GR88Deepak Sharma1-1/+2
2017-10-02minigbm: standardize naming of buffer creation flagsGurchetan Singh1-16/+17
2017-09-29minigbm: pass in buffer creation flags of the right sizeGurchetan Singh1-3/+3
2017-09-26minigbm: add a default (*bo_unmap) implementationGurchetan Singh1-0/+1
2017-07-11Plumb buffer map permissions through gbm.Joe Kniss1-3/+2
2017-07-10minigbm: Resolve format based on BO usage flagsTomasz Figa1-1/+1
2017-06-05minigbm: amdgpu: enable handling of NV12 & NV21 formatShirish S1-18/+47
2017-05-23minigbm: remove BO_USE_RENDERING from certain formatsGurchetan Singh1-11/+11
2017-03-31minigbm: add clang-format and presubmit hooksGurchetan Singh1-95/+64
2017-03-30minigbm: work with strides, not widthsGurchetan Singh1-1/+3
2017-03-16minigbm: rework flag APIGurchetan Singh1-15/+65
2017-01-19amdgpu: Send correct flags to AMDGPU_GEM_CREATEAkshu Agrawal1-1/+8
2017-01-13minigbm: add bo import callbackGurchetan Singh1-0/+1
2017-01-11minigbm: amdgpu: Add mmap implementation for amdgpuPratik Vishwakarma1-0/+21
2016-12-20minigbm: consolidate flagsGurchetan Singh1-5/+10
2016-12-17minigbm: Remove (c) from copyright notice.Daniele Castagna1-1/+1
2016-12-07minigbm: rename DRV_BO_USE_* to BO_USE_*Gurchetan Singh1-7/+7
2016-12-01minigbm: Fix cursor and scanout flagsGurchetan Singh1-11/+11
2016-11-28minigbm: Switch to <drm_fourcc.h>Gurchetan Singh1-5/+5
2016-10-01minigbm: Add AMDGPU minigbm driverAkshu Agrawal1-0/+359