Age | Commit message (Expand) | Author | Files | Lines |
2013-11-14 | drm/nouveau: when bailing out of a pushbuf ioctl, do not remove previous fence | Ben Skeggs | 1 | -1/+2 |
2013-11-14 | drm/nouveau: allow nouveau_fence_ref() to be a noop | Ben Skeggs | 1 | -4/+2 |
2013-10-09 | drm: kill ->gem_init_object() and friends | David Herrmann | 1 | -6/+0 |
2013-10-09 | drm/nouveau: embed gem object in nouveau_bo | David Herrmann | 1 | -19/+17 |
2013-09-04 | drm/nouveau: fix command submission to use vmalloc for big allocations | Maarten Lankhorst | 1 | -7/+20 |
2013-08-07 | Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~... | Dave Airlie | 1 | -6/+0 |
2013-07-25 | drm/ttm: convert to unified vma offset manager | David Herrmann | 1 | -1/+1 |
2013-07-10 | drm/nouveau: do not unpin in nouveau_gem_object_del | Maarten Lankhorst | 1 | -6/+0 |
2013-07-01 | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/... | Dave Airlie | 1 | -4/+37 |
2013-07-01 | drm/nouveau: delay busy bo vma removal until fence signals | Ben Skeggs | 1 | -4/+37 |
2013-06-28 | drm/ttm: convert to the reservation api | Maarten Lankhorst | 1 | -1/+1 |
2013-06-28 | drm/ttm: make ttm reservation calls behave like reservation calls | Maarten Lankhorst | 1 | -13/+25 |
2013-06-28 | drm/nouveau: complain loudly if buffer is pinned during destruction | Maarten Lankhorst | 1 | -1/+2 |
2013-02-20 | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/... | Dave Airlie | 1 | -39/+42 |
2013-02-20 | drm/nv84-/fence: prepare for emit/sync support of sysram sequences | Ben Skeggs | 1 | -1/+1 |
2013-02-20 | drm/nouveau: report channel owner in ioctl error paths | Marcin Slusarz | 1 | -38/+41 |
2013-02-08 | Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ... | Dave Airlie | 1 | -4/+16 |
2013-02-08 | drm/nouveau: use prime helpers | Aaron Plattner | 1 | -2/+0 |
2013-01-15 | drm/nouveau: use ttm_bo_reserve_slowpath in validate_init, v2 | Maarten Lankhorst | 1 | -5/+17 |
2013-01-15 | drm/nouveau: increase reservation sequence every retry | Maarten Lankhorst | 1 | -1/+1 |
2012-12-10 | drm/ttm: remove no_wait_reserve, v3 | Maarten Lankhorst | 1 | -1/+1 |
2012-10-04 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -86/+91 |
2012-10-03 | drm/nouveau: port remainder of drm code, and rip out compat layer | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nouveau: port all engines to new engine module format | Ben Skeggs | 1 | -81/+89 |
2012-10-03 | drm/nouveau/fb: merge fb/vram and port to subdev interfaces | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nouveau: implement module init functions in nouveau_drm.c | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nouveau/gem: use bo.offset rather than mm_node.start | Ben Skeggs | 1 | -6/+3 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 1 | -2/+2 |
2012-10-02 | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. | David Howells | 1 | -1/+0 |
2012-07-26 | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau... | Dave Airlie | 1 | -0/+1 |
2012-07-26 | drm/nouveau/gem: fix object reference leak in a failure path | Ben Skeggs | 1 | -0/+1 |
2012-07-25 | drm: track dev_mapping in more robust and flexible way | Ilija Hadzic | 1 | -2/+1 |
2012-05-24 | drm/nouveau/fence: convert to exec engine, and improve channel sync | Ben Skeggs | 1 | -1/+1 |
2012-05-24 | drm/nouveau/fence: minor api changes for an upcoming rework | Ben Skeggs | 1 | -1/+2 |
2012-05-23 | nouveau: add PRIME support | Dave Airlie | 1 | -1/+5 |
2012-03-22 | drm/nouveau/ttm: always do buffer moves on kernel channel | Ben Skeggs | 1 | -9/+1 |
2012-02-01 | drm/nouveau/gem: fix fence_sync race / oops | Ben Skeggs | 1 | -2/+21 |
2011-06-27 | drm/nouveau: fix nouveau_vma object leak | Marcin Slusarz | 1 | -1/+3 |
2011-06-23 | drm/nouveau: remove implicit mapping of every bo into chan_vm | Ben Skeggs | 1 | -1/+41 |
2011-06-23 | drm/nouveau: remove 'chan' argument from nouveau_bo_new | Ben Skeggs | 1 | -1/+1 |
2011-06-23 | drm/nouveau: fixup gem_info ioctl to return client-specific bo virtual | Ben Skeggs | 1 | -12/+20 |
2011-06-23 | drm/nv50-nvc0: completely disable relocs | Ben Skeggs | 1 | -17/+20 |
2011-06-23 | drm/nouveau: convert some bo.offset use to vma.offset | Ben Skeggs | 1 | -1/+5 |
2011-06-23 | drm/nouveau/gem: implement stub hooks for GEM object open/close | Ben Skeggs | 1 | -0/+20 |
2011-06-23 | drm/nouveau: remove 'chan' argument from nouveau_gem_new | Ben Skeggs | 1 | -14/+5 |
2011-06-23 | drm/nouveau: store a per-client channel list | Ben Skeggs | 1 | -2/+2 |
2011-04-05 | drm: fix "persistant" typo | Jan Engelhardt | 1 | -1/+1 |
2011-03-14 | drm/nouveau: properly handle pushbuffer check failures | Marcin Slusarz | 1 | -2/+4 |
2011-02-24 | drm/nv50-nvc0: restrict memtype to those specified at creation time | Ben Skeggs | 1 | -1/+11 |
2011-02-24 | drm/nouveau: pass domain rather than ttm flags to gem_new() | Ben Skeggs | 1 | -11/+12 |