Re: [PATCH v3 4/7] drm/vc4: kms: Split the HVS muxing check in a separate function

2020-11-19 Thread Thomas Zimmermann
Am 05.11.20 um 14:56 schrieb Maxime Ripard: The code that assigns HVS channels during atomic_check is starting to grow a bit big, let's move it into a separate function. Reviewed-by: Hoegeun Kwon Tested-by: Hoegeun Kwon Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_kms.c | 18 +

[PATCH v3 4/7] drm/vc4: kms: Split the HVS muxing check in a separate function

2020-11-06 Thread Maxime Ripard
The code that assigns HVS channels during atomic_check is starting to grow a bit big, let's move it into a separate function. Reviewed-by: Hoegeun Kwon Tested-by: Hoegeun Kwon Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_kms.c | 18 +++--- 1 file changed, 15 insertions(