summaryrefslogtreecommitdiff
path: root/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2015-08-05amdgpu: add helper for VM mapping v2Christian König1-62/+44
2015-08-05amdgpu: remove bo_vas hash table v2Christian König3-15/+0
2015-08-05amdgpu: add amdgpu_bo_list_update interface v2Jammy Zhou2-0/+54
2015-08-05amdgpu: replace alloca with calloc v2Jammy Zhou1-3/+8
2015-08-05amdgpu: remove unused AMDGPU_IB_RESOURCE_PRIORITYJammy Zhou1-11/+0
2015-08-05amdgpu: fix the number of IB size enumsJammy Zhou1-6/+6
2015-08-05amdgpu: fix a valgrind warningMarek Olšák1-1/+1
2015-08-05amdgpu: implement amdgpu_cs_query_reset_stateMarek Olšák2-22/+24
2015-08-05amdgpu: fix vamgr_free_va logicmonk.liu1-0/+3
2015-08-05amdgpu: fix code alignmentmonk.liu1-118/+118
2015-08-05amdgpu: validate the upper limit of virtual address v2Jammy Zhou3-1/+29
2015-08-05amdgpu: reuse the kernel IB flags v2Jammy Zhou2-9/+1
2015-08-05amdgpu: add ctx_id for wait_csJammy Zhou1-2/+4
2015-08-05amdgpu: fix round down/up page size errorJack Xiao1-2/+3
2015-08-05amdgpu: fix 32-on-64 support (v2)Jammy Zhou1-1/+1
2015-08-05amdgpu: remove active_rb_pipes from amdgpu_gpu_infoJammy Zhou2-3/+0
2015-08-05amdgpu: fix segfault when resources are NULLmonk.liu1-1/+2
2015-08-05amdgpu: compare the primary device names insteadChristian König1-18/+27
2015-08-05amdgpu: add public bo list interface v3Christian König4-94/+107
2015-08-05amdgpu: cleanup public interface v2Christian König3-85/+56
2015-08-05amdgpu: do not call BO_LIST ioctl when no resource referredmonk.liu1-0/+9
2015-08-05amdgpu: fix an error of bo_list handlermonk.liu1-2/+4
2015-08-05amdgpu: add missing mutex lock/unlock pairmonk.liu1-0/+2
2015-08-05amdgpu: support non-page-aligned userptrmonk.liu2-1/+14
2015-08-05drm: add libdrm_amdgpu (v7)Alex Deucher13-0/+4643