]> git.baikalelectronics.ru Git - kernel.git/commit
drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20
authorAndrey Lebedev <andrey@lebedev.lt>
Wed, 19 Feb 2020 18:08:55 +0000 (20:08 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 20 Feb 2020 17:25:36 +0000 (18:25 +0100)
commitcdcbbd5991e497b4048c78a55cad75fc4dd325a4
tree12da39ef4341ece3c8acfefd8ab8561147ede1f8
parentcaebd53db0f8faa2655dbe58c8450175a98168be
drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20

Timing controllers on A20 are not equivalent: tcon0 on A20 supports
LVDS output and tcon1 does not. Separate the capabilities by
introducing independent set of quirks for each of the tcons.

Signed-off-by: Andrey Lebedev <andrey@lebedev.lt>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20200219180858.4806-3-andrey.lebedev@gmail.com
drivers/gpu/drm/sun4i/sun4i_tcon.c