index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_ringbuffer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Restore context and pd for ringbuffer submission after reset
Chris Wilson
2017-02-16
1
-3
/
+55
*
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
2017-01-19
1
-3
/
+3
*
drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.
Francisco Jerez
2017-01-12
1
-8
/
+0
*
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
2017-01-10
1
-5
/
+5
*
drm/i915: Simplify testing for am-I-the-kernel-context?
Chris Wilson
2017-01-06
1
-2
/
+2
*
drm/i915: request ring to be pinned above GUC_WOPCM_TOP
Daniele Ceraolo Spurio
2016-12-24
1
-4
/
+7
*
drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
Chris Wilson
2016-12-18
1
-1
/
+3
*
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
2016-12-18
1
-22
/
+36
*
drm/i915: add some more "i" in platform names for consistency
Jani Nikula
2016-12-07
1
-2
/
+2
*
drm/i915: Make GEM object create and create from data take dev_priv
Tvrtko Ursulin
2016-12-01
1
-2
/
+2
*
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
Tvrtko Ursulin
2016-12-01
1
-1
/
+1
*
drm/i915: Defer transfer onto execution timeline to actual hw submission
Chris Wilson
2016-11-14
1
-0
/
+2
*
drm/i915: Export a function to flush the context upon pinning
Chris Wilson
2016-11-01
1
-6
/
+5
*
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
2016-10-28
1
-3
/
+0
*
drm/i915: Defer breadcrumb emission
Chris Wilson
2016-10-28
1
-112
/
+57
*
drm/i915: Record space required for breadcrumb emission
Chris Wilson
2016-10-28
1
-2
/
+27
*
drm/i915: Rename ->emit_request to ->emit_breadcrumb
Chris Wilson
2016-10-28
1
-8
/
+8
*
drm/i915: Introduce a global_seqno for each request
Chris Wilson
2016-10-28
1
-7
/
+7
*
drm/i915: Reuse the active golden render state batch
Chris Wilson
2016-10-28
1
-1
/
+1
*
drm/i915: Introduce an internal allocator for disposable private objects
Chris Wilson
2016-10-28
1
-3
/
+11
*
drm/i915: Defer active reference until required
Chris Wilson
2016-10-28
1
-3
/
+12
*
drm/i915: Rearrange i915_wait_request() accounting with callers
Chris Wilson
2016-10-28
1
-6
/
+8
*
drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...
Akash Goel
2016-10-25
1
-2
/
+2
*
drm/i915/gen9: Remove WaEnableYV12BugFixInHalfSliceChicken7
Arkadiusz Hiler
2016-10-21
1
-2
/
+0
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-7
/
+8
*
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
2016-10-07
1
-1
/
+1
*
drm/i915: Show RING registers through debugfs
Chris Wilson
2016-10-05
1
-16
/
+0
*
drm/i915: Share the computation of ring size for RING_CTL register
Chris Wilson
2016-10-05
1
-3
/
+2
*
drm/i915/skl: drop workarounds for F0 revision
Jani Nikula
2016-09-26
1
-6
/
+0
*
drm/i915/skl: drop workarounds for E0 revision
Jani Nikula
2016-09-26
1
-14
/
+0
*
drm/i915/skl: drop workarounds for D0 revision
Jani Nikula
2016-09-26
1
-10
/
+2
*
drm/i915/skl: drop workarounds for C0 revision
Jani Nikula
2016-09-26
1
-3
/
+2
*
drm/i915/skl: drop workarounds for A0 and B0 revisions
Jani Nikula
2016-09-26
1
-15
/
+6
*
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
2016-09-09
1
-14
/
+33
*
drm/i915: Perform a direct reset of the GPU from the waiter
Chris Wilson
2016-09-09
1
-3
/
+0
*
drm/i915: Mark up all locked waiters
Chris Wilson
2016-09-09
1
-1
/
+2
*
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
2016-09-09
1
-1
/
+2
*
drm/i915: Make HWS_NEEDS_PHYSICAL the exception
Carlos Santa
2016-09-08
1
-10
/
+10
*
drm/i915: sseu: Use sseu_dev_info in device info
Imre Deak
2016-09-02
1
-2
/
+2
*
drm/i915: Allocate rings from stolen
Chris Wilson
2016-08-18
1
-4
/
+2
*
drm/i915: Allow ringbuffers to be bound anywhere
Chris Wilson
2016-08-18
1
-7
/
+8
*
drm/i915: Initialize legacy semaphores from engine hw id indexed array
Tvrtko Ursulin
2016-08-17
1
-26
/
+29
*
drm/i915: Record the RING_MODE register for post-mortem debugging
Chris Wilson
2016-08-15
1
-3
/
+4
*
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
2016-08-15
1
-14
/
+14
*
drm/i915: Consolidate i915_vma_unpin_and_release()
Chris Wilson
2016-08-15
1
-7
/
+1
*
drm/i915: Use VMA as the primary tracker for semaphore page
Chris Wilson
2016-08-15
1
-25
/
+35
*
drm/i915: Move common seqno reset to intel_engine_cs.c
Chris Wilson
2016-08-15
1
-42
/
+0
*
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
Chris Wilson
2016-08-15
1
-50
/
+0
*
drm/i915: Use VMA for scratch page tracking
Chris Wilson
2016-08-15
1
-24
/
+31
*
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
2016-08-15
1
-129
/
+114
[next]