aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_object.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-30drm/radeon: Fix NULL dereference when updating memory statsMikel Rychliski1-1/+1
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-2/+2
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König1-1/+1
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-2/+2
2020-09-28drm/radeon: stop using TTMs fault callbackChristian König1-1/+1
2020-09-24drm/radeon: switch over to the new pin interfaceChristian König1-1/+1
2020-09-24drm/radeon: kill radeon_bo_waitDave Airlie1-3/+0
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-1/+1
2020-06-25drm/radeon: don't use ttm bo->offsetNirmoy Das1-1/+15
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-1/+1
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann1-1/+1
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle1-0/+1
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