]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: rockchip: vop: Simplify rkvop_enable
authorJagan Teki <jagan@edgeble.ai>
Wed, 17 Jan 2024 07:51:43 +0000 (13:21 +0530)
committerAnatolij Gustschin <agust@denx.de>
Sun, 21 Apr 2024 07:07:00 +0000 (09:07 +0200)
commit3c0f45c632bb5240208a07b104e279d0f8f5eb9a
tree9cfa4ecfac675dc1627c697ba92e89e3c392bd78
parent25353b5b8b2be4402ec449946235b07670217666
video: rockchip: vop: Simplify rkvop_enable

Get the regs from priv pointer instead of passing it an argument.

This would simplify the code and better readability.

Signed-off-by: Jagan Teki <jagan@edgeble.ai>
drivers/video/rockchip/rk_vop.c