aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-27drm/i915: Enforce that CS packets are qword alignedChris Wilson1-0/+3
2017-06-20drm/i915: Do not re-calculate num_rings locallyTvrtko Ursulin1-3/+2
2017-05-04drm/i915: Micro-optimise hotpath through intel_ring_begin()Chris Wilson1-31/+36
2017-05-04drm/i915: Report the ring->space from intel_ring_update_space()Chris Wilson1-4/+8
2017-05-04drm/i915: Avoid the branch in computing intel_ring_space()Chris Wilson1-11/+13
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson1-12/+13
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen1-2/+2
2017-04-27drm/i915: Defer context state allocation for legacy ring submissionChris Wilson1-0/+50
2017-04-25drm/i915: Poison the request before emitting commandsChris Wilson1-0/+1
2017-04-25drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson1-14/+27
2017-04-20drm/i915: Use discardable buffers for ringsChris Wilson1-1/+1
2017-04-11drm/i915: Use the same vfunc for BSD2 ring initOscar Mateo1-14/+0
2017-04-11drm/i915: Use safer intel_uncore_wait_for_register in ring-initChris Wilson1-3/+3
2017-04-11drm/i915: Stop sleeping from inside gen6_bsd_submit_request()Chris Wilson1-5/+5
2017-04-03drm/i915: Onion unwind for intel_init_ring_common()Chris Wilson1-41/+36
2017-04-03drm/i915: intel_ring.engine is unusedChris Wilson1-15/+13
2017-03-27drm/i915: Refactor tests for validity of RING_TAILChris Wilson1-6/+3
2017-03-27drm/i915: Assert that the request->tail fits within the ringChris Wilson1-0/+3
2017-03-24drm/i915: Fix semaphore emission for BDW+ RCS ringbuffer emissionChris Wilson1-1/+1
2017-03-23drm/i915: Restore marking context objects as dirty on pinningChris Wilson1-0/+2
2017-03-21drm/i915: Remove intel_ring.last_retired_headChris Wilson1-17/+4
2017-03-16drm/i915: Assert that the context pin_counts do not overflowChris Wilson1-0/+1
2017-03-16drm/i915: Move engine->submit_request selection to a vfuncChris Wilson1-2/+13
2017-02-27drm/i915: Reduce context alignmentChris Wilson1-1/+2
2017-02-20drm/i915: Assert that the request->tail is always qword alignedChris Wilson1-0/+3
2017-02-17drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin1-30/+15
2017-02-17drm/i915: Move common workaround code to intel_engine_csTvrtko Ursulin1-550/+0
2017-02-17drm/i915: Make int __intel_ring_space staticTvrtko Ursulin1-1/+1
2017-02-15drm/i915: Remove duplicate intel_logical_ring_workarounds_emitTvrtko Ursulin1-1/+1
2017-02-14drm/i915: fix for WaDisableDopClockGating:bdwRobert Bragg1-1/+5
2017-02-14drm/i915: Emit to ringbuffer directlyTvrtko Ursulin1-316/+276
2017-02-10drm/i915: Rename conditional GEM execution macrosChris Wilson1-1/+1
2017-02-10drm/i915: Always pin contexts into the high GGTTChris Wilson1-9/+3
2017-02-07drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson1-3/+55
2017-02-06drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()Chris Wilson1-0/+1
2017-01-30drm/i915/glk: Turn on workarounds that apply to Geminilake tooAnder Conselvan de Oliveira1-9/+28
2017-01-19drm/i915: Remove i915_vma_create from VMA APIChris Wilson1-3/+3
2017-01-12drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez1-8/+0
2017-01-10drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson1-5/+5
2017-01-06drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson1-2/+2
2016-12-24drm/i915: request ring to be pinned above GUC_WOPCM_TOPDaniele Ceraolo Spurio1-4/+7
2016-12-18drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfuncChris Wilson1-1/+3
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson1-22/+36
2016-12-07drm/i915: add some more "i" in platform names for consistencyJani Nikula1-2/+2
2016-12-01drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin1-2/+2
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin1-1/+1
2016-11-14drm/i915: Defer transfer onto execution timeline to actual hw submissionChris Wilson1-0/+2
2016-11-01drm/i915: Export a function to flush the context upon pinningChris Wilson1-6/+5
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson1-3/+0
2016-10-28drm/i915: Defer breadcrumb emissionChris Wilson1-112/+57