From: Laurent Pinchart Date: Sun, 16 Jun 2013 20:22:23 +0000 (+0200) Subject: drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array size X-Git-Tag: v3.12-rc1~136^2~118^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990d07a5a9582f14b4d6d13cde5311d6c694096a;p=pandora-kernel.git drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array size The rcar_du_device structure contains a field that stores the number of CRTCs, use it instead of the CRTCs array size. This prepares the driver to support a variable number of CRTCs. Signed-off-by: Laurent Pinchart --- Reading git-diff-tree failed