aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)Author
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson
2016-10-28drm/i915: Defer breadcrumb emissionChris Wilson
2016-10-28drm/i915: Record space required for breadcrumb emissionChris Wilson
2016-10-28drm/i915: Rename ->emit_request to ->emit_breadcrumbChris Wilson
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson
2016-10-28drm/i915: Reuse the active golden render state batchChris Wilson
2016-10-28drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson
2016-10-28drm/i915: Defer active reference until requiredChris Wilson
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson
2016-10-25drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...Akash Goel
2016-10-21drm/i915/gen9: Remove WaEnableYV12BugFixInHalfSliceChicken7Arkadiusz Hiler
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel
2016-10-07drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson
2016-10-05drm/i915: Show RING registers through debugfsChris Wilson
2016-10-05drm/i915: Share the computation of ring size for RING_CTL registerChris Wilson
2016-09-26drm/i915/skl: drop workarounds for F0 revisionJani Nikula
2016-09-26drm/i915/skl: drop workarounds for E0 revisionJani Nikula
2016-09-26drm/i915/skl: drop workarounds for D0 revisionJani Nikula
2016-09-26drm/i915/skl: drop workarounds for C0 revisionJani Nikula
2016-09-26drm/i915/skl: drop workarounds for A0 and B0 revisionsJani Nikula
2016-09-09drm/i915: Update reset path to fix incomplete requestsChris Wilson
2016-09-09drm/i915: Perform a direct reset of the GPU from the waiterChris Wilson
2016-09-09drm/i915: Mark up all locked waitersChris Wilson
2016-09-09drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson
2016-09-07drm/i915: Make HWS_NEEDS_PHYSICAL the exceptionCarlos Santa
2016-09-02drm/i915: sseu: Use sseu_dev_info in device infoImre Deak
2016-08-18drm/i915: Allocate rings from stolenChris Wilson
2016-08-18drm/i915: Allow ringbuffers to be bound anywhereChris Wilson
2016-08-17drm/i915: Initialize legacy semaphores from engine hw id indexed arrayTvrtko Ursulin
2016-08-15drm/i915: Record the RING_MODE register for post-mortem debuggingChris 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 as the primary tracker for semaphore pageChris Wilson
2016-08-15drm/i915: Move common seqno reset to intel_engine_cs.cChris Wilson
2016-08-15drm/i915: Move common scratch allocation/destroy to intel_engine_cs.cChris Wilson
2016-08-15drm/i915: Use VMA for scratch page trackingChris Wilson
2016-08-15drm/i915: Use VMA for ringbuffer trackingChris Wilson
2016-08-15drm/i915: Move assertion for iomap access to i915_vma_pin_iomapChris Wilson
2016-08-15drm/i915: Only change the context object's domain when bindingChris Wilson
2016-08-15drm/i915: Use VMA as the primary object for context stateChris Wilson
2016-08-12drm/i915: Support for creating write combined type vmapsChris Wilson
2016-08-11drm/i915: Store number of active engines in device infoTvrtko Ursulin
2016-08-10drm/i915: Mark unmappable GGTT entries as PIN_HIGHChris Wilson
2016-08-10drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson
2016-08-05drm/i915: fix WaInsertDummyPushConstPsMatthew Auld
2016-08-05drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson
2016-08-05drm/i915: Remove forced stop ring on suspend/unloadChris Wilson
2016-08-04drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson
2016-08-04drm/i915: s/__i915_wait_request/i915_wait_request/Chris Wilson
2016-08-04drm/i915: Disable waitboosting for a saturated engineChris Wilson