aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-06drm/amdgpu: Avoid using signed integer to store pointer valueAlex Xie1-1/+1
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-2/+2
2016-11-11drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)Mario Kleiner1-1/+1
2016-07-07drm/amd/amdgpu : adding new tracepoints to track memory information.David Mao1-0/+3
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-05-11drm/amd: cleanup remaining spaces and tabs v2Christian König1-3/+3
2016-03-08drm/amdgpu: move get_user_pages out of amdgpu_ttm_tt_pin_userptr v6Christian König1-0/+1
2016-03-08drm/amdgpu: group userptr in the BO list v2Christian König1-9/+15
2016-02-26drm/amdgpu: fix error handling in amdgpu_bo_list_setChristian König1-0/+3
2016-02-10drm/amdgpu: check userptrs mm earlierChristian König1-3/+13
2016-02-10drm/amdgpu: keep the prefered/allowed domains in the BOChristian König1-11/+4
2016-02-10drm/amdgpu: cleanup bo list bucket handlingChristian König1-1/+35
2015-06-29drm/amdgpu: add amdgpu_bo_list_set trace pointChristian König1-0/+3
2015-06-03drm/amdgpu: let bo_list handler start from 1monk.liu1-1/+1
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+268