summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Assert that we don't submit to execlists whilst a preempt is pendingChris Wilson2017-01-241-0/+1
* drm/i915: Remove BXT TDL state w/aChris Wilson2017-01-231-19/+0
* drm/i915: Remove BXT disable pixel mask clamping w/aChris Wilson2017-01-231-9/+0
* drm/i915: Remove BXT restore arbitration around ctx switchChris Wilson2017-01-231-8/+0
* drm/i915: Remove BXT incoherent seqno write workaroundChris Wilson2017-01-231-17/+0
* drm/i915: Remove disable_lite_restore_waChris Wilson2017-01-231-10/+1
* drm/i915: Assert that the context-switch completion matches our contextChris Wilson2017-01-231-0/+5
* drm/i915: Remove i915_vma_create from VMA APIChris Wilson2017-01-191-2/+2
* drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson2017-01-121-6/+0
* drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez2017-01-121-10/+0
* drm/i915: check ppgtt validity when init reg stateZhenyu Wang2017-01-121-8/+1
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-101-2/+3
* drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson2017-01-061-1/+1
* drm/i915/execlists: Reorder execlists register enablingChris Wilson2017-01-051-14/+4
* drm/i915: Assert that we do create the deferred contextChris Wilson2017-01-051-0/+1
* drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson2016-12-311-1/+1
* drm/i915: re-use computed offset bias for context pinDaniele Ceraolo Spurio2016-12-241-1/+3
* drm/i915: request ring to be pinned above GUC_WOPCM_TOPDaniele Ceraolo Spurio2016-12-241-1/+1
* drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfuncChris Wilson2016-12-181-1/+3
* drm/i915/execlists: Request the kernel context be pinned highChris Wilson2016-12-181-2/+6
* drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-41/+21
* drm/i915: Move intel_lrc_context_pin() to avoid the forward declarationChris Wilson2016-12-181-67/+65
* drm/i915: Fix use after free in logical_render_ring_initTvrtko Ursulin2016-12-161-6/+1
* drm/i915/execlists: Use list_safe_reset_next() instead of opencodingChris Wilson2016-12-051-1/+1
* drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin2016-12-011-2/+2
* Revert "drm/i915/execlists: Use a local lock for dfs_link access"Chris Wilson2016-11-291-5/+2
* drm/i915: fix the dequeue logic for single_port_submission contextMin He2016-11-171-1/+2
* drm/i915/execlists: Use a local lock for dfs_link accessChris Wilson2016-11-161-2/+5
* drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson2016-11-141-8/+143
* drm/i915: Remove engine->execlist_lockChris Wilson2016-11-141-4/+3
* drm/i915: Defer transfer onto execution timeline to actual hw submissionChris Wilson2016-11-141-9/+14
* drm/i915: Make sure engines are idle during GPU idling in LR modeImre Deak2016-11-071-0/+22
* drm/i915: Defer breadcrumb emissionChris Wilson2016-10-281-78/+42
* drm/i915: Record space required for breadcrumb emissionChris Wilson2016-10-281-0/+6
* drm/i915: Rename ->emit_request to ->emit_breadcrumbChris Wilson2016-10-281-5/+5
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-2/+2
* drm/i915: Refactor object page APIChris Wilson2016-10-281-3/+3
* drm/i915: Reuse the active golden render state batchChris Wilson2016-10-281-1/+1
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-5/+6
* drm/i915/guc: Unwind GuC workqueue reservation if request construction failsChris Wilson2016-10-071-7/+10
* drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-071-1/+1
* drm/i915/execlists: Move clearing submission count from reset to initChris Wilson2016-10-051-4/+5
* drm/i915/execlists: Reinitialise context image after GPU hangChris Wilson2016-10-051-41/+62
* drm/i915: Share the computation of ring size for RING_CTL registerChris Wilson2016-10-051-1/+1
* drm/i915/skl: drop workarounds for E0 revisionJani Nikula2016-09-261-3/+2
* drm/i915/skl: drop workarounds for D0 revisionJani Nikula2016-09-261-6/+4
* drm/i915/skl: drop workarounds for A0 and B0 revisionsJani Nikula2016-09-261-5/+3
* drm/i915/execlists: Reset RING registers upon resumeChris Wilson2016-09-211-19/+31
* drm/i915/guc: general tidying up (submission)Dave Gordon2016-09-151-1/+1
* drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-091-2/+3
OpenPOWER on IntegriCloud