summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)Author
2017-03-27drm/i915: Refactor tests for validity of RING_TAILChris Wilson
2017-03-27drm/i915: Assert that the request->tail fits within the ringChris Wilson
2017-03-24drm/i915: Fix semaphore emission for BDW+ RCS ringbuffer emissionChris Wilson
2017-03-23drm/i915: Restore marking context objects as dirty on pinningChris Wilson
2017-03-21drm/i915: Remove intel_ring.last_retired_headChris Wilson
2017-03-16drm/i915: Assert that the context pin_counts do not overflowChris Wilson
2017-03-16drm/i915: Move engine->submit_request selection to a vfuncChris Wilson
2017-02-27drm/i915: Reduce context alignmentChris Wilson
2017-02-20drm/i915: Assert that the request->tail is always qword alignedChris Wilson
2017-02-17drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin
2017-02-17drm/i915: Move common workaround code to intel_engine_csTvrtko Ursulin
2017-02-17drm/i915: Make int __intel_ring_space staticTvrtko Ursulin
2017-02-15drm/i915: Remove duplicate intel_logical_ring_workarounds_emitTvrtko Ursulin
2017-02-14drm/i915: fix for WaDisableDopClockGating:bdwRobert Bragg
2017-02-14drm/i915: Emit to ringbuffer directlyTvrtko Ursulin
2017-02-10drm/i915: Rename conditional GEM execution macrosChris Wilson
2017-02-10drm/i915: Always pin contexts into the high GGTTChris Wilson
2017-02-07drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson
2017-02-06drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()Chris Wilson
2017-01-30drm/i915/glk: Turn on workarounds that apply to Geminilake tooAnder Conselvan de Oliveira
2017-01-19drm/i915: Remove i915_vma_create from VMA APIChris Wilson
2017-01-12drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez
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
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: Unify active context tracking between legacy/execlists/gucChris Wilson
2016-12-07drm/i915: add some more "i" in platform names for consistencyJani Nikula
2016-12-01drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin
2016-11-14drm/i915: Defer transfer onto execution timeline to actual hw submissionChris Wilson
2016-11-01drm/i915: Export a function to flush the context upon pinningChris Wilson
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson
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: Reuse the active golden render state batchChris Wilson
2016-10-28drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson
2016-10-28drm/i915: Defer active reference until requiredChris Wilson
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson
2016-10-25drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...Akash Goel
2016-10-21drm/i915/gen9: Remove WaEnableYV12BugFixInHalfSliceChicken7Arkadiusz Hiler
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel
2016-10-07drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson
2016-10-05drm/i915: Show RING registers through debugfsChris Wilson
2016-10-05drm/i915: Share the computation of ring size for RING_CTL registerChris Wilson
2016-09-26drm/i915/skl: drop workarounds for F0 revisionJani Nikula
2016-09-26drm/i915/skl: drop workarounds for E0 revisionJani Nikula
2016-09-26drm/i915/skl: drop workarounds for D0 revisionJani Nikula