commit | 3ecea269959afaae50b001deb294cfb9539dbea3 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Apr 22 15:21:30 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jul 03 16:24:46 2014 +0100 |
tree | b42981b9f3226d2fa76d20482436da40b0e8e5b2 | |
parent | d016540722bb412ffa8376a9db0de757ce915bfb [diff] |
drm/armada: move variant initialisation to CRTC init Move the variant initialisation entirely to the CRTC init function - the variant support is really about the CRTC properties than the whole system, and we want to treat each CRTC individually when we support DT. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>