summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_guc_submission.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+6Star
* drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson2017-01-121-3/+0Star
* 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/+0Star
* 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/+4Star
* 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
* drm/i915/guc: Initialise doorbell cookie to matching valueChris Wilson2016-11-291-1/+1
* drm/i915/guc: Rename client->cookie to match useChris Wilson2016-11-291-3/+3
* drm/i915/guc: Remove spurious includeArkadiusz Hiler2016-11-251-1/+0Star
* drm/i915/guc: Init send_mutex in intel_uc_init_early()Arkadiusz Hiler2016-11-251-1/+0Star
* drm/i915/guc: Move guc_{send,recv}() to intel_uc.cArkadiusz Hiler2016-11-251-129/+18Star
* drm/i915/guc: Drop guc2host/host2guc from namesArkadiusz Hiler2016-11-251-46/+45Star
* drm/i915: Rename intel_guc.h to intel_uc.hArkadiusz Hiler2016-11-251-1/+1
* drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson2016-11-141-0/+1
* drm/i915: Defer transfer onto execution timeline to actual hw submissionChris Wilson2016-11-141-1/+13
* drm/i915/guc: Cache the client mappingChris Wilson2016-11-031-19/+19
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-2/+2
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-1/+2
* drm/i915/guc: WA to address the Ringbuffer coherency issueAkash Goel2016-10-251-0/+6
* drm/i915: Mark the GuC log buffer flush interrupts handling WQ as freezableAkash Goel2016-10-251-3/+12
* drm/i915: Early creation of relay channel for capturing boot time logsAkash Goel2016-10-251-24/+47
* drm/i915: Use SSE4.1 movntdqa based memcpy for sampling GuC log bufferAkash Goel2016-10-251-7/+18
* drm/i915: Debugfs support for GuC logging controlSagar Arun Kamble2016-10-251-0/+59
* drm/i915: Support for forceful flush of GuC log bufferSagar Arun Kamble2016-10-251-0/+30
* drm/i915: Optimization to reduce the sampling time of GuC log bufferAkash Goel2016-10-251-3/+25
* drm/i915: Add stats for GuC log buffer flush interruptsAkash Goel2016-10-251-1/+30
* drm/i915: New lock to serialize the Host2GuC actionsAkash Goel2016-10-251-0/+3
* drm/i915: Add a relay backed debugfs interface for capturing GuC logsAkash Goel2016-10-251-2/+211
* drm/i915: Handle log buffer flush interrupt event from GuCSagar Arun Kamble2016-10-251-0/+186
* drm/i915: Support for GuC interruptsSagar Arun Kamble2016-10-251-0/+5
* drm/i915: New structure to contain GuC logging related fieldsAkash Goel2016-10-251-4/+4
* drm/i915: Decouple GuC log setup from verbosity parameterSagar Arun Kamble2016-10-251-3/+0Star
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-5/+7
* drm/i915/guc: Unwind GuC workqueue reservation if request construction failsChris Wilson2016-10-071-0/+12
* drm/i915/guc: general tidying up (submission)Dave Gordon2016-09-151-31/+32
* drm/i915/guc: Prepare for nonblocking execbuf submissionChris Wilson2016-09-091-12/+23
* drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-091-1/+2
* drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-091-1/+7
* drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()Dave Gordon2016-09-051-11/+7Star
* drm/i915: Make for_each_engine_masked() more compact and quickerChris Wilson2016-08-271-1/+2
* drm/i915: Add missing kerneldoc for guc_client_alloc:enginesChris Wilson2016-08-171-0/+1
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-7/+8
* drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson2016-08-151-17/+4Star
* drm/i915: Use VMA for ringbuffer trackingChris Wilson2016-08-151-10/+6Star