]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/rockchip: inno_hdmi: Rename function inno_hdmi_reset to inno_hdmi_init_hw
authorAndy Yan <andy.yan@rock-chips.com>
Mon, 12 May 2025 12:46:05 +0000 (20:46 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 8 Jul 2025 15:44:08 +0000 (17:44 +0200)
commit55137487bdee89189873e437452a077bb591f33a
tree665b44029f30cc67afafced7909c3ecaa0192512
parent7431c5462c7f20b7f111c9957a007b8de5b8a76a
drm/rockchip: inno_hdmi: Rename function inno_hdmi_reset to inno_hdmi_init_hw

This function not only configure hardware reset register, but also
do some other configurations. Therefore, it is more appropriate to
name it inno_hdmi_init_hw, which will also facilitate the addition
of other functions to this function in the following patch.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250512124615.2848731-5-andyshrk@163.com
drivers/gpu/drm/rockchip/inno_hdmi.c