git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec3d0c
)
drm/i915: Remove the broken flush_ring from page-flip
author
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 23 Sep 2010 10:00:38 +0000
(11:00 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 23 Sep 2010 10:02:55 +0000
(11:02 +0100)
This is already performed with the pipelined flush, so by the time we
schedule the flush in the page-flip, the ring is NULL and we OOPs
instead.
Reported-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
No differences found