summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Bump version for releaselibdrm-2.4.71Rob Clark1-1/+1
2016-09-30tests/amdgpu: update vce encRefPic addr mode to tiledLeo Liu1-1/+1
2016-09-28Add drmModeAddFB2WithModifiers() which takes format modifiersKristian H. Kristensen2-4/+24
2016-09-17libdrm: add etnaviv testsThe etnaviv authors12-0/+2832
2016-09-17libdrm: add etnaviv drm supportThe etnaviv authors17-0/+1890
2016-09-08intel: Add new symbols to intel-symbol-checkMichel Dänzer1-0/+2
2016-09-07intel: Export pooled EU and min no. of eus in a pool.Yang Rong3-0/+35
2016-09-05amdgpu: add SI supportRonie Salgado1-7/+11
2016-09-05amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_versionMarek Olšák1-1/+1
2016-09-05amdgpu: sync amdgpu_drm.h with the kernelMarek Olšák1-16/+26
2016-09-05radeon: sync radeon_drm.h with the kernelMarek Olšák2-9/+50
2016-09-02amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flagFlora Cui1-0/+2
2016-09-01modetest: Also print the pixel clockStéphane Marchesin1-2/+3
2016-09-01modetest: add mediatek to module listDaniel Kurtz1-0/+1
2016-08-29modetest: Adding amdgpu to module listsatsahu1-0/+1
2016-08-02list: fix an issue with android build using clangRob Clark1-1/+1
2016-07-24Simplify the RELEASING steps based on current release.sh.Eric Anholt1-20/+6
2016-07-23Bump version for releaselibdrm-2.4.702.4.70Rob Clark1-1/+1
2016-07-23radeon: Fix typo in stderr messageAndreas Boll1-1/+1
2016-07-23man: Fix typoAndreas Boll1-1/+1
2016-07-23automake: Include virtgpu_drm.h in the release tarballAndreas Boll1-1/+2
2016-07-23virtgpu: Update kernel headerAndreas Boll1-51/+58
2016-07-23automake: Don't include Android Makefiles in the release tarballAndreas Boll7-9/+4
2016-07-23radeon: Wire up radeon-symbol-check to make checkAndreas Boll1-0/+1
2016-07-21freedreno: fix warningsRob Clark1-2/+2
2016-07-21freedreno: fix android build breakRob Clark1-2/+2
2016-07-21freedreno: fix distcheck errorsRob Clark1-0/+4
2016-07-20freedreno: move legacy kgsl related READMERob Clark1-0/+10
2016-07-20freedreno/msm: use hashtable to track bo idxRob Clark2-23/+31
2016-07-20freedreno: support growable cmdstream buffersRob Clark5-36/+166
2016-07-20freedreno/msm: split out dump_submit() helperRob Clark1-18/+24
2016-07-20list: add first/last entry macrosRob Clark1-0/+6
2016-07-20freedreno/msm: split out cmd buffer tracking from ringRob Clark1-45/+83
2016-07-20freedreno/msm: drop return from get_cmd()Rob Clark1-20/+16
2016-07-20freedreno/msm: use private bo-cache for ringbuffer bo'sRob Clark3-2/+39
2016-07-20freedreno: fix potential leak at freeRob Clark2-6/+7
2016-07-20freedreno: ocdRob Clark2-7/+5
2016-07-20freedreno: support either coarse or fine-grained bucket sizesRob Clark3-7/+14
2016-07-20freedreno: expose kernel driver versionRob Clark4-2/+12
2016-07-20freedreno: fix potential fd leak in error pathRob Clark1-1/+4
2016-07-20freedreno: add madvise supportRob Clark5-0/+55
2016-07-20freedreno: sync uapiRob Clark1-39/+70
2016-07-20freedreno: move bo-cache to it's own fileRob Clark4-178/+209
2016-07-20freedreno: refactor bo-cache APIRob Clark3-33/+58
2016-07-20freedreno: split out fd_bo_cacheRob Clark3-34/+37
2016-07-20freedreno: add simpler ring-relocRob Clark3-7/+28
2016-07-20freedreno: rework internal ring->emit_reloc_ring()Rob Clark4-18/+23
2016-07-20tests/drmdevice: be move verbose when using open()Emil Velikov1-2/+7
2016-07-20tests/drmdevice: print out the full 'bus' and 'dev' stringsEmil Velikov1-2/+2
2016-07-20drm: fix drmFreeDevices memory leak on multi GPU setupsQiang Yu1-2/+3