index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2018-05-03
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
1
-9
/
+16
2018-05-03
drm/i915: Move timeline from GTT to ring
Chris Wilson
1
-2
/
+8
2018-04-30
drm/i915: Only track live rings for retiring
Chris Wilson
1
-4
/
+0
2018-04-30
drm/i915: Retire requests along rings
Chris Wilson
1
-1
/
+5
2018-04-30
drm/i915: Wrap engine->context_pin() and engine->context_unpin()
Chris Wilson
1
-9
/
+10
2018-04-25
drm/i915: Use memset64() to align the ring with MI_NOOP
Chris Wilson
1
-6
/
+8
2018-04-14
drm/i915: Check whitelist registers across resets
Chris Wilson
1
-3
/
+1
2018-04-12
drm/i915: Split out functions for different kinds of workarounds
Oscar Mateo
1
-2
/
+6
2018-04-12
drm/i915: Move a bunch of workaround-related code to its own file
Oscar Mateo
1
-0
/
+1
2018-03-19
drm/i915: Prefer memset64() when filling the iomap
Chris Wilson
1
-3
/
+4
2018-03-15
drm/i915: move gen8 irq shifts to intel_lrc.c
Daniele Ceraolo Spurio
1
-2
/
+2
2018-03-15
drm/i915: store all mmio bases in intel_engines
Daniele Ceraolo Spurio
1
-1
/
+0
2018-03-09
drm/i915: Update ring position from request on retiring
Chris Wilson
1
-0
/
+1
2018-02-21
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
1
-100
/
+96
2018-02-10
drm/i915: Use INTEL_GEN everywhere
Tvrtko Ursulin
1
-1
/
+1
2018-02-08
drm/i915: Fix kerneldoc warnings for intel_ringbuffer
Chris Wilson
1
-9
/
+1
2018-02-07
drm/i915: Tidy up some error messages around reset failure
Chris Wilson
1
-9
/
+9
2017-11-23
drm/i915: Move mi_set_context() into the legacy ringbuffer submission
Chris Wilson
1
-1
/
+185
2017-11-23
drm/i915: Unwind incomplete legacy context switches
Chris Wilson
1
-0
/
+1
2017-11-21
drm/i915: Remove i915.semaphores modparam
Chris Wilson
1
-2
/
+2
2017-11-21
drm/i915: Remove obsolete ringbuffer emission for gen8+
Chris Wilson
1
-368
/
+63
2017-11-20
drm/i915: Automatic i915_switch_context for legacy
Chris Wilson
1
-0
/
+4
2017-11-15
drm/i915: Make request's wait-for-space explicit
Chris Wilson
1
-20
/
+36
2017-11-10
drm/i915: Stop caching the "golden" renderstate
Chris Wilson
1
-1
/
+4
2017-11-10
drm/i915: Record the default hw state after reset upon load
Chris Wilson
1
-12
/
+33
2017-11-10
drm/i915: Mark the context state as dirty/written
Chris Wilson
1
-3
/
+3
2017-10-27
drm/i915: Empty the ring before disabling
Chris Wilson
1
-1
/
+5
2017-10-25
drm/i915: Add a hook for making the engines idle (parking) and unparking
Chris Wilson
1
-1
/
+4
2017-10-16
drm/i915: Remove walk over obj->vma_list for the shrinker
Chris Wilson
1
-1
/
+7
2017-10-13
drm/i915: Keep the rings stopped until they have been re-initialized
Chris Wilson
1
-5
/
+3
2017-10-09
drm/i915: Provide an assert for when we expect forcewake to be held
Chris Wilson
1
-1
/
+10
2017-09-22
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
1
-4
/
+4
2017-09-18
drm/i915: Cancel all ready but queued requests when wedging
Chris Wilson
1
-0
/
+20
2017-09-15
drm/i915: Mask everything in ring HWSTAM on gen6+ in ringbuffer mode
Ville Syrjälä
1
-0
/
+3
2017-09-13
drm/i915/lrc: allocate separate page for HWSP
Daniele Ceraolo Spurio
1
-124
/
+1
2017-09-08
drm/i915: Add a default case in gen7 hwsp switch-case
Michel Thierry
1
-5
/
+6
2017-07-27
drm/i915: Enforce that CS packets are qword aligned
Chris Wilson
1
-0
/
+3
2017-06-20
drm/i915: Do not re-calculate num_rings locally
Tvrtko Ursulin
1
-3
/
+2
2017-05-04
drm/i915: Micro-optimise hotpath through intel_ring_begin()
Chris Wilson
1
-31
/
+36
2017-05-04
drm/i915: Report the ring->space from intel_ring_update_space()
Chris Wilson
1
-4
/
+8
2017-05-04
drm/i915: Avoid the branch in computing intel_ring_space()
Chris Wilson
1
-11
/
+13
2017-05-04
drm/i915: Use engine->context_pin() to report the intel_ring
Chris Wilson
1
-12
/
+13
2017-04-28
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
1
-2
/
+2
2017-04-27
drm/i915: Defer context state allocation for legacy ring submission
Chris Wilson
1
-0
/
+50
2017-04-25
drm/i915: Poison the request before emitting commands
Chris Wilson
1
-0
/
+1
2017-04-25
drm/i915: Differentiate between sw write location into ring and last hw read
Chris Wilson
1
-14
/
+27
2017-04-20
drm/i915: Use discardable buffers for rings
Chris Wilson
1
-1
/
+1
2017-04-11
drm/i915: Use the same vfunc for BSD2 ring init
Oscar Mateo
1
-14
/
+0
2017-04-11
drm/i915: Use safer intel_uncore_wait_for_register in ring-init
Chris Wilson
1
-3
/
+3
2017-04-11
drm/i915: Stop sleeping from inside gen6_bsd_submit_request()
Chris Wilson
1
-5
/
+5
[next]