summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: add some more "i" in platform names for consistencyJani Nikula2016-12-071-2/+2
* drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin2016-12-011-2/+2
* drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin2016-12-011-1/+1
* drm/i915: Defer transfer onto execution timeline to actual hw submissionChris Wilson2016-11-141-0/+2
* drm/i915: Export a function to flush the context upon pinningChris Wilson2016-11-011-6/+5Star
* drm/i915: Move the global sync optimisation to the timelineChris Wilson2016-10-281-3/+0Star
* drm/i915: Defer breadcrumb emissionChris Wilson2016-10-281-112/+57Star
* drm/i915: Record space required for breadcrumb emissionChris Wilson2016-10-281-2/+27
* drm/i915: Rename ->emit_request to ->emit_breadcrumbChris Wilson2016-10-281-8/+8
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-7/+7
* drm/i915: Reuse the active golden render state batchChris Wilson2016-10-281-1/+1
* drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson2016-10-281-3/+11
* drm/i915: Defer active reference until requiredChris Wilson2016-10-281-3/+12
* drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson2016-10-281-6/+8
* drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...Akash Goel2016-10-251-2/+2
* drm/i915/gen9: Remove WaEnableYV12BugFixInHalfSliceChicken7Arkadiusz Hiler2016-10-211-2/+0Star
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-7/+8
* drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-071-1/+1
* drm/i915: Show RING registers through debugfsChris Wilson2016-10-051-16/+0Star
* drm/i915: Share the computation of ring size for RING_CTL registerChris Wilson2016-10-051-3/+2Star
* drm/i915/skl: drop workarounds for F0 revisionJani Nikula2016-09-261-6/+0Star
* drm/i915/skl: drop workarounds for E0 revisionJani Nikula2016-09-261-14/+0Star
* drm/i915/skl: drop workarounds for D0 revisionJani Nikula2016-09-261-10/+2Star
* drm/i915/skl: drop workarounds for C0 revisionJani Nikula2016-09-261-3/+2Star
* drm/i915/skl: drop workarounds for A0 and B0 revisionsJani Nikula2016-09-261-15/+6Star
* drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-091-14/+33
* drm/i915: Perform a direct reset of the GPU from the waiterChris Wilson2016-09-091-3/+0Star
* drm/i915: Mark up all locked waitersChris Wilson2016-09-091-1/+2
* drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-1/+2
* drm/i915: Make HWS_NEEDS_PHYSICAL the exceptionCarlos Santa2016-09-081-10/+10
* drm/i915: sseu: Use sseu_dev_info in device infoImre Deak2016-09-021-2/+2
* drm/i915: Allocate rings from stolenChris Wilson2016-08-181-4/+2Star
* drm/i915: Allow ringbuffers to be bound anywhereChris Wilson2016-08-181-7/+8
* drm/i915: Initialize legacy semaphores from engine hw id indexed arrayTvrtko Ursulin2016-08-171-26/+29
* drm/i915: Record the RING_MODE register for post-mortem debuggingChris Wilson2016-08-151-3/+4
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-14/+14
* drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson2016-08-151-7/+1Star
* drm/i915: Use VMA as the primary tracker for semaphore pageChris Wilson2016-08-151-25/+35
* drm/i915: Move common seqno reset to intel_engine_cs.cChris Wilson2016-08-151-42/+0Star
* drm/i915: Move common scratch allocation/destroy to intel_engine_cs.cChris Wilson2016-08-151-50/+0Star
* drm/i915: Use VMA for scratch page trackingChris Wilson2016-08-151-24/+31
* drm/i915: Use VMA for ringbuffer trackingChris Wilson2016-08-151-129/+114Star
* drm/i915: Move assertion for iomap access to i915_vma_pin_iomapChris Wilson2016-08-151-3/+0Star
* drm/i915: Only change the context object's domain when bindingChris Wilson2016-08-151-0/+4
* drm/i915: Use VMA as the primary object for context stateChris Wilson2016-08-151-3/+3
* drm/i915: Support for creating write combined type vmapsChris Wilson2016-08-121-1/+1
* drm/i915: Store number of active engines in device infoTvrtko Ursulin2016-08-111-3/+3
* drm/i915: Mark unmappable GGTT entries as PIN_HIGHChris Wilson2016-08-101-2/+3
* drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson2016-08-101-2/+0Star
* drm/i915: fix WaInsertDummyPushConstPsMatthew Auld2016-08-051-4/+4