summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.c
AgeCommit message (Expand)Author
2017-02-06drm/i915: Avoid unguarded reads from the request pointerChris Wilson
2017-02-06drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.Zhi Wang
2017-02-06drm/i915: Print execlists restart after resetChris Wilson
2017-02-01drm/i915/execlists: Add interrupt-pending check to intel_execlists_idle()Chris Wilson
2017-02-01drm/i915/execlists: Skip resetting RING_CONTEXT_STATUS_PTRChris Wilson
2017-01-30drm/i915: Create context desc template when context is createdMika Kuoppala
2017-01-30drm/i915/glk: Turn on workarounds that apply to Geminilake tooAnder Conselvan de Oliveira
2017-01-24drm/i915: Dequeue execlists on a new request if any port is availableChris Wilson
2017-01-24drm/i915: Only attempt to pass the first request to execlistsChris Wilson
2017-01-24drm/i915: Skip the execlists CSB scan and rewrite if the ring is untouchedChris Wilson
2017-01-24drm/i915: Only run execlist context-switch handler after an interruptChris Wilson
2017-01-24drm/i915: Only disable execlist preemption for the duration of the requestChris Wilson
2017-01-24drm/i915: Assert that we don't submit to execlists whilst a preempt is pendingChris Wilson
2017-01-23drm/i915: Remove BXT TDL state w/aChris Wilson
2017-01-23drm/i915: Remove BXT disable pixel mask clamping w/aChris Wilson
2017-01-23drm/i915: Remove BXT restore arbitration around ctx switchChris Wilson
2017-01-23drm/i915: Remove BXT incoherent seqno write workaroundChris Wilson
2017-01-23drm/i915: Remove disable_lite_restore_waChris Wilson
2017-01-23drm/i915: Assert that the context-switch completion matches our contextChris Wilson
2017-01-19drm/i915: Remove i915_vma_create from VMA APIChris Wilson
2017-01-12drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson
2017-01-12drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez
2017-01-12drm/i915: check ppgtt validity when init reg stateZhenyu Wang
2017-01-10drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson
2017-01-06drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson
2017-01-05drm/i915/execlists: Reorder execlists register enablingChris Wilson
2017-01-05drm/i915: Assert that we do create the deferred contextChris Wilson
2016-12-31drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson
2016-12-24drm/i915: re-use computed offset bias for context pinDaniele Ceraolo Spurio
2016-12-24drm/i915: request ring to be pinned above GUC_WOPCM_TOPDaniele Ceraolo Spurio
2016-12-18drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfuncChris Wilson
2016-12-18drm/i915/execlists: Request the kernel context be pinned highChris Wilson
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson
2016-12-18drm/i915: Move intel_lrc_context_pin() to avoid the forward declarationChris Wilson
2016-12-16drm/i915: Fix use after free in logical_render_ring_initTvrtko Ursulin
2016-12-05drm/i915/execlists: Use list_safe_reset_next() instead of opencodingChris Wilson
2016-12-01drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin
2016-11-29Revert "drm/i915/execlists: Use a local lock for dfs_link access"Chris Wilson
2016-11-17drm/i915: fix the dequeue logic for single_port_submission contextMin He
2016-11-16drm/i915/execlists: Use a local lock for dfs_link accessChris Wilson
2016-11-14drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson
2016-11-14drm/i915: Remove engine->execlist_lockChris Wilson
2016-11-14drm/i915: Defer transfer onto execution timeline to actual hw submissionChris Wilson
2016-11-07drm/i915: Make sure engines are idle during GPU idling in LR modeImre Deak
2016-10-28drm/i915: Defer breadcrumb emissionChris Wilson
2016-10-28drm/i915: Record space required for breadcrumb emissionChris Wilson
2016-10-28drm/i915: Rename ->emit_request to ->emit_breadcrumbChris Wilson
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson
2016-10-28drm/i915: Refactor object page APIChris Wilson
2016-10-28drm/i915: Reuse the active golden render state batchChris Wilson