]> git.baikalelectronics.ru Git - kernel.git/commit
drm/rockchip: lvds: move hardware-specific functions together
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 24 Dec 2019 14:38:57 +0000 (15:38 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 5 Jan 2020 12:21:51 +0000 (13:21 +0100)
commit839e19aeb34e1eae4863714005166c3f97b636cb
tree76db28b959bac63f19b33ee3635ad859e9f24a0a
parentc358e4ed42243870aca115d9001f0385677cee09
drm/rockchip: lvds: move hardware-specific functions together

Reorganize a bit the functions order to clarify the driver and separate
hardware independent and specific functions a bit. This change only moves
functions around, there is no functional change.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
[adapted to recent drm_panel_get_modes() param change ]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20191224143900.23567-9-miquel.raynal@bootlin.com
drivers/gpu/drm/rockchip/rockchip_lvds.c