summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_guc_submission.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-19drm/i915: Remove i915_vma_create from VMA APIChris Wilson1-1/+1
2017-01-18drm/i915/guc: Make the GuC fw loading helper functions generalAnusha Srivatsa1-2/+2
2017-01-18drm/i915/guc: Move GuC log related functions into dedicated fileMichal Wajdeczko1-588/+6
2017-01-12drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson1-3/+0
2017-01-06drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson1-1/+1
2016-12-28drm/i915/guc: Assert that all GGTT offsets used by the GuC are mappableChris Wilson1-7/+7
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson1-11/+0
2016-12-16drm/i915: Fix inconsistent naming of i915_guc_client parameterMichal Wajdeczko1-32/+34
2016-12-01drm/i915: Make various init functions take dev_privTvrtko Ursulin1-6/+4
2016-12-01drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin1-1/+1
2016-11-29drm/i915/guc: Split hw submission for replay after GPU resetChris Wilson1-17/+20
2016-11-29drm/i915/guc: Keep the execbuf client allocated across resetChris Wilson1-31/+53
2016-11-29drm/i915/guc: Initialise doorbell cookie to matching valueChris Wilson1-1/+1
2016-11-29drm/i915/guc: Rename client->cookie to match useChris Wilson1-3/+3
2016-11-26drm/i915/guc: Remove spurious includeArkadiusz Hiler1-1/+0
2016-11-26drm/i915/guc: Init send_mutex in intel_uc_init_early()Arkadiusz Hiler1-1/+0
2016-11-26drm/i915/guc: Move guc_{send,recv}() to intel_uc.cArkadiusz Hiler1-129/+18
2016-11-26drm/i915/guc: Drop guc2host/host2guc from namesArkadiusz Hiler1-46/+45
2016-11-26drm/i915: Rename intel_guc.h to intel_uc.hArkadiusz Hiler1-1/+1
2016-11-15drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson1-0/+1
2016-11-15drm/i915: Defer transfer onto execution timeline to actual hw submissionChris Wilson1-1/+13
2016-11-03drm/i915/guc: Cache the client mappingChris Wilson1-19/+19
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson1-2/+2
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson1-1/+2
2016-10-25drm/i915/guc: WA to address the Ringbuffer coherency issueAkash Goel1-0/+6
2016-10-25drm/i915: Mark the GuC log buffer flush interrupts handling WQ as freezableAkash Goel1-3/+12
2016-10-25drm/i915: Early creation of relay channel for capturing boot time logsAkash Goel1-24/+47
2016-10-25drm/i915: Use SSE4.1 movntdqa based memcpy for sampling GuC log bufferAkash Goel1-7/+18
2016-10-25drm/i915: Debugfs support for GuC logging controlSagar Arun Kamble1-0/+59
2016-10-25drm/i915: Support for forceful flush of GuC log bufferSagar Arun Kamble1-0/+30
2016-10-25drm/i915: Optimization to reduce the sampling time of GuC log bufferAkash Goel1-3/+25
2016-10-25drm/i915: Add stats for GuC log buffer flush interruptsAkash Goel1-1/+30
2016-10-25drm/i915: New lock to serialize the Host2GuC actionsAkash Goel1-0/+3
2016-10-25drm/i915: Add a relay backed debugfs interface for capturing GuC logsAkash Goel1-2/+211
2016-10-25drm/i915: Handle log buffer flush interrupt event from GuCSagar Arun Kamble1-0/+186
2016-10-25drm/i915: Support for GuC interruptsSagar Arun Kamble1-0/+5
2016-10-25drm/i915: New structure to contain GuC logging related fieldsAkash Goel1-4/+4
2016-10-25drm/i915: Decouple GuC log setup from verbosity parameterSagar Arun Kamble1-3/+0
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-5/+7
2016-10-07drm/i915/guc: Unwind GuC workqueue reservation if request construction failsChris Wilson1-0/+12
2016-09-15drm/i915/guc: general tidying up (submission)Dave Gordon1-31/+32
2016-09-09drm/i915/guc: Prepare for nonblocking execbuf submissionChris Wilson1-12/+23
2016-09-09drm/i915: Drive request submission through fence callbacksChris Wilson1-1/+2
2016-09-09drm/i915: Update reset path to fix incomplete requestsChris Wilson1-1/+7
2016-09-05drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()Dave Gordon1-11/+7
2016-08-27drm/i915: Make for_each_engine_masked() more compact and quickerChris Wilson1-1/+2
2016-08-17drm/i915: Add missing kerneldoc for guc_client_alloc:enginesChris Wilson1-0/+1
2016-08-15drm/i915: Introduce i915_ggtt_offset()Chris Wilson1-7/+8
2016-08-15drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson1-17/+4
2016-08-15drm/i915: Use VMA for ringbuffer trackingChris Wilson1-10/+6