summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-228-125/+96Star
|\
| * drm/ttm: Use pr_fmt and pr_<level>Joe Perches2012-03-208-125/+96Star
* | drm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
|/
* drm/ttm: fix two regressions since move_notify changesBen Skeggs2012-01-251-4/+13
* ttm/dma: Remove the WARN() which is not useful.Konrad Rzeszutek Wilk2012-01-131-3/+2Star
* drm/ttm: fix condition (and vs or)Dan Carpenter2012-01-101-5/+3Star
* ttm: fix agp since ttm tt reworkJerome Glisse2012-01-062-0/+19
* drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and d...Konrad Rzeszutek Wilk2012-01-061-5/+10
* drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.Konrad Rzeszutek Wilk2012-01-061-2/+5
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-1/+7
|\
| * ttm: Don't return the bo reserved on error pathThomas Hellstrom2011-11-221-1/+7
* | drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse2011-12-061-3/+6
* | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-062-12/+41
* | drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-063-85/+124
* | drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk2011-12-064-0/+1141
* | drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-064-102/+86Star
* | drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-063-105/+51Star
* | drm/ttm: page allocation use page array instead of listJerome Glisse2011-12-062-62/+59Star
* | drm/ttm: test for dma_address array allocation failureJerome Glisse2011-12-061-1/+1
* | drm/ttm: use ttm put pages function to properly restore cache attributeJerome Glisse2011-12-061-1/+4
* | drm/ttm: remove split btw highmen and lowmem pageJerome Glisse2011-12-061-9/+2Star
* | drm/ttm: remove userspace backed ttm object supportJerome Glisse2011-12-062-126/+1Star
|/
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-11-011-0/+1
* Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-10-281-0/+1
|\
| * Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-274-111/+33Star
| * Merge tag 'v3.1-rc10' into drm-core-nextDave Airlie2011-10-181-1/+2
| |\
| * | ttm: export ttm_bo_createThomas Hellstrom2011-10-051-0/+1
| * | drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák2011-08-314-33/+111
* | | ttm: Fix error-path using an uninitialized valueThomas Hellstrom2011-10-181-1/+1
| |/ |/|
* | drm/ttm: request zeroed system memory pages for new TT buffer objectsBen Skeggs2011-09-141-1/+2
|/
* drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs2011-08-231-4/+6
* drm/ttm: unbind ttm before destroying node in accel move cleanupBen Skeggs2011-08-231-1/+1
* drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz2011-08-231-1/+3
* atomic: use <linux/atomic.h>Arun Sharma2011-07-274-4/+4
* Merge 3.0-rc7 into drm-core-nextDave Airlie2011-07-131-2/+3
|\
| * drm/ttm: use shmem_read_mapping_pageHugh Dickins2011-06-281-2/+3
* | ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk2011-06-211-8/+8
|/
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-1/+3
* Merge branch 'master' into for-nextJiri Kosina2011-04-263-36/+16Star
|\
| * Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."Dave Airlie2011-04-131-23/+3Star
| * drm: fix "persistant" typoJan Engelhardt2011-04-052-13/+13
* | drm: minor kref_put() nitsPaul Bolle2011-04-101-1/+1
|/
* Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie2011-02-232-8/+7Star
* Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2011-02-233-10/+40
|\
| * ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2011-02-222-7/+8
| * ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2011-01-272-2/+3
| * ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set.Konrad Rzeszutek Wilk2011-01-271-3/+23
| * ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk2011-01-272-5/+13
* | drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs2011-02-231-1/+2
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-114-111/+381
|\ \