summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_guc_submission.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+7
* 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/+4
* drm/i915: Use VMA for ringbuffer trackingChris Wilson2016-08-151-10/+6
* drm/i915: Use VMA as the primary object for context stateChris Wilson2016-08-151-3/+3
* drm/i915: Track pinned vma inside gucChris Wilson2016-08-151-72/+72
* drm/i915/guc: use for_each_engine_id() where appropriateDave Gordon2016-08-101-6/+7
* drm/i915/guc: add engine mask to GuC client & pass to GuCDave Gordon2016-08-101-5/+10
* drm/i915/guc: refactor guc_init_doorbell_hw()Dave Gordon2016-08-101-24/+30
* drm/i915/guc: doorbell reset should avoid used doorbellsDave Gordon2016-08-101-1/+7
* drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson2016-08-041-2/+2
* drm/i915/lrc: Update function names to match request flowChris Wilson2016-08-021-3/+3
* drm/i915: Unify request submissionChris Wilson2016-08-021-3/+12
* drm/i915: Rename intel_context[engine].ringbufChris Wilson2016-08-021-1/+1
* drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson2016-07-201-3/+3
* drm/i915: Derive GEM requests from dma-fenceChris Wilson2016-07-201-2/+2
* drm/i915: avoid wait_for_atomic() in non-atomic host2guc_action()Dave Gordon2016-07-061-2/+8
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-1/+1
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-2/+2
* drm/i915/guc: Remove one unnecessary variableTvrtko Ursulin2016-06-211-2/+1
* drm/i915/guc: index host arrays by i915 engine ID, not guc_idDave Gordon2016-06-211-1/+1
* drm/i915/guc: (re)initialise doorbell h/w when enabling GuC submissionDave Gordon2016-06-141-1/+43
* drm/i915/guc: replace assign_doorbell() with select_doorbell_register()Dave Gordon2016-06-141-31/+31
* drm/i915/guc: refactor doorbell management codeDave Gordon2016-06-141-41/+53
* drm/i915/guc: move guc_ring_doorbell() nearer to callsiteDave Gordon2016-06-141-55/+55
* drm/i915/guc: remove writes to GEN8_DRBREG registersDave Gordon2016-06-141-5/+0
OpenPOWER on IntegriCloud