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