From: Thierry Reding Date: Tue, 16 Dec 2014 17:04:08 +0000 (+0100) Subject: drm/tegra: plane: Use proper possible_crtcs mask X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~25^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=518e6227afe076a7facd9a9b5ce1d5ded98732d5;p=pandora-kernel.git drm/tegra: plane: Use proper possible_crtcs mask 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 --- Reading git-diff-tree failed