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:
5acb07e
)
drm/msm: block incoming update on pending updates
author
Rob Clark
<robdclark@gmail.com>
Tue, 25 Nov 2014 17:41:18 +0000
(12:41 -0500)
committer
Rob Clark
<robdclark@gmail.com>
Thu, 18 Dec 2014 19:32:14 +0000
(14:32 -0500)
We can't have multiple updates pending on a given CRTC, and we don't
want a sync update to race w/ an async update that preceeded it. So
keep track of which CRTCs have updates in flight, and block later
updates that would conflict.
Signed-off-by: Rob Clark <robdclark@gmail.com>
No differences found