Show patches with: Submitter = Chris Wilson       |    State = Action Required       |   21102 patches
« 1 2 ... 172 173 174211 212 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/3] drm: Track drm_mm nodes with an interval tree - 1 - --- 2016-08-03 Chris Wilson New
[28/28] Revert "drm/i915: Clean up associated VMAs on context destruction" - 1 - --- 2016-08-03 Chris Wilson New
[27/28] drm/i915: Mark the context and address space as closed - 1 - --- 2016-08-03 Chris Wilson New
[26/28] drm/i915: Release vma when the handle is closed - 1 - --- 2016-08-03 Chris Wilson New
[25/28] drm/i915: Track active vma requests - 1 - --- 2016-08-03 Chris Wilson New
[24/28] drm/i915: i915_vma_move_to_active prep patch - 1 - --- 2016-08-03 Chris Wilson New
[23/28] drm/i915: Move request list retirement to i915_gem_request.c - 1 - --- 2016-08-03 Chris Wilson New
[22/28] drm/i915: Double check activity before relocations - 1 - --- 2016-08-03 Chris Wilson New
[21/28] drm/i915: s/__i915_wait_request/i915_wait_request/ - 1 - --- 2016-08-03 Chris Wilson New
[20/28] drm/i915: Disable waitboosting for a saturated engine - 1 - --- 2016-08-03 Chris Wilson New
[19/28] drm/i915: Move the special case wait-request handling to its one caller - 1 - --- 2016-08-03 Chris Wilson New
[18/28] drm/i915: Convert intel_overlay to request tracking - 1 - --- 2016-08-03 Chris Wilson New
[17/28] drm/i915: Track requests inside each intel_ring - 1 - --- 2016-08-03 Chris Wilson New
[16/28] drm/i915: Refactor activity tracking for requests - 1 - --- 2016-08-03 Chris Wilson New
[15/28] drm/i915: Remove obsolete i915_gem_object_flush_active() - 1 - --- 2016-08-03 Chris Wilson New
[14/28] drm/i915: Rename request->list to link for consistency - 1 - --- 2016-08-03 Chris Wilson New
[13/28] drm/i915: Refactor blocking waits - 1 - --- 2016-08-03 Chris Wilson New
[12/28] drm/i915: Mark up i915_gem_active for locking annotation - 1 - --- 2016-08-03 Chris Wilson New
[11/28] drm/i915: Prepare i915_gem_active for annotations - 1 - --- 2016-08-03 Chris Wilson New
[10/28] drm/i915: Introduce i915_gem_active for request tracking - 1 - --- 2016-08-03 Chris Wilson New
[09/28] drm/i915: Kill drop_pages() - 1 - --- 2016-08-03 Chris Wilson New
[08/28] drm/i915: Be more careful when unbinding vma - 2 - --- 2016-08-03 Chris Wilson New
[07/28] drm/i915: Count how many VMA are bound for an object - 2 - --- 2016-08-03 Chris Wilson New
[06/28] drm/i915: Store owning file on the i915_address_space - 1 - --- 2016-08-03 Chris Wilson New
[05/28] drm/i915: Split early global GTT initialisation - 1 - --- 2016-08-03 Chris Wilson New
[04/28] drm/i915: Update GGTT initialisation functions to take drm_i915_private - 1 - --- 2016-08-03 Chris Wilson New
[03/28] drm/i915: Keep ggtt->probe() as a local - - - --- 2016-08-03 Chris Wilson New
[02/28] drm/i915: Split GGTT initialisation between probing and setup - 1 - --- 2016-08-03 Chris Wilson New
[01/28] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers - 1 - --- 2016-08-03 Chris Wilson New
drm/i915: Move the common engine cleanup to intel_engine_cs.c - 1 - --- 2016-08-03 Chris Wilson New
[CI,23/23] drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals - 1 - --- 2016-08-02 Chris Wilson New
[CI,22/23] drm/i915: Simplify calling engine->sync_to - 1 - --- 2016-08-02 Chris Wilson New
[CI,21/23] drm/i915: Unify legacy/execlists submit_execbuf callbacks - 1 - --- 2016-08-02 Chris Wilson New
[CI,20/23] drm/i915: Refactor golden render state emission to unconfuse gcc - 1 - --- 2016-08-02 Chris Wilson New
[CI,19/23] drm/i915: Remove duplicate golden render state init from execlists - 1 - --- 2016-08-02 Chris Wilson New
[CI,18/23] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores - 1 - --- 2016-08-02 Chris Wilson New
[CI,17/23] drm/i915: Reuse legacy breadcrumbs + tail emission - 1 - --- 2016-08-02 Chris Wilson New
[CI,16/23] drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal() - 1 - --- 2016-08-02 Chris Wilson New
[CI,15/23] drm/i915/lrc: Update function names to match request flow - 1 - --- 2016-08-02 Chris Wilson New
[CI,14/23] drm/i915: Unify request submission - 1 - --- 2016-08-02 Chris Wilson New
[CI,13/23] drm/i915: Move the modulus for ring emission to the register write - 1 - --- 2016-08-02 Chris Wilson New
[CI,12/23] drm/i915: Convert engine->write_tail to operate on a request - 1 - --- 2016-08-02 Chris Wilson New
[CI,11/23] drm/i915: Remove intel_ring_get_tail() - 1 - --- 2016-08-02 Chris Wilson New
[CI,10/23] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START - 1 - --- 2016-08-02 Chris Wilson New
[CI,09/23] drm/i915: Simplify request_alloc by returning the allocated request - 1 - --- 2016-08-02 Chris Wilson New
[CI,08/23] drm/i915: Reduce engine->emit_flush() to a single mode parameter - 1 - --- 2016-08-02 Chris Wilson New
[CI,07/23] drm/i915: Remove obsolete engine->gpu_caches_dirty - 1 - --- 2016-08-02 Chris Wilson New
[CI,06/23] drm/i915: Rename intel_pin_and_map_ring() - 1 - --- 2016-08-02 Chris Wilson New
[CI,05/23] drm/i915: Rename residual ringbuf parameters - 1 - --- 2016-08-02 Chris Wilson New
[CI,04/23] drm/i915: Rename struct intel_ringbuffer to struct intel_ring - 1 - --- 2016-08-02 Chris Wilson New
[CI,03/23] drm/i915: Rename intel_context[engine].ringbuf - 1 - --- 2016-08-02 Chris Wilson New
[CI,02/23] drm/i915: Rename request->ringbuf to request->ring - 1 - --- 2016-08-02 Chris Wilson New
[CI,01/23] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit - 1 - --- 2016-08-02 Chris Wilson New
drm/i915: Protect older gen against intel_gt_init_powersave() - 2 - --- 2016-08-02 Chris Wilson New
[16/16] drm/i915: Assert that the request hasn't been retired - 1 - --- 2016-08-01 Chris Wilson New
[15/16] drm/i915: Repack fence tiling mode and stride into a single integer - 1 - --- 2016-08-01 Chris Wilson New
[14/16] drm/i915: Remove locking for get_tiling - 1 - --- 2016-08-01 Chris Wilson New
[13/16] drm/i915: Remove pinned check from madvise ioctl - 1 - --- 2016-08-01 Chris Wilson New
[12/16] drm/i915: Reduce locking inside swfinish ioctl - - - --- 2016-08-01 Chris Wilson New
[11/16] drm/i915: Remove (struct_mutex) locking for busy-ioctl - 2 - --- 2016-08-01 Chris Wilson New
[10/16] drm/i915: Remove (struct_mutex) locking for wait-ioctl - 2 - --- 2016-08-01 Chris Wilson New
[09/16] drm/i915: Do a nonblocking wait first in pread/pwrite - - - --- 2016-08-01 Chris Wilson New
[08/16] drm/i915: Remove unused no-shrinker-steal - 1 - --- 2016-08-01 Chris Wilson New
[07/16] drm/i915: Tidy generation of the GTT mmap offset - 1 - --- 2016-08-01 Chris Wilson New
[06/16] drm/gem/shrinker: Wait before acquiring struct_mutex under oom - - - --- 2016-08-01 Chris Wilson New
[05/16] drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex - - - --- 2016-08-01 Chris Wilson New
[04/16] drm/i915/userptr: Remove superfluous interruptible=false on waiting - 1 - --- 2016-08-01 Chris Wilson New
[03/16] drm/i915: Convert non-blocking userptr waits for requests over to using RCU - 1 - --- 2016-08-01 Chris Wilson New
[02/16] drm/i915: Convert non-blocking waits for requests over to using RCU - 1 - --- 2016-08-01 Chris Wilson New
[01/16] drm/i915: Introduce i915_gem_active_wait_unlocked() - 1 - --- 2016-08-01 Chris Wilson New
[v2] drm/i915: Unify request submission - 1 - --- 2016-08-01 Chris Wilson New
[13/73] drm/i915: Move the modulus for ring emission to the register write - - - --- 2016-08-01 Chris Wilson New
[73/73] drm/i915: Export our request as a dma-buf fence on the reservation object - 1 - --- 2016-08-01 Chris Wilson New
[72/73] drm/i915: Enable lockless lookup of request tracking via RCU - 1 - --- 2016-08-01 Chris Wilson New
[71/73] drm/i915: Move i915_gem_object_wait_rendering() - 1 - --- 2016-08-01 Chris Wilson New
[70/73] drm/i915: Move obj->active:5 to obj->flags - 1 - --- 2016-08-01 Chris Wilson New
[69/73] drm/i915: Use dev_priv consistently through the intel_frontbuffer interface - 2 - --- 2016-08-01 Chris Wilson New
[68/73] drm/i915: Use atomics to manipulate obj->frontbuffer_bits - 1 - --- 2016-08-01 Chris Wilson New
[67/73] drm/i915: Make fb_tracking.lock a spinlock - 2 - --- 2016-08-01 Chris Wilson New
[66/73] drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin() - 1 - --- 2016-08-01 Chris Wilson New
[65/73] drm/i915: Make i915_vma_pin() small and inline - 1 - --- 2016-08-01 Chris Wilson New
[64/73] drm/i915: Combine all i915_vma bitfields into a single set of flags - 1 - --- 2016-08-01 Chris Wilson New
[63/73] drm/i915: Start passing around i915_vma from execbuffer - 1 - --- 2016-08-01 Chris Wilson New
[62/73] drm/i915: Wrap vma->pin_count accessors with small inline helpers - 1 - --- 2016-08-01 Chris Wilson New
[61/73] drm/i915: Record allocated vma size - 1 - --- 2016-08-01 Chris Wilson New
[60/73] drm/i915: Update i915_gem_get_ggtt_size/_alignment to use drm_i915_private - 1 - --- 2016-08-01 Chris Wilson New
[59/73] drm/i915: Update the GGTT size/alignment query functions - 1 - --- 2016-08-01 Chris Wilson New
[58/73] drm/i915: Convert 4096 alignment request to 0 for drm_mm allocations - 1 - --- 2016-08-01 Chris Wilson New
[57/73] drm/i915: Split insertion/binding of an object into the VM - 1 - --- 2016-08-01 Chris Wilson New
[56/73] drm/i915: Reduce WARN(i915_gem_valid_gtt_space) to a debug-only check - 1 - --- 2016-08-01 Chris Wilson New
[55/73] drm/i915: Pad GTT views of exec objects up to user specified size - 1 - --- 2016-08-01 Chris Wilson New
[54/73] drm/i915: Fix up vma alignment to be u64 - 1 - --- 2016-08-01 Chris Wilson New
[53/73] drm/i915: Remove i915_gem_execbuffer_retire_commands() - 1 - --- 2016-08-01 Chris Wilson New
[52/73] drm/i915: Remove request retirement before each batch - 1 - --- 2016-08-01 Chris Wilson New
[51/73] drm/i915: Double check the active status on the batch pool - 1 - --- 2016-08-01 Chris Wilson New
[50/73] drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something() - 1 - --- 2016-08-01 Chris Wilson New
[49/73] drm/i915: Combine loops within i915_gem_evict_something - 1 - --- 2016-08-01 Chris Wilson New
[48/73] Revert "drm/i915: Clean up associated VMAs on context destruction" - 1 - --- 2016-08-01 Chris Wilson New
[47/73] drm/i915: Mark the context and address space as closed - 1 - --- 2016-08-01 Chris Wilson New
[46/73] drm/i915: Release vma when the handle is closed - 1 - --- 2016-08-01 Chris Wilson New
« 1 2 ... 172 173 174211 212 »