commit | 86cf6788a661b8cb459f259e373c5daf09221abe | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Tue Apr 25 23:25:04 2017 +0800 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Sun May 14 08:31:58 2017 +0200 |
tree | 51f077d2af690b223e1a9d04d05697ec2a659570 | |
parent | d281c862de30381c144145a75ec1f0d5efc307ae [diff] |
drm/sun4i: Set TCON clock inside sun4i_tconX_mode_set Currently we are configuring the TCON's dot clock or special clock directly from the encoder mode_set functions. Since we already provide mode_set helper functions for the TCON's 2 channels, we can set the respective clock from those helpers, and reduce the exposure of the TCON's internals. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>