Show patches with: Submitter = Maarten Lankhorst       |    State = Action Required       |   72 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
drm/nvc0-/ltcg: fix ltcg memory initialization after suspend - - - --- 2013-08-14 Maarten Lankhorst New
[9/9] drm/ast: do not attempt to acquire a reservation while in an interrupt handler - - - --- 2013-06-27 Maarten Lankhorst New
[8/9] drm/mgag200: do not attempt to acquire a reservation while in an interrupt handler - - - --- 2013-06-27 Maarten Lankhorst New
[7/9] drm/cirrus: do not attempt to acquire a reservation while in an interrupt handler - - - --- 2013-06-27 Maarten Lankhorst New
[6/9] drm/nouveau: always select ACPI_VIDEO if ACPI is enabled. - - - --- 2013-06-27 Maarten Lankhorst New
[5/9] drm/nouveau: complain loudly if buffer is pinned during destruction - - - --- 2013-06-27 Maarten Lankhorst New
[4/9] drm/nouveau: fixup fbcon failure paths - - - --- 2013-06-27 Maarten Lankhorst New
[3/9] drm/nouveau: unpin notify object in chan_fini - - - --- 2013-06-27 Maarten Lankhorst New
[2/9] drm/nouveau: implement prime helper unpin function - - - --- 2013-06-27 Maarten Lankhorst New
[1/9] drm/radeon: implement unpin function, v2 - - - --- 2013-06-27 Maarten Lankhorst New
[7/7] drm/nouveau: complain loudly if buffer is pinned during destruction - - - --- 2013-05-01 Maarten Lankhorst New
[6/7] drm/nouveau: fixup fbcon failure paths - - - --- 2013-05-01 Maarten Lankhorst New
[5/7] drm/nouveau: unpin notify object in chan_fini - - - --- 2013-05-01 Maarten Lankhorst New
[4/7] drm/nouveau: implement prime helper unpin function - - - --- 2013-05-01 Maarten Lankhorst New
[3/7] drm/radeon: implement unpin function, v2 - - - --- 2013-05-01 Maarten Lankhorst New
[2/7] drm: move pinning/unpinning to buffer attach - - - --- 2013-05-01 Maarten Lankhorst New
[1/7] drm: add unpin function to prime helpers - - - --- 2013-05-01 Maarten Lankhorst New
[7/7] drm/nouveau: complain loudly if buffer is pinned during destruction - - - --- 2013-04-09 Maarten Lankhorst New
[6/7] drm/nouveau: fixup fbcon failure paths - - - --- 2013-04-09 Maarten Lankhorst New
[5/7] drm/nouveau: unpin notify object in chan_fini - - - --- 2013-04-09 Maarten Lankhorst New
[4/7] drm/nouveau: implement prime helper unpin function - - - --- 2013-04-09 Maarten Lankhorst New
[3/7] drm/radeon: implement unpin function - - - --- 2013-04-09 Maarten Lankhorst New
[2/7] drm: move pinning/unpinning to buffer attach - - - --- 2013-04-09 Maarten Lankhorst New
[1/7] drm: add unpin function to prime helpers - - - --- 2013-04-09 Maarten Lankhorst New
drm/nouveau: Ack interrupts for some fuc engines - - - --- 2013-03-25 Maarten Lankhorst New
drm/nouveau: fix suspend bug in nvc0 fence implementation - - - --- 2013-02-19 Maarten Lankhorst New
[7/7] reservation: Add lockdep annotation and selftests - - - --- 2013-01-15 Maarten Lankhorst New
[6/7] reservation: cross-device reservation support - - - --- 2013-01-15 Maarten Lankhorst New
[5/7] seqno-fence: Hardware dma-buf implementation of fencing (v4) - - - --- 2013-01-15 Maarten Lankhorst New
[4/7] fence: dma-buf cross-device synchronization (v11) - - - --- 2013-01-15 Maarten Lankhorst New
[3/7] sched: allow try_to_wake_up to be used internally outside of core.c - - - --- 2013-01-15 Maarten Lankhorst New
[2/7] mutex: add support for reservation style locks - - - --- 2013-01-15 Maarten Lankhorst New
[1/7] arch: add __mutex_fastpath_lock_retval_arg to generic/sh/x86/powerpc/ia64 - - - --- 2013-01-15 Maarten Lankhorst New
[7/7] drm/ttm: unexport ttm_bo_wait_unreserved - - - --- 2012-12-10 Maarten Lankhorst New
[6/7] drm/nouveau: use ttm_bo_reserve_slowpath in validate_init, v2 - - - --- 2012-12-10 Maarten Lankhorst New
[5/7] drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2 - - - --- 2012-12-10 Maarten Lankhorst New
[4/7] drm/ttm: add ttm_bo_reserve_slowpath - - - --- 2012-12-10 Maarten Lankhorst New
[3/7] drm/ttm: cleanup ttm_eu_reserve_buffers handling - - - --- 2012-12-10 Maarten Lankhorst New
[2/7] drm/ttm: remove lru_lock around ttm_bo_reserve - - - --- 2012-12-10 Maarten Lankhorst New
[1/7] drm/nouveau: increase reservation sequence every retry - - - --- 2012-12-10 Maarten Lankhorst New
[6/6] drm/ttm: unexport ttm_bo_wait_unreserved - - - --- 2012-11-30 Maarten Lankhorst New
[5/6] drm/nouveau: use ttm_bo_reserve_slowpath in validate_init - - - --- 2012-11-30 Maarten Lankhorst New
[4/6] drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers - - - --- 2012-11-30 Maarten Lankhorst New
[3/6] drm/ttm: add ttm_bo_reserve_slowpath - - - --- 2012-11-30 Maarten Lankhorst New
[2/6] drm/ttm: cleanup ttm_eu_reserve_buffers handling - - - --- 2012-11-30 Maarten Lankhorst New
[1/6] drm/ttm: remove lru_lock around ttm_bo_reserve - - - --- 2012-11-30 Maarten Lankhorst New
[6/6] drm/ttm: remove no_wait_reserve, v3 - - - --- 2012-11-28 Maarten Lankhorst New
[5/6] drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2 - - - --- 2012-11-28 Maarten Lankhorst New
[4/6] drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2 - - - --- 2012-11-28 Maarten Lankhorst New
[3/6] drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held - - - --- 2012-11-28 Maarten Lankhorst New
[2/6] drm/radeon: allow move_notify to be called without reservation - - - --- 2012-11-28 Maarten Lankhorst New
[1/6] drm/ttm: change fence_lock to inner lock - - - --- 2012-11-28 Maarten Lankhorst New
[10/10] drm/ttm: remove reliance on ttm_bo_wait_unreserved - - - --- 2012-11-12 Maarten Lankhorst New
[09/10] drm/ttm: remove lru_lock around ttm_bo_reserve - - - --- 2012-11-12 Maarten Lankhorst New
[08/10] drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first - - - --- 2012-11-12 Maarten Lankhorst New
[07/10] drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout - - - --- 2012-11-12 Maarten Lankhorst New
[06/10] drm/ttm: remove no_wait_reserve, v2 - - - --- 2012-11-12 Maarten Lankhorst New
[05/10] drm/ttm: add sense to ttm_bo_cleanup_refs, v4 - - - --- 2012-11-12 Maarten Lankhorst New
[04/10] drm/ttm: change fence_lock to inner lock, v3 - - - --- 2012-11-12 Maarten Lankhorst New
[03/10] drm/ttm: do not check if list is empty in ttm_bo_force_list_clean - - - --- 2012-11-12 Maarten Lankhorst New
[02/10] drm/ttm: remove ttm_bo_cleanup_memtype_use - - - --- 2012-11-12 Maarten Lankhorst New
[01/10] drm/radeon: allow move_notify to be called without reservation - - - --- 2012-11-12 Maarten Lankhorst New
nouveau: Add irq waiting as alternative to busywait - - - --- 2012-07-13 Maarten Lankhorst New
[RFC,8/8] nouveau: Prime execbuffer submission synchronization - - - --- 2012-07-10 Maarten Lankhorst New
[RFC,7/8] nouveau: nvc0 fence prime implementation - - - --- 2012-07-10 Maarten Lankhorst New
[RFC,6/8] nouveau: nv84 fence prime implementation - - - --- 2012-07-10 Maarten Lankhorst New
[RFC,5/8] nouveau: Add methods preparing for prime fencing - - - --- 2012-07-10 Maarten Lankhorst New
[RFC,4/8] nouveau: add nouveau_bo_vma_add_access - - - --- 2012-07-10 Maarten Lankhorst New
[RFC,3/8] nouveau: Extend prime code - - - --- 2012-07-10 Maarten Lankhorst New
[RFC,2/8] prime wip: i915 - - - --- 2012-07-10 Maarten Lankhorst New
[RFC,1/8] dma-buf-mgr: Try 2 - - - --- 2012-07-10 Maarten Lankhorst New
[RFC,v2] implicit drm synchronization wip with dma-buf - - - --- 2012-07-02 Maarten Lankhorst New