From: Russell King Date: Sun, 24 Nov 2013 13:23:17 +0000 (+0000) Subject: imx-drm: imx-drm-core: use array instead of list for CRTCs X-Git-Tag: v3.15-rc1~139^2~910^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=887eceacc52e3f83fc8dd819c447632d3c0eb7d2;p=pandora-kernel.git imx-drm: imx-drm-core: use array instead of list for CRTCs The DRM core indexes vblank by number, so there's little point maintaining a list, and have to scan the list to find the appropriate structure. Instead, use an array of pointers to the CRTCs. Acked-by: Philipp Zabel Acked-by: Shawn Guo Reviewed-by: Fabio Estevam Signed-off-by: Russell King --- Reading git-diff-tree failed