summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_object.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-11drm/radeon: add userptr flag to register MMU notifier v3Christian König1-0/+1
2014-08-11drm/radeon: add userptr support v8Christian König1-0/+3
2014-08-05drm/radeon: add radeon_bo_ref functionChristian König1-0/+9
2014-08-05drm/radeon: remove taking mclk_lock from radeon_bo_unrefChristian König1-2/+0
2014-08-05drm/radeon: remove radeon_bo_clear_vaChristian König1-11/+1
2014-08-05drm/radeon: track pinned memory (v2)Alex Deucher1-3/+13
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer1-5/+19
2014-06-10drm/radeon: rename alt_domain to allowed_domainsChristian König1-4/+5
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie1-16/+24
2014-06-02drm/radeon: use NULL instead of zero in object functionsMichele CURTI1-1/+1
2014-05-20drm/radeon: fix buffer placement under memory pressure v2Christian König1-1/+1
2014-05-20drm/radeon: also try GART for CPU accessed buffersChristian König1-15/+23
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...Dave Airlie1-4/+14
2012-12-08drm/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-04Merge 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