summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c
AgeCommit message (Expand)AuthorLines
2017-06-19drm/amdgpu: Optimize mutex usage (v4)Alex Xie-12/+28
2017-06-19drm/amdgpu: Optimization of AMDGPU_BO_LIST_OP_CREATE (v2)Alex Xie-23/+30
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko-8/+8
2017-04-06drm/amdgpu: Avoid using signed integer to store pointer valueAlex Xie-1/+1
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox-2/+2
2016-11-11drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)Mario Kleiner-1/+1
2016-07-07drm/amd/amdgpu : adding new tracepoints to track memory information.David Mao-0/+3
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson-1/+1
2016-05-11drm/amd: cleanup remaining spaces and tabs v2Christian König-3/+3
2016-03-08drm/amdgpu: move get_user_pages out of amdgpu_ttm_tt_pin_userptr v6Christian König-0/+1
2016-03-08drm/amdgpu: group userptr in the BO list v2Christian König-9/+15
2016-02-26drm/amdgpu: fix error handling in amdgpu_bo_list_setChristian König-0/+3
2016-02-10drm/amdgpu: check userptrs mm earlierChristian König-3/+13
2016-02-10drm/amdgpu: keep the prefered/allowed domains in the BOChristian König-11/+4
2016-02-10drm/amdgpu: cleanup bo list bucket handlingChristian König-1/+35
2015-06-29drm/amdgpu: add amdgpu_bo_list_set trace pointChristian König-0/+3
2015-06-03drm/amdgpu: let bo_list handler start from 1monk.liu-1/+1
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher-0/+268