Re: [PATCH v2 06/16] drm/sun4i: Don't process LVDS if TCON doesn't support it

From: Jernej Åkrabec
Date: Wed Feb 28 2018 - 16:43:38 EST


Hi Maxime,

Dne sreda, 28. februar 2018 ob 08:36:08 CET je Maxime Ripard napisal(a):
> On Tue, Feb 27, 2018 at 11:26:51PM +0100, Jernej Skrabec wrote:
> > TCON checks for LVDS properties even if it doesn't support it. Add a
> > check to skip that part of the code if TCON doesn't support channel 0.
> >
> > Signed-off-by: Jernej Skrabec <jernej.skrabec@xxxxxxxx>
>
> I have already sent a similar patch here:
> https://lists.freedesktop.org/archives/dri-devel/2018-February/166665.html

Right. However, check last chunk in my patch. There is no need to call
sun4i_rgb_init() if TCON doesn't support channel 0. It doesn't do anything,
except producing warning. Will you add that this change to your patch and then
I can remove this patch from next revision?

BTW, your patch won't apply cleanly, since you didn't base it on latest code
(every TCON variant has at least one entry now).

Best regards,
Jernej