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:
aa942f6
)
drm/tegra: plane: Use proper possible_crtcs mask
author
Thierry Reding
<treding@nvidia.com>
Tue, 16 Dec 2014 17:04:08 +0000
(18:04 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Tue, 27 Jan 2015 09:14:35 +0000
(10:14 +0100)
The possible_crtcs mask needs to be a mask of CRTC indices. There is no
guarantee that the DRM indices match the hardware pipe number, so the
mask must be computed from the CRTC index.
Signed-off-by: Thierry Reding <treding@nvidia.com>
No differences found