commit | 0bb63534fdf3bc9a82bcfe9f5c6a9653b8b2a3f1 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Jul 14 03:26:17 2017 +0300 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Sep 25 00:41:02 2018 +0300 |
tree | 593260193c090a1222dc2d7fd97ca7b6d39ff73a | |
parent | c25c0136119990c62c160d95592714833bc214a5 [diff] |
drm: rcar-du: Perform the initial CRTC setup from rcar_du_crtc_get() The rcar_du_crtc_get() function is always immediately followed by a call to rcar_du_crtc_setup(). Call the later from the former to simplify the code, and add a comment to explain how the get and put calls are balanced. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Tested-by: Jacopo Mondi <jacopo+renesas@jmondi.org> Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>