]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: kms: Split the HVS muxing check in a separate function
authorMaxime Ripard <maxime@cerno.tech>
Thu, 5 Nov 2020 13:56:53 +0000 (14:56 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 19 Nov 2020 13:45:16 +0000 (14:45 +0100)
commitdbb3058275b64afad2697cc08c7e22e40aa222cc
tree3c637072b314ce830fd9799a029a3636dda422df
parent5c4dfac1cb493a7fe0ab35c200893c58a6248dbd
drm/vc4: kms: Split the HVS muxing check in a separate function

The code that assigns HVS channels during atomic_check is starting to grow
a bit big, let's move it into a separate function.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Tested-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Reviewed-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20201105135656.383350-5-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_kms.c