summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove i915_vma_create from VMA APIChris Wilson2017-01-191-3/+3
* drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez2017-01-121-8/+0
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-101-5/+5
* drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson2017-01-061-2/+2
* drm/i915: request ring to be pinned above GUC_WOPCM_TOPDaniele Ceraolo Spurio2016-12-241-4/+7
* drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfuncChris Wilson2016-12-181-1/+3
* drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-22/+36
* 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/+5
* drm/i915: Move the global sync optimisation to the timelineChris Wilson2016-10-281-3/+0
* drm/i915: Defer breadcrumb emissionChris Wilson2016-10-281-112/+57
* 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/+0
* 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/+0
* drm/i915: Share the computation of ring size for RING_CTL registerChris Wilson2016-10-051-3/+2
* drm/i915/skl: drop workarounds for F0 revisionJani Nikula2016-09-261-6/+0
* drm/i915/skl: drop workarounds for E0 revisionJani Nikula2016-09-261-14/+0
* drm/i915/skl: drop workarounds for D0 revisionJani Nikula2016-09-261-10/+2
* drm/i915/skl: drop workarounds for C0 revisionJani Nikula2016-09-261-3/+2
* drm/i915/skl: drop workarounds for A0 and B0 revisionsJani Nikula2016-09-261-15/+6
* 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/+0
* 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-071-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/+2
* 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/+1
* 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/+0
* drm/i915: Move common scratch allocation/destroy to intel_engine_cs.cChris Wilson2016-08-151-50/+0
* drm/i915: Use VMA for scratch page trackingChris Wilson2016-08-151-24/+31
* drm/i915: Use VMA for ringbuffer trackingChris Wilson2016-08-151-129/+114
* drm/i915: Move assertion for iomap access to i915_vma_pin_iomapChris Wilson2016-08-151-3/+0
OpenPOWER on IntegriCloud