Searched hist:"9574 b3fe29ba9064c03e8db0e399f5fe356ee03b" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_debugfs.c | diff 9574b3fe29ba9064c03e8db0e399f5fe356ee03b Thu Apr 26 18:03:01 CDT 2012 Ben Widawsky <ben@bwidawsk.net> drm/i915: kill waiting_seqno
The waiting_seqno is not terribly useful, and as such we can remove it so that we'll be able to extract lockless code.
v2: Keep the information for error_state (Chris) Check if ring is initialized in hangcheck (Chris) Capture the waiting ring (Chris)
Signed-off-by: Ben Widawsky <ben@bwidawsk.net> [danvet: add some bikeshed to clarify a comment.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | i915_irq.c | diff 9574b3fe29ba9064c03e8db0e399f5fe356ee03b Thu Apr 26 18:03:01 CDT 2012 Ben Widawsky <ben@bwidawsk.net> drm/i915: kill waiting_seqno
The waiting_seqno is not terribly useful, and as such we can remove it so that we'll be able to extract lockless code.
v2: Keep the information for error_state (Chris) Check if ring is initialized in hangcheck (Chris) Capture the waiting ring (Chris)
Signed-off-by: Ben Widawsky <ben@bwidawsk.net> [danvet: add some bikeshed to clarify a comment.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | i915_gem.c | diff 9574b3fe29ba9064c03e8db0e399f5fe356ee03b Thu Apr 26 18:03:01 CDT 2012 Ben Widawsky <ben@bwidawsk.net> drm/i915: kill waiting_seqno
The waiting_seqno is not terribly useful, and as such we can remove it so that we'll be able to extract lockless code.
v2: Keep the information for error_state (Chris) Check if ring is initialized in hangcheck (Chris) Capture the waiting ring (Chris)
Signed-off-by: Ben Widawsky <ben@bwidawsk.net> [danvet: add some bikeshed to clarify a comment.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | i915_drv.h | diff 9574b3fe29ba9064c03e8db0e399f5fe356ee03b Thu Apr 26 18:03:01 CDT 2012 Ben Widawsky <ben@bwidawsk.net> drm/i915: kill waiting_seqno
The waiting_seqno is not terribly useful, and as such we can remove it so that we'll be able to extract lockless code.
v2: Keep the information for error_state (Chris) Check if ring is initialized in hangcheck (Chris) Capture the waiting ring (Chris)
Signed-off-by: Ben Widawsky <ben@bwidawsk.net> [danvet: add some bikeshed to clarify a comment.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|