index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2016-05-11
drm/i915: Introduce IS_GEN macro
Tvrtko Ursulin
1
-4
/
+4
2016-05-11
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
Tvrtko Ursulin
1
-1
/
+1
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-181
/
+147
2016-05-03
drm/i915: Clean up L3 SQC register field definitions
Imre Deak
1
-1
/
+2
2016-04-29
drm/i915: Reload PD tables after semaphore wait on gen8
Chris Wilson
1
-0
/
+10
2016-04-29
drm/i915: Fix serialisation of pipecontrol write vs semaphore signal
Chris Wilson
1
-2
/
+1
2016-04-29
drm/i915: Fix gen8 semaphores id for legacy mode
Chris Wilson
1
-2
/
+7
2016-04-29
drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacy
Chris Wilson
1
-2
/
+30
2016-04-29
drm/i915: Trim the flush for the legacy request emission
Chris Wilson
1
-2
/
+7
2016-04-28
drm/i915: Preallocate enough space for the average request
Chris Wilson
1
-1
/
+15
2016-04-28
drm/i915: Manually unwind after a failed request allocation
Chris Wilson
1
-1
/
+1
2016-04-28
drm/i915: Remove the identical implementations of request space reservation
Chris Wilson
1
-41
/
+3
2016-04-28
drm/i915: Unify intel_ring_begin()
Chris Wilson
1
-112
/
+76
2016-04-28
drm/i915: Use i915_vma_pin_iomap on the ringbuffer object
Chris Wilson
1
-7
/
+9
2016-04-28
drm/i915: Propagate error from drm_gem_object_init()
Chris Wilson
1
-9
/
+10
2016-04-28
drm/i915: Protect gen7 irq_seqno_barrier with uncore lock
Chris Wilson
1
-1
/
+7
2016-04-25
drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()
Dave Gordon
1
-5
/
+5
2016-04-25
drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf
Tim Gore
1
-0
/
+4
2016-04-20
drm/i915: check for ERR_PTR from i915_gem_object_pin_map()
Dave Gordon
1
-6
/
+9
2016-04-20
drm/i915: Remove a couple pointless WARN_ONs
Tvrtko Ursulin
1
-6
/
+1
2016-04-20
drm/i915/gen9: implement WaEnableSamplerGPGPUPreemptionSupport
Tim Gore
1
-3
/
+4
2016-04-14
drm/i915: Force ringbuffers to not be at offset 0
Chris Wilson
1
-2
/
+5
2016-04-14
drm/i915: Prevent leaking of -EIO from i915_wait_request()
Chris Wilson
1
-2
/
+1
2016-04-14
drm/i915: Store the reset counter when constructing a request
Chris Wilson
1
-6
/
+0
2016-04-14
drm/i915: Hide the atomic_read(reset_counter) behind a helper
Chris Wilson
1
-3
/
+4
2016-04-13
drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
Mika Kuoppala
1
-2
/
+3
2016-04-11
drm/i915: Refactor duplicate object vmap functions
Chris Wilson
1
-24
/
+2
2016-04-11
drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_obj
Chris Wilson
1
-13
/
+12
2016-04-09
drm/i915: Separate out the seqno-barrier from engine->get_seqno
Chris Wilson
1
-16
/
+18
2016-04-09
drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+
Chris Wilson
1
-2
/
+11
2016-04-09
drm/i915: Fixup the free space logic in ring_prepare
Akash Goel
1
-3
/
+3
2016-04-08
drm/i915: Reset engine->last_submitted_seqno
Chris Wilson
1
-0
/
+1
2016-04-08
drm/i915: Reset semaphore page for gen8
Chris Wilson
1
-0
/
+8
2016-04-08
drm/i915: Move the hw semaphore initialisation from GEM to the engine
Chris Wilson
1
-0
/
+11
2016-04-08
drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno()
Chris Wilson
1
-4
/
+3
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
1
-1
/
+2
2016-03-24
drm/i915: introduce for_each_engine_id()
Dave Gordon
1
-9
/
+12
2016-03-22
drm/i915/tdr: Initialize hangcheck struct for each engine
Tomas Elf
1
-1
/
+6
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-1
/
+1
2016-03-18
drm/i915/gen9: add WaClearFlowControlGpgpuContextSave
Tim Gore
1
-0
/
+2
2016-03-18
drm/i915: Use shorter route to dev_private where possible
Tvrtko Ursulin
1
-1
/
+1
2016-03-16
drm/i915: More renaming of rings to engines
Tvrtko Ursulin
1
-8
/
+8
2016-03-16
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
1
-6
/
+6
2016-03-16
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
1
-37
/
+37
2016-03-16
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
1
-306
/
+312
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
1
-388
/
+397
2016-02-15
drm/i915: Don't ERROR for an expected intel_rcs_ctx_init() interruption
Chris Wilson
1
-2
/
+2
2016-02-11
drm/i915: check that rpm ref is held when accessing ringbuf in stolen mem
Daniele Ceraolo Spurio
1
-0
/
+3
2016-01-25
drm/i915/gen9: Add WaOCLCoherentLineFlush
Arun Siluvery
1
-0
/
+4
2016-01-25
drm/i915/skl: Enable Per context Preemption granularity control
Arun Siluvery
1
-0
/
+10
[prev]
[next]