]> 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)
commite93aa74fcaf5b578b4dc13abd0cf45442e395c0b
tree76db28b959bac63f19b33ee3635ad859e9f24a0a
parent33c63bca3986fb7ee2187cfbfa50d55b52f58f83
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