Show patches with: Submitter = John Harrison       |   1377 patches
« 1 2 ... 11 12 13 14 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[53/53] drm/i915: Move the request/file and request/pid association to creation time - - - --- 2015-02-19 John Harrison New
[52/53] drm/i915: Remove the now obsolete 'outstanding_lazy_request' - - - --- 2015-02-19 John Harrison New
[51/53] drm/i915: Remove the now obsolete intel_ring_get_request() - - - --- 2015-02-19 John Harrison New
[50/53] drm/i915: Update intel_logical_ring_begin() to take a request structure - - - --- 2015-02-19 John Harrison New
[49/53] drm/i915: Make intel_logical_ring_begin() static - - - --- 2015-02-19 John Harrison New
[48/53] drm/i915: Update intel_ring_begin() to take a request structure - - - --- 2015-02-19 John Harrison New
[47/53] drm/i915: Update ironlake_enable_rc6() to do explicit request management - - - --- 2015-02-19 John Harrison New
[46/53] drm/i915: Update cacheline_align() to take a request structure - - - --- 2015-02-19 John Harrison New
[45/53] drm/i915: Update ring->signal() to take a request structure - - - --- 2015-02-19 John Harrison New
[44/53] drm/i915: Update ring->sync_to() to take a request structure - - - --- 2015-02-19 John Harrison New
[43/53] drm/i915: Update ring->emit_bb_start() to take a request structure - - - --- 2015-02-19 John Harrison New
[42/53] drm/i915: Update ring->dispatch_execbuffer() to take a request structure - - - --- 2015-02-19 John Harrison New
[41/53] drm/i915: Update ring->emit_request() to take a request structure - - - --- 2015-02-19 John Harrison New
[40/53] drm/i915: Update ring->add_request() to take a request structure - - - --- 2015-02-19 John Harrison New
[39/53] drm/i915: Update ring->emit_flush() to take a request structure - - - --- 2015-02-19 John Harrison New
[38/53] drm/i915: Update some flush helpers to take request structures - - - --- 2015-02-19 John Harrison New
[37/53] drm/i915: Update ring->flush() to take a requests structure - - - --- 2015-02-19 John Harrison New
[36/53] drm/i915: Update switch_mm() to take a request structure - - - --- 2015-02-19 John Harrison New
[35/53] drm/i915: Update flush_all_caches() to take request structures - - - --- 2015-02-19 John Harrison New
[34/53] drm/i915: Update workarounds_emit() to take request structures - - - --- 2015-02-19 John Harrison New
[33/53] drm/i915: Update a bunch of execbuffer heplers to take request structures - - - --- 2015-02-19 John Harrison New
[32/53] drm/i915: Update mi_set_context() to take a request structure - - - --- 2015-02-19 John Harrison New
[31/53] drm/i915: Update l3_remap to take a request structure - - - --- 2015-02-19 John Harrison New
[30/53] drm/i915: Update [vma|object]_move_to_active() to take request structures - - - --- 2015-02-19 John Harrison New
[29/53] drm/i915: Update add_request() to take a request structure - - - --- 2015-02-19 John Harrison New
[28/53] drm/i915: Update queue_flip() to do explicit request management - - - --- 2015-02-19 John Harrison New
[27/53] drm/i915: Update overlay code to do explicit request management - - - --- 2015-02-19 John Harrison New
[26/53] drm/i915: Update render_state_init() to take a request structure - - - --- 2015-02-19 John Harrison New
[25/53] drm/i915: Update init_context() to take a request structure - - - --- 2015-02-19 John Harrison New
[24/53] drm/i915: Update deferred context creation to do explicit request management - - - --- 2015-02-19 John Harrison New
[23/53] drm/i915: Update do_switch() to take a request structure - - - --- 2015-02-19 John Harrison New
[22/53] drm/i915: Update i915_switch_context() to take a request structure - - - --- 2015-02-19 John Harrison New
[21/53] drm/i915: Set context in request from creation even in legacy mode - - - --- 2015-02-19 John Harrison New
[20/53] drm/i915: Update ppgtt_init_ring() & context_enable() to take requests - - - --- 2015-02-19 John Harrison New
[19/53] drm/i915: Add explicit request management to i915_gem_init_hw() - - - --- 2015-02-19 John Harrison New
[18/53] drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable() - - - --- 2015-02-19 John Harrison New
[17/53] drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring - - - --- 2015-02-19 John Harrison New
[16/53] drm/i915: Update i915_gpu_idle() to manage its own request - - - --- 2015-02-19 John Harrison New
[15/53] drm/i915: Update i915_gem_object_sync() to take a request structure - - - --- 2015-02-19 John Harrison New
[14/53] drm/i915: Update pin_to_display_plane() to do explicit request management - - - --- 2015-02-19 John Harrison New
[13/53] drm/i915: Add flag to i915_add_request() to skip the cache flush - - - --- 2015-02-19 John Harrison New
[12/53] drm/i915: Update execbuffer_move_to_active() to take a request structure - - - --- 2015-02-19 John Harrison New
[11/53] drm/i915: Update move_to_gpu() to take a request structure - - - --- 2015-02-19 John Harrison New
[10/53] drm/i915: Update the dispatch tracepoint to use params->request - - - --- 2015-02-19 John Harrison New
[09/53] drm/i915: Add request to execbuf params and add explicit cleanup - - - --- 2015-02-19 John Harrison New
[08/53] drm/i915: Update alloc_request to return the allocated request - - - --- 2015-02-19 John Harrison New
[07/53] drm/i915: Early alloc request in execbuff - - - --- 2015-02-19 John Harrison New
[06/53] drm/i915: Wrap request allocation with a function pointer - - - --- 2015-02-19 John Harrison New
[05/53] drm/i915: Add return code check to i915_gem_execbuffer_retire_commands() - - - --- 2015-02-19 John Harrison New
[04/53] drm/i915: Merged the many do_execbuf() parameters into a structure - - - --- 2015-02-19 John Harrison New
[03/53] drm/i915: Cache ringbuf pointer in request structure - - - --- 2015-02-19 John Harrison New
[02/53] drm/i915: Add missing trace point to LRC execbuff code path - - - --- 2015-02-19 John Harrison New
[01/53] drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading - - - --- 2015-02-19 John Harrison New
[51/51] drm/i915: Remove the now obsolete 'outstanding_lazy_request' - - - --- 2015-02-13 John Harrison New
[50/51] drm/i915: Remove the now obsolete intel_ring_get_request() - - - --- 2015-02-13 John Harrison New
[49/51] drm/i915: Update intel_logical_ring_begin() to take a request structure - - - --- 2015-02-13 John Harrison New
[48/51] drm/i915: Update intel_ring_begin() to take a request structure - - - --- 2015-02-13 John Harrison New
[47/51] drm/i915: Update ironlake_enable_rc6() to do explicit request management - - - --- 2015-02-13 John Harrison New
[46/51] drm/i915: Update cacheline_align() to take a request structure - - - --- 2015-02-13 John Harrison New
[45/51] drm/i915: Update ring->signal() to take a request structure - - - --- 2015-02-13 John Harrison New
[44/51] drm/i915: Update ring->sync_to() to take a request structure - - - --- 2015-02-13 John Harrison New
[43/51] drm/i915: Update ring->emit_bb_start() to take a request structure - - - --- 2015-02-13 John Harrison New
[42/51] drm/i915: Update ring->dispatch_execbuffer() to take a request structure - - - --- 2015-02-13 John Harrison New
[41/51] drm/i915: Update ring->emit_request() to take a request structure - - - --- 2015-02-13 John Harrison New
[40/51] drm/i915: Update ring->add_request() to take a request structure - - - --- 2015-02-13 John Harrison New
[39/51] drm/i915: Update ring->emit_flush() to take a request structure - - - --- 2015-02-13 John Harrison New
[38/51] drm/i915: Update some flush helpers to take request structures - - - --- 2015-02-13 John Harrison New
[37/51] drm/i915: Update ring->flush() to take a requests structure - - - --- 2015-02-13 John Harrison New
[36/51] drm/i915: Update switch_mm() to take a request structure - - - --- 2015-02-13 John Harrison New
[35/51] drm/i915: Update flush_all_caches() to take request structures - - - --- 2015-02-13 John Harrison New
[34/51] drm/i915: Update workarounds_emit() to take request structures - - - --- 2015-02-13 John Harrison New
[33/51] drm/i915: Update a bunch of execbuffer heplers to take request structures - - - --- 2015-02-13 John Harrison New
[32/51] drm/i915: Update mi_set_context() to take a request structure - - - --- 2015-02-13 John Harrison New
[31/51] drm/i915: Update l3_remap to take a request structure - - - --- 2015-02-13 John Harrison New
[30/51] drm/i915: Update [vma|object]_move_to_active() to take request structures - - - --- 2015-02-13 John Harrison New
[29/51] drm/i915: Update add_request() to take a request structure - - - --- 2015-02-13 John Harrison New
[28/51] drm/i915: Update queue_flip() to do explicit request management - - - --- 2015-02-13 John Harrison New
[27/51] drm/i915: Update overlay code to do explicit request management - - - --- 2015-02-13 John Harrison New
[26/51] drm/i915: Update render_state_init() to take a request structure - - - --- 2015-02-13 John Harrison New
[25/51] drm/i915: Update init_context() to take a request structure - - - --- 2015-02-13 John Harrison New
[24/51] drm/i915: Update deferred context creation to do explicit request management - - - --- 2015-02-13 John Harrison New
[23/51] drm/i915: Update do_switch() to take a request structure - - - --- 2015-02-13 John Harrison New
[22/51] drm/i915: Update i915_switch_context() to take a request structure - - - --- 2015-02-13 John Harrison New
[21/51] drm/i915: Set context in request from creation even in legacy mode - - - --- 2015-02-13 John Harrison New
[20/51] drm/i915: Update ppgtt_init_ring() & context_enable() to take requests - - - --- 2015-02-13 John Harrison New
[19/51] drm/i915: Add explicit request management to i915_gem_init_hw() - - - --- 2015-02-13 John Harrison New
[18/51] drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable() - - - --- 2015-02-13 John Harrison New
[17/51] drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring - - - --- 2015-02-13 John Harrison New
[16/51] drm/i915: Update i915_gpu_idle() to manage its own request - - - --- 2015-02-13 John Harrison New
[15/51] drm/i915: Update i915_gem_object_sync() to take a request structure - - - --- 2015-02-13 John Harrison New
[14/51] drm/i915: Update pin_to_display_plane() to do explicit request management - - - --- 2015-02-13 John Harrison New
[13/51] drm/i915: Add flag to i915_add_request() to skip the cache flush - - - --- 2015-02-13 John Harrison New
[12/51] drm/i915: Update execbuffer_move_to_active() to take a request structure - - - --- 2015-02-13 John Harrison New
[11/51] drm/i915: Update move_to_gpu() to take a request structure - - - --- 2015-02-13 John Harrison New
[10/51] drm/i915: Update the dispatch tracepoint to use params->request - - - --- 2015-02-13 John Harrison New
[09/51] drm/i915: Add request to execbuf params and add explicit cleanup - - - --- 2015-02-13 John Harrison New
[08/51] drm/i915: Update alloc_request to return the allocated request - - - --- 2015-02-13 John Harrison New
[07/51] drm/i915: Early alloc request in execbuff - - - --- 2015-02-13 John Harrison New
[06/51] drm/i915: Wrap request allocation with a function pointer - - - --- 2015-02-13 John Harrison New
[05/51] drm/i915: Add return code check to i915_gem_execbuffer_retire_commands() - - - --- 2015-02-13 John Harrison New
« 1 2 ... 11 12 13 14 »