index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_ringbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-27
drm/i915: Reduce context alignment
Chris Wilson
1
-1
/
+2
2017-02-20
drm/i915: Assert that the request->tail is always qword aligned
Chris Wilson
1
-0
/
+3
2017-02-17
drm/i915: Consolidate gen8_emit_pipe_control
Tvrtko Ursulin
1
-30
/
+15
2017-02-17
drm/i915: Move common workaround code to intel_engine_cs
Tvrtko Ursulin
1
-550
/
+0
2017-02-17
drm/i915: Make int __intel_ring_space static
Tvrtko Ursulin
1
-1
/
+1
2017-02-15
drm/i915: Remove duplicate intel_logical_ring_workarounds_emit
Tvrtko Ursulin
1
-1
/
+1
2017-02-14
drm/i915: fix for WaDisableDopClockGating:bdw
Robert Bragg
1
-1
/
+5
2017-02-14
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
1
-316
/
+276
2017-02-10
drm/i915: Rename conditional GEM execution macros
Chris Wilson
1
-1
/
+1
2017-02-10
drm/i915: Always pin contexts into the high GGTT
Chris Wilson
1
-9
/
+3
2017-02-07
drm/i915: Restore context and pd for ringbuffer submission after reset
Chris Wilson
1
-3
/
+55
2017-02-06
drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()
Chris Wilson
1
-0
/
+1
2017-01-30
drm/i915/glk: Turn on workarounds that apply to Geminilake too
Ander Conselvan de Oliveira
1
-9
/
+28
2017-01-19
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
1
-3
/
+3
2017-01-12
drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.
Francisco Jerez
1
-8
/
+0
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
1
-5
/
+5
2017-01-06
drm/i915: Simplify testing for am-I-the-kernel-context?
Chris Wilson
1
-2
/
+2
2016-12-24
drm/i915: request ring to be pinned above GUC_WOPCM_TOP
Daniele Ceraolo Spurio
1
-4
/
+7
2016-12-18
drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
Chris Wilson
1
-1
/
+3
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
1
-22
/
+36
2016-12-07
drm/i915: add some more "i" in platform names for consistency
Jani Nikula
1
-2
/
+2
2016-12-01
drm/i915: Make GEM object create and create from data take dev_priv
Tvrtko Ursulin
1
-2
/
+2
2016-12-01
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-11-14
drm/i915: Defer transfer onto execution timeline to actual hw submission
Chris Wilson
1
-0
/
+2
2016-11-01
drm/i915: Export a function to flush the context upon pinning
Chris Wilson
1
-6
/
+5
2016-10-28
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
1
-3
/
+0
2016-10-28
drm/i915: Defer breadcrumb emission
Chris Wilson
1
-112
/
+57
2016-10-28
drm/i915: Record space required for breadcrumb emission
Chris Wilson
1
-2
/
+27
2016-10-28
drm/i915: Rename ->emit_request to ->emit_breadcrumb
Chris Wilson
1
-8
/
+8
2016-10-28
drm/i915: Introduce a global_seqno for each request
Chris Wilson
1
-7
/
+7
2016-10-28
drm/i915: Reuse the active golden render state batch
Chris Wilson
1
-1
/
+1
2016-10-28
drm/i915: Introduce an internal allocator for disposable private objects
Chris Wilson
1
-3
/
+11
2016-10-28
drm/i915: Defer active reference until required
Chris Wilson
1
-3
/
+12
2016-10-28
drm/i915: Rearrange i915_wait_request() accounting with callers
Chris Wilson
1
-6
/
+8
2016-10-25
drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...
Akash Goel
1
-2
/
+2
2016-10-21
drm/i915/gen9: Remove WaEnableYV12BugFixInHalfSliceChicken7
Arkadiusz Hiler
1
-2
/
+0
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-7
/
+8
2016-10-07
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
1
-1
/
+1
2016-10-05
drm/i915: Show RING registers through debugfs
Chris Wilson
1
-16
/
+0
2016-10-05
drm/i915: Share the computation of ring size for RING_CTL register
Chris Wilson
1
-3
/
+2
2016-09-26
drm/i915/skl: drop workarounds for F0 revision
Jani Nikula
1
-6
/
+0
2016-09-26
drm/i915/skl: drop workarounds for E0 revision
Jani Nikula
1
-14
/
+0
2016-09-26
drm/i915/skl: drop workarounds for D0 revision
Jani Nikula
1
-10
/
+2
2016-09-26
drm/i915/skl: drop workarounds for C0 revision
Jani Nikula
1
-3
/
+2
2016-09-26
drm/i915/skl: drop workarounds for A0 and B0 revisions
Jani Nikula
1
-15
/
+6
2016-09-09
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
1
-14
/
+33
2016-09-09
drm/i915: Perform a direct reset of the GPU from the waiter
Chris Wilson
1
-3
/
+0
2016-09-09
drm/i915: Mark up all locked waiters
Chris Wilson
1
-1
/
+2
2016-09-09
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
1
-1
/
+2
2016-09-07
drm/i915: Make HWS_NEEDS_PHYSICAL the exception
Carlos Santa
1
-10
/
+10
[next]