summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version for releaselibdrm-2.4.71Rob Clark2016-10-031-1/+1
* tests/amdgpu: update vce encRefPic addr mode to tiledLeo Liu2016-09-301-1/+1
* Add drmModeAddFB2WithModifiers() which takes format modifiersKristian H. Kristensen2016-09-282-4/+24
* libdrm: add etnaviv testsThe etnaviv authors2016-09-1712-0/+2832
* libdrm: add etnaviv drm supportThe etnaviv authors2016-09-1717-0/+1890
* intel: Add new symbols to intel-symbol-checkMichel Dänzer2016-09-081-0/+2
* intel: Export pooled EU and min no. of eus in a pool.Yang Rong2016-09-073-0/+35
* amdgpu: add SI supportRonie Salgado2016-09-051-7/+11
* amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_versionMarek Olšák2016-09-051-1/+1
* amdgpu: sync amdgpu_drm.h with the kernelMarek Olšák2016-09-051-16/+26
* radeon: sync radeon_drm.h with the kernelMarek Olšák2016-09-052-9/+50
* amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flagFlora Cui2016-09-021-0/+2
* modetest: Also print the pixel clockStéphane Marchesin2016-09-011-2/+3
* modetest: add mediatek to module listDaniel Kurtz2016-09-011-0/+1
* modetest: Adding amdgpu to module listsatsahu2016-08-291-0/+1
* list: fix an issue with android build using clangRob Clark2016-08-021-1/+1
* Simplify the RELEASING steps based on current release.sh.Eric Anholt2016-07-241-20/+6
* Bump version for releaselibdrm-2.4.702.4.70Rob Clark2016-07-231-1/+1
* radeon: Fix typo in stderr messageAndreas Boll2016-07-231-1/+1
* man: Fix typoAndreas Boll2016-07-231-1/+1
* automake: Include virtgpu_drm.h in the release tarballAndreas Boll2016-07-231-1/+2
* virtgpu: Update kernel headerAndreas Boll2016-07-231-51/+58
* automake: Don't include Android Makefiles in the release tarballAndreas Boll2016-07-237-9/+4
* radeon: Wire up radeon-symbol-check to make checkAndreas Boll2016-07-231-0/+1
* freedreno: fix warningsRob Clark2016-07-211-2/+2
* freedreno: fix android build breakRob Clark2016-07-211-2/+2
* freedreno: fix distcheck errorsRob Clark2016-07-211-0/+4
* freedreno: move legacy kgsl related READMERob Clark2016-07-201-0/+10
* freedreno/msm: use hashtable to track bo idxRob Clark2016-07-202-23/+31
* freedreno: support growable cmdstream buffersRob Clark2016-07-205-36/+166
* freedreno/msm: split out dump_submit() helperRob Clark2016-07-201-18/+24
* list: add first/last entry macrosRob Clark2016-07-201-0/+6
* freedreno/msm: split out cmd buffer tracking from ringRob Clark2016-07-201-45/+83
* freedreno/msm: drop return from get_cmd()Rob Clark2016-07-201-20/+16
* freedreno/msm: use private bo-cache for ringbuffer bo'sRob Clark2016-07-203-2/+39
* freedreno: fix potential leak at freeRob Clark2016-07-202-6/+7
* freedreno: ocdRob Clark2016-07-202-7/+5
* freedreno: support either coarse or fine-grained bucket sizesRob Clark2016-07-203-7/+14
* freedreno: expose kernel driver versionRob Clark2016-07-204-2/+12
* freedreno: fix potential fd leak in error pathRob Clark2016-07-201-1/+4
* freedreno: add madvise supportRob Clark2016-07-205-0/+55
* freedreno: sync uapiRob Clark2016-07-201-39/+70
* freedreno: move bo-cache to it's own fileRob Clark2016-07-204-178/+209
* freedreno: refactor bo-cache APIRob Clark2016-07-203-33/+58
* freedreno: split out fd_bo_cacheRob Clark2016-07-203-34/+37
* freedreno: add simpler ring-relocRob Clark2016-07-203-7/+28
* freedreno: rework internal ring->emit_reloc_ring()Rob Clark2016-07-204-18/+23
* tests/drmdevice: be move verbose when using open()Emil Velikov2016-07-201-2/+7
* tests/drmdevice: print out the full 'bus' and 'dev' stringsEmil Velikov2016-07-201-2/+2
* drm: fix drmFreeDevices memory leak on multi GPU setupsQiang Yu2016-07-201-2/+3