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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-29
/
+155
2017-11-09
drm/i915: Filter out spurious execlists context-switch interrupts
Chris Wilson
1
-2
/
+32
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-09
drm/i915: Make i915_engine_info pretty printer to standalone
Chris Wilson
1
-0
/
+4
2017-10-04
drm/i915/execlists: Preemption!
Chris Wilson
1
-0
/
+5
2017-09-25
drm/i915: Make execlist port count variable
Mika Kuoppala
1
-4
/
+17
2017-09-25
drm/i915: Add execlist_port_complete
Mika Kuoppala
1
-1
/
+13
2017-09-25
drm/i915: Make own struct for execlist items
Mika Kuoppala
1
-21
/
+79
2017-09-18
drm/i915: Cancel all ready but queued requests when wedging
Chris Wilson
1
-0
/
+8
2017-09-13
drm/i915/execlists: Read the context-status HEAD from the HWSP
Chris Wilson
1
-0
/
+3
2017-09-13
drm/i915/execlists: Read the context-status buffer from the HWSP
Chris Wilson
1
-0
/
+3
2017-09-06
drm/i915: Disable MI_STORE_DATA_IMM for i915g/i915gm
Chris Wilson
1
-11
/
+1
2017-08-18
drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcs
Chris Wilson
1
-0
/
+12
2017-06-20
drm/i915: Look for active requests earlier in the reset path
Michel Thierry
1
-0
/
+1
2017-05-17
drm/i915: Split execlist priority queue into rbtree + linked list
Chris Wilson
1
-0
/
+9
2017-05-17
drm/i915/execlists: Pack the count into the low bits of the port.request
Chris Wilson
1
-2
/
+9
2017-05-04
drm/i915: Micro-optimise hotpath through intel_ring_begin()
Chris Wilson
1
-1
/
+2
2017-05-04
drm/i915: Report the ring->space from intel_ring_update_space()
Chris Wilson
1
-1
/
+1
2017-05-04
drm/i915: Avoid the branch in computing intel_ring_space()
Chris Wilson
1
-14
/
+22
2017-05-04
drm/i915: Use engine->context_pin() to report the intel_ring
Chris Wilson
1
-2
/
+2
2017-04-28
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
1
-3
/
+4
2017-04-26
drm/i915: Skip waking the signaler when enabling before request submission
Chris Wilson
1
-1
/
+2
2017-04-25
drm/i915: Differentiate between sw write location into ring and last hw read
Chris Wilson
1
-2
/
+17
2017-04-11
drm/i915: Rename intel_engine_cs.exec_id to uabi_id
Chris Wilson
1
-1
/
+1
2017-04-11
drm/i915: Generate the engine name based on the instance number
Oscar Mateo
1
-1
/
+3
2017-04-11
drm/i915: Use the same vfunc for BSD2 ring init
Oscar Mateo
1
-1
/
+0
2017-04-11
drm/i915: Classify the engines in class + instance
Daniele Ceraolo Spurio
1
-0
/
+4
2017-04-03
drm/i915: intel_ring.engine is unused
Chris Wilson
1
-3
/
+3
2017-03-27
drm/i915: Refactor tests for validity of RING_TAIL
Chris Wilson
1
-0
/
+11
2017-03-27
drm/i915/execlists: Wrap tail pointer after reset tweaking
Chris Wilson
1
-2
/
+8
2017-03-27
drm/i915: Use BIT() for computing the engine's flag
Chris Wilson
1
-2
/
+2
2017-03-27
drm/i915: Remove unused intel_flush_status_page()
Chris Wilson
1
-8
/
+0
2017-03-27
drm/i915: Fixup intel_write_status_page() for old CPUs without clflush
Chris Wilson
1
-7
/
+15
2017-03-21
drm/i915: Remove intel_ring.last_retired_head
Chris Wilson
1
-10
/
+0
2017-03-16
drm/i915: Move engine->submit_request selection to a vfunc
Chris Wilson
1
-0
/
+4
2017-03-16
drm/i915: make context status notifier head be per engine
Changbin Du
1
-0
/
+3
2017-03-16
drm/i915: Replace irq_seqno_barrier on hws write with a clflush
Chris Wilson
1
-0
/
+4
2017-03-04
drm/i915: Don't use enums for hardware engine id
Michal Wajdeczko
1
-16
/
+16
2017-03-03
drm/i915: Split breadcrumbs spinlock into two
Chris Wilson
1
-3
/
+5
2017-03-03
drm/i915: Generalise wait for execlists to be idle
Chris Wilson
1
-0
/
+1
2017-03-03
drm/i915: Ensure the engine is idle before manually changing HWS
Chris Wilson
1
-0
/
+2
2017-02-28
drm/i915: Delay disabling the user interrupt for breadcrumbs
Chris Wilson
1
-2
/
+5
2017-02-28
drm/i915: Signal first fence from irq handler if complete
Chris Wilson
1
-4
/
+4
2017-02-28
drm/i915: Report both waiters and success from intel_engine_wakeup()
Chris Wilson
1
-23
/
+3
2017-02-23
drm/i915: Allow a request to be cancelled
Chris Wilson
1
-0
/
+1
2017-02-23
drm/i915: Take a reference whilst processing the signaler request
Chris Wilson
1
-1
/
+1
2017-02-23
drm/i915: Protect the request->global_seqno with the engine->timeline lock
Chris Wilson
1
-1
/
+38
2017-02-23
drm/i915: Keep a global seqno per-engine
Chris Wilson
1
-2
/
+2
2017-02-17
drm/i915: Postpone fake breadcrumb interrupt until real interrupts cease
Chris Wilson
1
-1
/
+2
2017-02-17
drm/i915: Consolidate gen8_emit_pipe_control
Tvrtko Ursulin
1
-0
/
+11
[next]