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:
d6ac4a8
)
drm/msm/mdp4: fix mixer setup for multi-crtc + planes
author
Rob Clark
<robdclark@gmail.com>
Fri, 21 Nov 2014 16:18:01 +0000
(11:18 -0500)
committer
Rob Clark
<robdclark@gmail.com>
Fri, 21 Nov 2014 20:32:37 +0000
(15:32 -0500)
On mdp4 there is a single global LAYERMIXER_IN_CFG register. The
previous logic to share that between multiple crtcs didn't actually
handle plane-disable very well. Easier just to look at all of the
crtcs each time.
Signed-off-by: Rob Clark <robdclark@gmail.com>
No differences found