summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_object.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-1/+1
2015-01-22gpu: drm: radeon: radeon_object: Remove unused functionRickard Strandqvist1-2/+0
2014-11-20drm/radeon: fence PT updates manually v2Christian König1-0/+2
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst1-0/+1
2014-08-05drm/radeon: add radeon_bo_ref functionChristian König1-0/+1
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer1-2/+3
2014-06-02drm/radeon: use NULL instead of zero in object functionsMichele CURTI1-1/+1
2014-03-03drm/radeon: drop non blocking allocations from sub allocatorChristian König1-1/+1
2014-03-03drm/radeon: limit how much memory TTM can move per IB according to VRAM usageMarek Olšák1-1/+2
2014-03-03drm/radeon: validate relocations in the order determined by userspace v3Marek Olšák1-2/+0
2014-03-03drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2Marek Olšák1-1/+1
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-4/+1
2013-07-14drm/radeon: allow selection of alignment in the sub-allocatorAlex Deucher1-1/+1
2013-06-28drm/radeon: get rid of ttm_bo_is_reserved usageMaarten Lankhorst1-5/+0
2013-06-28drm/radeon: inline reservationsMaarten Lankhorst1-1/+21
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-1/+2
2013-04-09drm/radeon: UVD bringup v8Christian König1-1/+1
2012-11-07drm/radeon: Use ttm_bo_is_reservedMaarten Lankhorst1-1/+1
2012-09-20drm/radeon: let bo_reserve take no_intr instead of no_wait paramChristian König1-1/+1
2012-09-20drm/radeon: move and rename radeon_bo_va functionChristian König1-2/+0
2012-05-23drm/radeon: add PRIME support (v2)Alex Deucher1-3/+4
2012-05-09drm/radeon: define new SA interface v3Christian König1-2/+3
2012-05-09drm/radeon: make sa bo a stand alone objectChristian König1-2/+2
2012-05-09drm/radeon: keep start and end offset in the SAChristian König1-2/+2
2012-05-09drm/radeon: add sub allocator debugfs fileChristian König1-0/+5
2012-05-09drm/radeon: use inline functions to calc sa_bo addrChristian König1-0/+11
2012-03-20drm/radeon: Restrict offset for legacy hardware cursor.Michel Dänzer1-0/+2
2012-01-06drm/radeon: GPU virtual memory support v22Jerome Glisse1-0/+12
2011-12-20drm/radeon: introduce a sub allocator and convert ib pool to it v4Jerome Glisse1-0/+20
2011-10-27Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"Dave Airlie1-1/+1
2011-10-18drm/radeon: Move more code out of lineAndi Kleen1-39/+3
2011-08-31drm/radeon/kms: add a new gem_wait ioctl with read/write flagsMarek Olšák1-2/+2
2011-08-31drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-23drm/radeon: embed struct drm_gem_objectDaniel Vetter1-4/+3
2010-11-22drm/radeon: Use the ttm execbuf utilitiesThomas Hellstrom1-3/+0
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom1-2/+2
2010-11-18drm/radeon/kms: fix alignment when allocating buffersAlex Deucher1-3/+4
2010-10-12drm/radeon/kms: Silent spurious error messageJean Delvare1-4/+1
2010-04-20drm/radeon/kms: add support for new fault callback V7Jerome Glisse1-1/+1
2010-02-18drm/radeon/kms: fix bo's fence associationJerome Glisse1-2/+2
2009-12-16drm/radeon/kms: Return to userspace on ERESTARTSYSJerome Glisse1-11/+5
2009-12-10drm/radeon/kms: restore surface registers on resume.Dave Airlie1-1/+1
2009-12-02drm/radeon/kms: Rework radeon object handlingJerome Glisse1-12/+145
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom1-0/+1
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse1-0/+45