aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_object.c
AgeCommit message (Expand)Author
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
2012-08-21Revert "drm/radeon: fix bo creation retry path"Alex Deucher
2012-08-13drm/radeon: fence virtual address and free it once idle v4Jerome Glisse
2012-07-25drm/radeon: fix bo creation retry pathJerome Glisse
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic
2012-06-21drm/radeon: replace vmram_mutex with mclk_lock v2Christian König
2012-05-23drm/radeon: add PRIME support (v2)Alex Deucher
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie
2012-04-02drm/radeon: Don't dereference possibly-NULL pointer.Michel Dänzer
2012-03-28drm/radeon: Only warn if the intra-domain offset actually exceeds the limit.Michel Dänzer
2012-03-20drm/radeon: Restrict offset for legacy hardware cursor.Michel Dänzer
2012-02-13drm/radeon: add support for evergreen/ni tiling informations v11Jerome Glisse