summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_guc_submission.c
AgeCommit message (Expand)Author
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
2016-08-15drm/i915: Use VMA as the primary object for context stateChris Wilson
2016-08-15drm/i915: Track pinned vma inside gucChris Wilson
2016-08-10drm/i915/guc: use for_each_engine_id() where appropriateDave Gordon
2016-08-10drm/i915/guc: add engine mask to GuC client & pass to GuCDave Gordon
2016-08-10drm/i915/guc: refactor guc_init_doorbell_hw()Dave Gordon
2016-08-10drm/i915/guc: doorbell reset should avoid used doorbellsDave Gordon
2016-08-04drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson
2016-08-02drm/i915/lrc: Update function names to match request flowChris Wilson
2016-08-02drm/i915: Unify request submissionChris Wilson
2016-08-02drm/i915: Rename intel_context[engine].ringbufChris Wilson
2016-07-20drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson
2016-07-20drm/i915: Derive GEM requests from dma-fenceChris Wilson
2016-07-06drm/i915: avoid wait_for_atomic() in non-atomic host2guc_action()Dave Gordon
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-06-21drm/i915/guc: Remove one unnecessary variableTvrtko Ursulin
2016-06-21drm/i915/guc: index host arrays by i915 engine ID, not guc_idDave Gordon
2016-06-14drm/i915/guc: (re)initialise doorbell h/w when enabling GuC submissionDave Gordon
2016-06-14drm/i915/guc: replace assign_doorbell() with select_doorbell_register()Dave Gordon