Age | Commit message (Expand) | Author | Files | Lines |
2014-12-04 | drm/ttm: optionally move duplicates to a separate list | Christian König | 1 | -1/+1 |
2014-09-30 | drm/ttm: add reservation_object as argument to ttm_bo_init | Maarten Lankhorst | 1 | -1/+1 |
2014-09-11 | drm/ttm: allow fence to be added as shared | Christian König | 1 | -0/+5 |
2014-09-02 | drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab | Maarten Lankhorst | 1 | -6/+10 |
2014-09-02 | drm/ttm: flip the switch, and convert to dma_fence | Maarten Lankhorst | 1 | -10/+4 |
2014-09-02 | drm/vmwgfx: rework to new fence interface, v2 | Maarten Lankhorst | 1 | -5/+4 |
2014-09-01 | drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers | Maarten Lankhorst | 1 | -1/+1 |
2014-09-01 | drm/ttm: kill fence_lock | Maarten Lankhorst | 1 | -10/+6 |
2014-07-22 | drm/ttm: Fix a few sparse warnings | Thierry Reding | 1 | -1/+1 |
2014-03-28 | drm/vmwgfx: Tighten the security around buffer maps | Thomas Hellstrom | 1 | -2/+7 |
2014-03-28 | drm/vmwgfx: Use a per-device semaphore for reservation protection | Thomas Hellstrom | 1 | -9/+6 |
2014-03-02 | drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ... | Thomas Hellstrom | 1 | -2/+1 |
2014-02-05 | drm/vmwgfx: Reemit context bindings when necessary v2 | Thomas Hellstrom | 1 | -1/+10 |
2014-01-17 | drm/vmwgfx: Persistent tracking of context bindings | Thomas Hellstrom | 1 | -0/+1 |
2014-01-17 | drm/vmwgfx: Implement a buffer object synccpu ioctl. | Thomas Hellstrom | 1 | -1/+141 |
2014-01-17 | drm/vmwgfx: Hook up guest-backed surfaces | Thomas Hellstrom | 1 | -1/+4 |
2014-01-17 | drm/vmwgfx: Detach backing store from its resources when it is evicted | Thomas Hellstrom | 1 | -1/+44 |
2014-01-17 | drm/vmwgfx: Add the possibility to validate a buffer as a MOB | Thomas Hellstrom | 1 | -0/+2 |
2013-12-05 | drm/vmwgfx: Fix dma buffer memory size accounting | Thomas Hellstrom | 1 | -10/+44 |
2013-12-05 | drm/vmwgfx: Fix up and comment the dumb buffer implementation | Thomas Hellstrom | 1 | -27/+37 |
2013-11-18 | drm/vmwgfx: Make vmwgfx dma buffers prime aware | Thomas Hellstrom | 1 | -20/+25 |
2013-11-18 | drm/vmwgfx: Make surfaces prime-aware | Thomas Hellstrom | 1 | -1/+1 |
2013-11-18 | drm/vmwgfx: Fix false lockdep warning | Thomas Hellstrom | 1 | -10/+6 |
2013-11-14 | Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linu... | Dave Airlie | 1 | -6/+36 |
2013-11-13 | drm/vmwgfx: Resource evict fixes | Thomas Hellstrom | 1 | -6/+36 |
2013-10-15 | drm/vmwgfx: Don't put resources with invalid id's on lru list | Thomas Hellstrom | 1 | -1/+1 |
2013-07-25 | drm/ttm: convert to unified vma offset manager | David Herrmann | 1 | -2/+2 |
2013-06-28 | drm/vmwgfx: get rid of ttm_bo_is_reserved usage | Maarten Lankhorst | 1 | -2/+2 |
2013-06-28 | drm/ttm: make ttm reservation calls behave like reservation calls | Maarten Lankhorst | 1 | -9/+14 |
2013-02-28 | drm/vmwgfx: convert to idr_alloc() | Tejun Heo | 1 | -9/+8 |
2013-01-15 | drm/vmwgfx: always use ttm_bo_is_reserved | Maarten Lankhorst | 1 | -2/+2 |
2012-12-10 | drm/ttm: remove no_wait_reserve, v3 | Maarten Lankhorst | 1 | -1/+1 |
2012-11-28 | drm/vmwgfx: Tighten the security around buffer maps | Thomas Hellstrom | 1 | -0/+20 |
2012-11-21 | drm/vmwgfx: Break out surface and context management to separate files | Thomas Hellstrom | 1 | -1234/+9 |
2012-11-21 | drm/vmwgfx: Refactor resource management | Thomas Hellstrom | 1 | -495/+1011 |
2012-11-20 | drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3 | Thomas Hellstrom | 1 | -4/+4 |
2012-11-20 | drm/vmwgfx: remove use of fence_obj_args | Maarten Lankhorst | 1 | -4/+0 |
2012-11-20 | drm/ttm: remove ttm_buffer_object->buffer_start | Marcin Slusarz | 1 | -2/+2 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 1 | -4/+4 |
2012-09-13 | vmwgfx: add dumb ioctl support | Dave Airlie | 1 | -0/+73 |
2012-05-23 | ttm: add prime sharing support to TTM (v2) | Dave Airlie | 1 | -1/+1 |
2011-12-21 | Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next | Dave Airlie | 1 | -0/+23 |
2011-12-19 | vmwgfx: Add helper function to get surface or dmabuf | Jakob Bornecrantz | 1 | -0/+23 |
2011-12-06 | drm/ttm: simplify memory accounting for ttm user v2 | Jerome Glisse | 1 | -34/+1 |
2011-10-18 | vmwgfx: memory leaks caused by double allocation | Dan Carpenter | 1 | -2/+1 |
2011-10-10 | vmwgfx: Implement memory accounting for resources | Thomas Hellstrom | 1 | -26/+146 |
2011-10-05 | vmwgfx: Handle device surface memory limit | Thomas Hellstrom | 1 | -75/+761 |
2011-10-05 | vmwgfx: Optimize the command submission resource list | Thomas Hellstrom | 1 | -0/+1 |
2011-10-05 | vmwgfx: Fix up query processing | Thomas Hellstrom | 1 | -2/+6 |
2011-09-06 | vmwgfx: Implement fence objects | Thomas Hellstrom | 1 | -4/+0 |