summaryrefslogtreecommitdiff
path: root/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2015-08-05amdgpu: fix valgrind warningsMarek Olšák2-2/+2
2015-08-05amdgpu: use alloca and malloc in critical codepaths (v2)Marek Olšák2-12/+23
2015-08-05amdgpu: allow exporting KMS handles with render nodesMarek Olšák1-3/+5
2015-08-05amdgpu: add zero timeout check in amdgpu_cs_query_fence_statusJack Xiao1-0/+5
2015-08-05amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák2-8/+4
2015-08-05amdgpu: remove amdgpu_ib helpersMarek Olšák2-158/+0
2015-08-05amdgpu: remove amdgpu_ibMarek Olšák3-70/+22
2015-08-05amdgpu: don't use amdgpu_cs_create_ib for allocation of the fence BOMarek Olšák2-9/+28
2015-08-05amdgpu: get rid of IB pool management v3Jammy Zhou3-455/+14
2015-08-05amdgpu: add ce_ram_size for interface queryKen Wang2-0/+3
2015-08-05amdgpu: add vram_type and vram_bit_width for interface queryKen Wang2-0/+6
2015-08-05amdgpu: add max_memory_clock for interface queryKen Wang2-0/+3
2015-08-05amdgpu: stop checking flag masksChristian König1-2/+2
2015-08-05amdgpu: make vamgr globalKen Wang4-19/+50
2015-08-05amdgpu: add IB sharing support v2Jammy Zhou2-1/+14
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