summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | drm/i915: Use simpler form of spin_lock_irq(execlist_lock)Chris Wilson2015-04-101-6/+4
| * | drm/i915/gen8: Dynamic page table allocationsMichel Thierry2015-04-101-6/+17
| * | drm/i915/gen8: Split out mappingsMichel Thierry2015-04-101-8/+17
| * | drm/i915: Split the batch pool by engineChris Wilson2015-04-101-0/+2
| * | drm/i915: Do not set L3-LLC Coherency bit in ctx descriptorArun Siluvery2015-04-101-1/+2
| * | drm/i915: Fix for ringbuf space wait in LRC modeJohn Harrison2015-04-011-4/+6
| * | drm/i915: Move common request allocation code into a common functionJohn Harrison2015-04-011-31/+8
| * | drm/i915: Make intel_logical_ring_begin() staticJohn Harrison2015-04-011-237/+237
| |/
* | drm/i915: Workaround to avoid lite restore with HEAD==TAILMichel Thierry2015-04-231-1/+34
|/
* Merge tag 'v4.0-rc3' into drm-nextDave Airlie2015-03-091-4/+4
|\
| * drm/i915: Fix a use after free, and unbalanced refcountingNick Hoath2015-02-241-4/+4
* | Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-03-091-19/+96
|\ \
| * | drm/i915: Cache ringbuf pointer in request structureJohn Harrison2015-02-251-4/+1
| * | drm/i915: Add missing trace point to LRC execbuff code pathJohn Harrison2015-02-251-0/+2
| * | drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison2015-02-251-5/+5
| * | drm/i915: Create page table allocatorsBen Widawsky2015-02-251-8/+8
OpenPOWER on IntegriCloud