summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_object.c
AgeCommit message (Expand)Author
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst
2014-08-27drm/radeon: allow UVD to use a second 256MB segmentChristian König
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König
2014-08-11drm/radeon: add userptr flag to register MMU notifier v3Christian König
2014-08-11drm/radeon: add userptr support v8Christian König
2014-08-05drm/radeon: add radeon_bo_ref functionChristian König
2014-08-05drm/radeon: remove taking mclk_lock from radeon_bo_unrefChristian König
2014-08-05drm/radeon: remove radeon_bo_clear_vaChristian König
2014-08-05drm/radeon: track pinned memory (v2)Alex Deucher
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer
2014-06-09drm/radeon: rename alt_domain to allowed_domainsChristian König
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie
2014-06-02drm/radeon: use NULL instead of zero in object functionsMichele CURTI
2014-05-20drm/radeon: fix buffer placement under memory pressure v2Christian König
2014-05-20drm/radeon: also try GART for CPU accessed buffersChristian König
2014-04-04drm/radeon: Use two-ended allocation by size, v2Lauri Kasanen
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann
2014-03-04drm/radeon: remove struct radeon_bo_listChristian König
2014-03-03drm/radeon: limit how much memory TTM can move per IB according to VRAM usageMarek Olšák
2014-03-03drm/radeon: validate relocations in the order determined by userspace v3Marek Olšák
2014-03-03drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2Marek Olšák
2014-03-03drm/radeon: add a way to get and set initial buffer domains v2Marek Olšák
2014-01-07drivers: gpu: Mark function as static in radeon_object.cRashika Kheria
2013-08-19drm/radeon: remove stale gem->driver_private accessDavid Herrmann
2013-07-14drm/radeon: add missing ttm_eu_backoff_reservation to radeon_bo_list_validateMaarten Lankhorst
2013-06-28drm/radeon: get rid of ttm_bo_is_reserved usageMaarten Lankhorst
2013-06-28drm/radeon: inline reservationsMaarten Lankhorst
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst
2013-05-31radeon: Switch to arch_phys_wc_add and add a missing ..._delAndy Lutomirski
2013-04-09drm/radeon: UVD bringup v8Christian König
2013-04-09drm/radeon: rework fallback handling v2Christian König
2013-04-09drm/radeon: Use direct mapping for fast fb access on RS690Samuel Li
2013-01-17Revert "drm/radeon: do not move bo to different placement at each cs"Alex Deucher
2012-12-14radeon: fix regression with eviction since evict caching changesDave Airlie
2012-12-12drm/radeon: do not move bo to different placement at each csJerome Glisse
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst
2012-12-10drm/radeon: allow move_notify to be called without reservationMaarten Lankhorst
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2012-12-07drm/radeon: use cached memory when evicting for vram on non agpJerome Glisse
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz
2012-11-07drm/radeon: Use ttm_bo_is_reservedMaarten Lankhorst
2012-10-24drm/radeon: move the retry to gem_object_createChristian König
2012-10-24drm/radeon: move size limits to gem_object_create.Christian König
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-09-20drm/radeon: rework the VM code a bit more (v2)Christian König
2012-09-20drm/radeon: let bo_reserve take no_intr instead of no_wait paramChristian König
2012-09-20drm/radeon: move and rename radeon_bo_va functionChristian König