summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | drm/i915: Convert execlists_elsp_writ() for requestsMika Kuoppala2015-07-061-11/+9Star
* | | drm/i915: Convert intel_lr_context_pin() for requestsMika Kuoppala2015-07-061-16/+15Star
* | | drm/i915: Assign request ringbuf before pinMika Kuoppala2015-07-061-2/+2
* | | drm/i915: Convert execlists_update_context() for requestsMika Kuoppala2015-07-061-19/+13Star
* | | drm/i915: Convert execlist_submit_contexts() for requestsMika Kuoppala2015-07-061-16/+14Star
* | | drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitchArun Siluvery2015-07-061-19/+53
* | | drm/i915: Enable resource streamer on ExeclistsAbdiel Janulgue2015-07-061-2/+6
* | | drm/i915: Reserve space improvementsJohn Harrison2015-07-031-37/+36Star
* | | drm/i915/lrc: Update PDPx registers with lri commandsMichel Thierry2015-06-261-0/+42
* | | drm/i915/gtt: Introduce i915_page_dir_dma_addrMika Kuoppala2015-06-261-3/+1Star
* | | drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaroundArun Siluvery2015-06-241-0/+15
* | | drm/i915: Bail out early if WA batch is not available for given GenArun Siluvery2015-06-231-5/+6
* | | drm/i915: Fix warnings reported by 0-dayArun Siluvery2015-06-231-1/+3
* | | drm/i915: Update a bunch of LRC functions to take requestsJohn Harrison2015-06-231-37/+29Star
* | | drm/i915: Remove 'faked' request from LRC submissionJohn Harrison2015-06-231-16/+5Star
* | | drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison2015-06-231-1/+0Star
* | | drm/i915: Add *_ring_begin() to request allocationJohn Harrison2015-06-231-0/+15
* | | drm/i915: Update intel_logical_ring_begin() to take a request structureJohn Harrison2015-06-231-20/+16Star
* | | drm/i915: Update ring->emit_bb_start() to take a request structureJohn Harrison2015-06-231-7/+5Star
* | | drm/i915: Update ring->emit_request() to take a request structureJohn Harrison2015-06-231-4/+3Star
* | | drm/i915: Update ring->emit_flush() to take a request structureJohn Harrison2015-06-231-9/+8Star
* | | drm/i915: Update flush_all_caches() to take request structuresJohn Harrison2015-06-231-6/+5Star
* | | drm/i915: Update workarounds_emit() to take request structuresJohn Harrison2015-06-231-7/+7
* | | drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison2015-06-231-5/+4Star
* | | drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update add_request() to take a request structureJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update render_state_init() to take a request structureJohn Harrison2015-06-231-10/+8Star
* | | drm/i915: Update init_context() to take a request structureJohn Harrison2015-06-231-5/+4Star
* | | drm/i915: Update deferred context creation to do explicit request managementJohn Harrison2015-06-231-1/+10
* | | drm/i915: Add explicit request management to i915_gem_init_hw()John Harrison2015-06-231-5/+0Star
* | | drm/i915: Don't tag kernel batches as user batchesJohn Harrison2015-06-231-1/+1
* | | drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update move_to_gpu() to take a request structureJohn Harrison2015-06-231-7/+5Star
* | | drm/i915: Update the dispatch tracepoint to use params->requestJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update alloc_request to return the allocated requestJohn Harrison2015-06-231-1/+2
* | | drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison2015-06-231-1/+1
* | | drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison2015-06-231-12/+14
* | | drm/i915: Set context in request from creation even in legacy modeJohn Harrison2015-06-231-7/+4Star
* | | drm/i915: i915_add_request must not failJohn Harrison2015-06-231-1/+1
* | | drm/i915: Reserve ring buffer space for i915_add_request() commandsJohn Harrison2015-06-231-0/+21
* | | drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaroundArun Siluvery2015-06-231-0/+23
* | | drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaroundArun Siluvery2015-06-231-2/+5
* | | drm/i915/gen8: Re-order init pipe_control in lrc modeArun Siluvery2015-06-231-3/+11
* | | drm/i915/gen8: Add infrastructure to initialize WA batch buffersArun Siluvery2015-06-231-4/+219
| |/ |/|
* | drm/i915: Remove unnecessary null check in execlists_context_unqueueMichel Thierry2015-05-271-1/+1
* | drm/i915: Inline check required for object syncing prior to execbufChris Wilson2015-05-211-3/+6
* | drm/i915: Implement inter-engine read-read optimisationsChris Wilson2015-05-211-11/+8Star
* | drm/i915: Warn when execlists changes context without IRQsPeter Antoine2015-05-201-0/+6