summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | drm/i915: Complete page table structuresBen Widawsky2015-02-251-8/+8
| * | drm/i915: Reset logical ring contexts' head and tail during GPU resetThomas Daniel2015-02-241-0/+35
| * | drm/i915: Request full SSEU enablement on Gen9Jeff McGee2015-02-231-2/+45
* | | Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-03-051-42/+67
|\ \ \ | |/ / | | / | |/ |/|
| * drm/i915/skl: Provide a gen9 specific init_render_ring()Damien Lespiau2015-02-131-1/+15
| * drm/i915: Make intel_logical_ring_advance_and_submit() staticDamien Lespiau2015-02-131-4/+5
| * drm/i915: Make intel_lr_context_render_state_init() staticDamien Lespiau2015-02-131-33/+33
| * drm/i915: Introduce bit definitions of CTXT_SR_CTRL register.Zhi Wang2015-02-131-1/+2
| * drm/i915: gen 9 h/w w/a (WaEnableForceRestoreInCtxtDescForVCS)Nick Hoath2015-02-131-3/+12
* | drm/i915: Insert a command barrier on BLT/BSD cache flushesChris Wilson2015-02-091-9/+11
|/
* drm/i915: Fix a use-after-free in intel_execlists_retire_requestsNick Hoath2015-01-301-1/+1
* drm/i915: Rename unpin_count to pin_countMika Kuoppala2015-01-271-6/+6
* drm/i915: Balance context pinning on reset cleanupMika Kuoppala2015-01-271-0/+1
* drm/i915: Rename the forcewake get/put functionsMika Kuoppala2015-01-271-2/+2
* drm/i915: Assert that runtime pm is active on user fw accessChris Wilson2015-01-271-50/+3
* drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath2015-01-271-25/+19
* drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath2015-01-271-27/+40
* drm/i915: Removed duplicate members from submit_requestNick Hoath2015-01-271-14/+11
* drm/i915: execlist request keeps ptr/ref to gem_requestNick Hoath2015-01-271-6/+25
OpenPOWER on IntegriCloud