summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_sa.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-10drm/radeon: hold reference to fences in radeon_sa_bo_newNicolai Hähnle1-0/+5
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst1-1/+1
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer1-2/+2
2014-03-03drm/radeon: drop non blocking allocations from sub allocatorChristian König1-5/+2
2013-12-24drm/radeon: report the real offset in radeon_sa_bo_dump_debug_infoChristian König1-2/+4
2013-07-14drm/radeon: allow selection of alignment in the sub-allocatorAlex Deucher1-3/+4
2013-05-02drm/radeon: allocate SA bo in the requested domainChristian König1-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-12/+8
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-20drm/radeon: rework VM page table handlingChristian König1-12/+8
2012-07-18drm/radeon: let sa manager block for fences to wait for v2Christian König1-22/+60
2012-06-21drm/radeon: remove radeon_fence_createChristian König1-1/+1
2012-05-23drm/radeon: add PRIME support (v2)Alex Deucher1-1/+1
2012-05-09drm/radeon: multiple ring allocator v3Christian König1-94/+218
2012-05-09drm/radeon: define new SA interface v3Christian König1-9/+51
2012-05-09drm/radeon: make sa bo a stand alone objectChristian König1-9/+19
2012-05-09drm/radeon: keep start and end offset in the SAChristian König1-6/+7
2012-05-09drm/radeon: add sub allocator debugfs fileChristian König1-0/+14
2012-05-09drm/radeon: add proper locking to the SA v3Christian König1-0/+6
2012-05-03drm/radeon: fix a bug in the SA codeChristian König1-1/+1
2011-12-20drm/radeon: introduce a sub allocator and convert ib pool to it v4Jerome Glisse1-0/+189