aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAge
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-20
|\
| * ttm: Don't return the bo reserved on error pathThomas Hellstrom2011-11-22
* | drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse2011-12-06
* | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-06
* | drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-06
* | drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk2011-12-06
* | drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-06
* | drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-06
* | drm/ttm: page allocation use page array instead of listJerome Glisse2011-12-06
* | drm/ttm: test for dma_address array allocation failureJerome Glisse2011-12-06
* | drm/ttm: use ttm put pages function to properly restore cache attributeJerome Glisse2011-12-06
* | drm/ttm: remove split btw highmen and lowmem pageJerome Glisse2011-12-06
* | drm/ttm: remove userspace backed ttm object supportJerome Glisse2011-12-06
|/
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-10-31
* Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-10-28
|\
| * Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-27
| * Merge tag 'v3.1-rc10' into drm-core-nextDave Airlie2011-10-18
| |\
| * | ttm: export ttm_bo_createThomas Hellstrom2011-10-05
| * | drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák2011-08-31
* | | ttm: Fix error-path using an uninitialized valueThomas Hellstrom2011-10-18
| |/ |/|
* | drm/ttm: request zeroed system memory pages for new TT buffer objectsBen Skeggs2011-09-14
|/
* drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs2011-08-23
* drm/ttm: unbind ttm before destroying node in accel move cleanupBen Skeggs2011-08-23
* drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz2011-08-23
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* Merge 3.0-rc7 into drm-core-nextDave Airlie2011-07-13
|\
| * drm/ttm: use shmem_read_mapping_pageHugh Dickins2011-06-27
* | ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk2011-06-20
|/
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-25
* Merge branch 'master' into for-nextJiri Kosina2011-04-26
|\
| * Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."Dave Airlie2011-04-12
| * drm: fix "persistant" typoJan Engelhardt2011-04-04
* | drm: minor kref_put() nitsPaul Bolle2011-04-10
|/
* Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie2011-02-22
* Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2011-02-22
|\
| * ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2011-02-22
| * ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2011-01-27
| * ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set.Konrad Rzeszutek Wilk2011-01-27
| * ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk2011-01-27
* | drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs2011-02-22
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-10
|\ \
| * | drm/ttm: delay freeing of old node during move_memcpy until after iounmapBen Skeggs2010-12-15
| * | drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom2010-11-21
| * | drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom2010-11-21
| * | drm/ttm: Improved fencing of buffer object listsThomas Hellstrom2010-11-21
| * | drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom2010-11-21
| * | drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom2010-11-21
| * | drm/ttm: Optimize ttm_eu_backoff_reservationThomas Hellstrom2010-11-21
| * | drm/ttm: Use kref_sub instead of repeatedly calling kref_putThomas Hellstrom2010-11-21
| * | drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie2010-11-21