summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_object.c
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: fix buffer placement under memory pressure v2Christian König2014-05-201-1/+1
* drm/radeon: also try GART for CPU accessed buffersChristian König2014-05-201-15/+23
* drm/radeon: Use two-ended allocation by size, v2Lauri Kasanen2014-04-041-1/+12
* drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-161-1/+0
* drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-161-1/+1
* drm/radeon: remove struct radeon_bo_listChristian König2014-03-041-2/+2
* drm/radeon: limit how much memory TTM can move per IB according to VRAM usageMarek Olšák2014-03-031-6/+82
* drm/radeon: validate relocations in the order determined by userspace v3Marek Olšák2014-03-031-10/+0
* drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2Marek Olšák2014-03-031-1/+35
* drm/radeon: add a way to get and set initial buffer domains v2Marek Olšák2014-03-031-0/+3
* drivers: gpu: Mark function as static in radeon_object.cRashika Kheria2014-01-071-1/+1
* drm/radeon: remove stale gem->driver_private accessDavid Herrmann2013-08-191-1/+0
* drm/radeon: add missing ttm_eu_backoff_reservation to radeon_bo_list_validateMaarten Lankhorst2013-07-141-0/+1
* drm/radeon: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2013-06-281-3/+5
* drm/radeon: inline reservationsMaarten Lankhorst2013-06-281-23/+0
* drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2013-06-281-2/+3
* radeon: Switch to arch_phys_wc_add and add a missing ..._delAndy Lutomirski2013-05-311-2/+3
* drm/radeon: UVD bringup v8Christian König2013-04-091-1/+3
* drm/radeon: rework fallback handling v2Christian König2013-04-091-4/+4
* drm/radeon: Use direct mapping for fast fb access on RS690Samuel Li2013-04-091-1/+3
* Revert "drm/radeon: do not move bo to different placement at each cs"Alex Deucher2013-01-171-8/+10
* radeon: fix regression with eviction since evict caching changesDave Airlie2012-12-141-2/+2
* drm/radeon: do not move bo to different placement at each csJerome Glisse2012-12-121-10/+8
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-101-4/+4
* drm/radeon: allow move_notify to be called without reservationMaarten Lankhorst2012-12-101-1/+1
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-4/+14
|\
| * drm/radeon: use cached memory when evicting for vram on non agpJerome Glisse2012-12-071-4/+14
* | drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-201-1/+1
* | drm/radeon: Use ttm_bo_is_reservedMaarten Lankhorst2012-11-071-3/+3
|/
* drm/radeon: move the retry to gem_object_createChristian König2012-10-241-10/+0
* drm/radeon: move size limits to gem_object_create.Christian König2012-10-241-9/+0
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-18/+4
|\
| * drm/radeon: rework the VM code a bit more (v2)Christian König2012-09-201-1/+1
| * drm/radeon: let bo_reserve take no_intr instead of no_wait paramChristian König2012-09-201-4/+3
| * drm/radeon: move and rename radeon_bo_va functionChristian König2012-09-201-13/+0
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
|/
* Revert "drm/radeon: fix bo creation retry path"Alex Deucher2012-08-211-2/+1
* drm/radeon: fence virtual address and free it once idle v4Jerome Glisse2012-08-131-5/+1
* drm/radeon: fix bo creation retry pathJerome Glisse2012-07-251-1/+2
* drm: track dev_mapping in more robust and flexible wayIlija Hadzic2012-07-251-3/+1
* drm/radeon: replace vmram_mutex with mclk_lock v2Christian König2012-06-211-4/+4
* drm/radeon: add PRIME support (v2)Alex Deucher2012-05-231-2/+4
* ttm: add prime sharing support to TTM (v2)Dave Airlie2012-05-231-1/+1
* drm/radeon: Don't dereference possibly-NULL pointer.Michel Dänzer2012-04-021-1/+2
* drm/radeon: Only warn if the intra-domain offset actually exceeds the limit.Michel Dänzer2012-03-281-1/+11
* drm/radeon: Restrict offset for legacy hardware cursor.Michel Dänzer2012-03-201-1/+17
* drm/radeon: add support for evergreen/ni tiling informations v11Jerome Glisse2012-02-131-0/+46
* drm/radeon: GPU virtual memory support v22Jerome Glisse2012-01-061-0/+30
* drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-061-2/+6
* Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-271-1/+1
OpenPOWER on IntegriCloud