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

2020-10-19 Thread Maxime Ripard
Hi Hoegeun, On Mon, Oct 12, 2020 at 09:25:05PM +0900, Hoegeun Kwon wrote: > Hi Maxime, > > On 10/8/20 8:25 PM, Maxime Ripard wrote: > > 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 R

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

2020-10-12 Thread Hoegeun Kwon
Hi Maxime, On 10/8/20 8:25 PM, Maxime Ripard wrote: > 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 Thanks for this patch set, I checked all patches well works. All patches: Revie

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

2020-10-09 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. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_kms.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/vc4