aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-04drm/radeon: Use two-ended allocation by size, v2Lauri Kasanen1-1/+12
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann1-1/+0
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann1-1/+1
2014-03-04drm/radeon: remove struct radeon_bo_listChristian König1-2/+2
2014-03-03drm/radeon: limit how much memory TTM can move per IB according to VRAM usageMarek Olšák1-6/+82
2014-03-03drm/radeon: validate relocations in the order determined by userspace v3Marek Olšák1-10/+0
2014-03-03drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2Marek Olšák1-1/+35
2014-03-03drm/radeon: add a way to get and set initial buffer domains v2Marek Olšák1-0/+3
2014-01-07drivers: gpu: Mark function as static in radeon_object.cRashika Kheria1-1/+1
2013-08-19drm/radeon: remove stale gem->driver_private accessDavid Herrmann1-1/+0
2013-07-14drm/radeon: add missing ttm_eu_backoff_reservation to radeon_bo_list_validateMaarten Lankhorst1-0/+1
2013-06-28drm/radeon: get rid of ttm_bo_is_reserved usageMaarten Lankhorst1-3/+5
2013-06-28drm/radeon: inline reservationsMaarten Lankhorst1-23/+0
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-2/+3
2013-05-31radeon: Switch to arch_phys_wc_add and add a missing ..._delAndy Lutomirski1-2/+3
2013-04-09drm/radeon: UVD bringup v8Christian König1-1/+3
2013-04-09drm/radeon: rework fallback handling v2Christian König1-4/+4
2013-04-09drm/radeon: Use direct mapping for fast fb access on RS690Samuel Li1-1/+3
2013-01-17Revert "drm/radeon: do not move bo to different placement at each cs"Alex Deucher1-8/+10
2012-12-14radeon: fix regression with eviction since evict caching changesDave Airlie1-2/+2
2012-12-12drm/radeon: do not move bo to different placement at each csJerome Glisse1-10/+8
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-4/+4
2012-12-10drm/radeon: allow move_notify to be called without reservationMaarten Lankhorst1-1/+1
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-4/+14
2012-12-07drm/radeon: use cached memory when evicting for vram on non agpJerome Glisse1-4/+14
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz1-1/+1
2012-11-07drm/radeon: Use ttm_bo_is_reservedMaarten Lankhorst1-3/+3
2012-10-24drm/radeon: move the retry to gem_object_createChristian König1-10/+0
2012-10-24drm/radeon: move size limits to gem_object_create.Christian König1-9/+0
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-18/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-20drm/radeon: rework the VM code a bit more (v2)Christian König1-1/+1
2012-09-20drm/radeon: let bo_reserve take no_intr instead of no_wait paramChristian König1-4/+3
2012-09-20drm/radeon: move and rename radeon_bo_va functionChristian König1-13/+0
2012-08-21Revert "drm/radeon: fix bo creation retry path"Alex Deucher1-2/+1
2012-08-13drm/radeon: fence virtual address and free it once idle v4Jerome Glisse1-5/+1
2012-07-25drm/radeon: fix bo creation retry pathJerome Glisse1-1/+2
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic1-3/+1
2012-06-21drm/radeon: replace vmram_mutex with mclk_lock v2Christian König1-4/+4
2012-05-23drm/radeon: add PRIME support (v2)Alex Deucher1-2/+4
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie1-1/+1
2012-04-02drm/radeon: Don't dereference possibly-NULL pointer.Michel Dänzer1-1/+2
2012-03-28drm/radeon: Only warn if the intra-domain offset actually exceeds the limit.Michel Dänzer1-1/+11
2012-03-20drm/radeon: Restrict offset for legacy hardware cursor.Michel Dänzer1-1/+17
2012-02-13drm/radeon: add support for evergreen/ni tiling informations v11Jerome Glisse1-0/+46
2012-01-06drm/radeon: GPU virtual memory support v22Jerome Glisse1-0/+30
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse1-2/+6
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie1-1/+1
2011-10-27Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"Dave Airlie1-3/+2
2011-10-18drm/radeon: Move more code out of lineAndi Kleen1-0/+42