summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+29
* drm/i915: Remove 'faked' request from LRC submissionJohn Harrison2015-06-231-16/+5
* drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison2015-06-231-1/+0
* 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/+16
* drm/i915: Update ring->emit_bb_start() to take a request structureJohn Harrison2015-06-231-7/+5
* drm/i915: Update ring->emit_request() to take a request structureJohn Harrison2015-06-231-4/+3
* drm/i915: Update ring->emit_flush() to take a request structureJohn Harrison2015-06-231-9/+8
* drm/i915: Update flush_all_caches() to take request structuresJohn Harrison2015-06-231-6/+5
* 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/+4
* 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/+8
* drm/i915: Update init_context() to take a request structureJohn Harrison2015-06-231-5/+4
* 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/+0
* 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/+5
* 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/+4
* 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/+8
* drm/i915: Warn when execlists changes context without IRQsPeter Antoine2015-05-201-0/+6
* drm/i915: checking IS_ERR() instead of NULLDan Carpenter2015-05-081-4/+3
* Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...Dave Airlie2015-05-081-269/+233
|\
| * Merge branch 'topic/bxt-stage1' into drm-intel-next-queuedDaniel Vetter2015-04-141-1/+18
| |\
| | * drm/i915/gen9: fix PIPE_CONTROL flush for VS_INVALIDATEImre Deak2015-04-141-1/+18
| * | drm/i915: Remove unused variable from execlists_context_queueMichel Thierry2015-04-101-1/+0
| * | drm/i915: Allocate context objects from stolenChris Wilson2015-04-101-1/+1
| * | drm/i915: Remove request->uniqChris Wilson2015-04-101-1/+0
| * | drm/i915: Reduce locking in execlist command submissionChris Wilson2015-04-101-7/+9
| * | drm/i915: Remove unused variable in intel_lrc.cDaniel Vetter2015-04-101-1/+0
| * | drm/i915: Remove vestigal DRI1 ring quiescing codeChris Wilson2015-04-101-53/+4
| * | drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlistsChris Wilson2015-04-101-3/+0
OpenPOWER on IntegriCloud