aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_request.h
Commit message (Expand)AuthorAge
* drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä2017-01-12
* drm/i915: Nonblocking request submissionChris Wilson2016-09-09
* drm/i915: Prepare object synchronisation for asynchronicityChris Wilson2016-09-09
* drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-09
* drm/i915: Mark up all locked waitersChris Wilson2016-09-09
* drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-09
* drm/i915: Simplify ELSP queue request trackingChris Wilson2016-09-09
* drm/i915: Record the position of the workarounds in the tail of the requestChris Wilson2016-09-09
* drm/i915: Ensure consistent control flow __i915_gem_active_get_rcuDaniel Vetter2016-08-22
* drm/i915: Move debug only per-request pid tracking from request to ctxChris Wilson2016-08-15
* drm/i915: Track pinned VMAChris Wilson2016-08-15
* drm/i915: Move setting of request->batch into its single callsiteChris Wilson2016-08-10
* drm/i915: Do not overwrite the request with zero on reallocationChris Wilson2016-08-09
* drm/i915: Add smp_rmb() to busy ioctl's RCU danceChris Wilson2016-08-09
* drm/i915: Wrap the protected active RCU dereference in a helperChris Wilson2016-08-09
* drm/i915: Remove unused i915_gem_active_peek_rcu()Chris Wilson2016-08-09
* drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson2016-08-05
* drm/i915: Introduce i915_gem_active_wait_unlocked()Chris Wilson2016-08-05
* drm/i915: Enable lockless lookup of request tracking via RCUChris Wilson2016-08-04
* drm/i915: s/__i915_wait_request/i915_wait_request/Chris Wilson2016-08-04
* drm/i915: Move the special case wait-request handling to its one callerChris Wilson2016-08-04
* drm/i915: Track requests inside each intel_ringChris Wilson2016-08-04
* drm/i915: Refactor activity tracking for requestsChris Wilson2016-08-04
* drm/i915: Rename request->list to link for consistencyChris Wilson2016-08-04
* drm/i915: Mark up i915_gem_active for locking annotationChris Wilson2016-08-04
* drm/i915: Prepare i915_gem_active for annotationsChris Wilson2016-08-04
* drm/i915: Introduce i915_gem_active for request trackingChris Wilson2016-08-04
* drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson2016-08-02
* drm/i915: Rename request->ringbuf to request->ringChris Wilson2016-08-02
* drm/i915: Rename request reference/unreference to get/putChris Wilson2016-07-20
* drm/i915: Disable waitboosting for fence_wait()Chris Wilson2016-07-20
* drm/i915: Derive GEM requests from dma-fenceChris Wilson2016-07-20
* drm/i915: Move GEM request routines to i915_gem_request.cChris Wilson2016-07-20