summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_guc_submission.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Fix doorbell id selectionMichel Thierry2017-05-311-1/+1
* drm/i915/guc: Skip port assign on first iteration of GuC dequeueMichaƂ Winiarski2017-05-231-1/+2
* drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko2017-05-191-3/+0
* drm/i915/guc: Remove last submission result from debugfsMichal Wajdeczko2017-05-191-1/+0
* drm/i915/guc: Remove failed doorbell stat from debugfsMichal Wajdeczko2017-05-191-2/+0
* drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson2017-05-171-1/+1
* drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson2017-05-171-20/+30
* drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson2017-05-171-11/+23
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-281-2/+1
* drm/i915: Skip waking the signaler when enabling before request submissionChris Wilson2017-04-261-1/+1
* drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson2017-04-251-3/+1
* Revert "drm/i915: Skip execlists_dequeue() early if the list is empty"Chris Wilson2017-03-291-12/+0
* drm/i915: Refactor tests for validity of RING_TAILChris Wilson2017-03-271-1/+1
* drm/i915/guc: Refactor the retrieval of guc_process_descChris Wilson2017-03-241-13/+11
* drm/i915/guc: Move guc_interrupts_release next to guc_interrupts_captureOscar Mateo2017-03-231-24/+24
* drm/i915/guc: Split out the mmio_white_list structOscar Mateo2017-03-231-2/+2
* drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage d...Oscar Mateo2017-03-231-58/+60
* drm/i915/guc: A little bit more of doorbell sanitizationOscar Mateo2017-03-231-105/+126
* drm/i915/guc: Wait for doorbell to be inactive before deallocatingOscar Mateo2017-03-231-0/+10
* drm/i915/guc: Improve the GuC documentation & comments about proxy submissionsOscar Mateo2017-03-231-15/+27
* drm/i915/guc: The Additional Data Struct (ADS) should get enabled together wi...Oscar Mateo2017-03-231-5/+12
* drm/i915/guc: Add onion teardown to the GuC setupOscar Mateo2017-03-231-40/+57
* drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy accessOscar Mateo2017-03-231-48/+46
* drm/i915/guc: Sanitize GuC client initializationJoonas Lahtinen2017-03-231-174/+224
* drm/i915: Spinlocks in tasklets can use spin_(un)lock_irqTvrtko Ursulin2017-03-211-3/+2
* drm/i915/guc: Correct the request_in tracepoint positionTvrtko Ursulin2017-03-211-1/+1
* drm/i915: Skip execlists_dequeue() early if the list is emptyChris Wilson2017-03-171-0/+12
* drm/i915: Move engine->submit_request selection to a vfuncChris Wilson2017-03-161-1/+1
* drm/i915/scheduler: emulate a scheduler for gucChris Wilson2017-03-161-9/+101
* drm/i915/guc: Use formalized struct definition for ads objectMichal Wajdeczko2017-03-151-38/+31
* drm/i915: Rename REDIRECT_TO_GUC bitChris Wilson2017-03-131-3/+2
* drm/i915/guc: Update rps.pm_intrmsk_mbz in guc_interrupts_capture/releaseSagar Arun Kamble2017-03-121-0/+26
* drm/i915/guc: Release GuC interrupts in i915_guc_submission_disableSagar Arun Kamble2017-03-121-0/+23
* drm/i915/guc: Fix request re-submission after resetTvrtko Ursulin2017-03-101-4/+28
* drm/i915/guc: Disable irq for __i915_guc_submit wq_lockChris Wilson2017-03-021-5/+3
* drm/i915/guc: Reorder __i915_guc_submit to reduce spinlock holdtimeChris Wilson2017-02-281-6/+7
* drm/i915/guc: Make wq_lock irq-safeChris Wilson2017-02-281-8/+20
* drm/i915/tracepoints: Add backend level request in and out tracepointsTvrtko Ursulin2017-02-211-0/+2
* drm/i915: Remove i915_vma_create from VMA APIChris Wilson2017-01-191-1/+1
* drm/i915/guc: Make the GuC fw loading helper functions generalAnusha Srivatsa2017-01-181-2/+2
* drm/i915/guc: Move GuC log related functions into dedicated fileMichal Wajdeczko2017-01-181-588/+6
* drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson2017-01-121-3/+0
* drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson2017-01-061-1/+1
* drm/i915/guc: Assert that all GGTT offsets used by the GuC are mappableChris Wilson2016-12-281-7/+7
* drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-11/+0
* drm/i915: Fix inconsistent naming of i915_guc_client parameterMichal Wajdeczko2016-12-161-32/+34
* drm/i915: Make various init functions take dev_privTvrtko Ursulin2016-12-011-6/+4
* drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin2016-12-011-1/+1
* drm/i915/guc: Split hw submission for replay after GPU resetChris Wilson2016-11-291-17/+20
* drm/i915/guc: Keep the execbuf client allocated across resetChris Wilson2016-11-291-31/+53
OpenPOWER on IntegriCloud