Re: [PATCH v2 4/7] drm/vc4: kms: Document the muxing corner cases

2020-10-30 Thread Maxime Ripard
Hi! Thanks for your review On Thu, Oct 29, 2020 at 09:51:04AM +0100, Daniel Vetter wrote: > On Wed, Oct 28, 2020 at 01:41:01PM +0100, Maxime Ripard wrote: > > We've had a number of muxing corner-cases with specific ways to reproduce > > them, so let's document them to make sure they aren't lost a

Re: [PATCH v2 4/7] drm/vc4: kms: Document the muxing corner cases

2020-10-29 Thread Daniel Vetter
On Thu, Oct 29, 2020 at 11:47:28AM +0100, Maxime Ripard wrote: > Hi! > > Thanks for your review > > On Thu, Oct 29, 2020 at 09:51:04AM +0100, Daniel Vetter wrote: > > On Wed, Oct 28, 2020 at 01:41:01PM +0100, Maxime Ripard wrote: > > > We've had a number of muxing corner-cases with specific ways

Re: [PATCH v2 4/7] drm/vc4: kms: Document the muxing corner cases

2020-10-29 Thread Daniel Vetter
On Wed, Oct 28, 2020 at 01:41:01PM +0100, Maxime Ripard wrote: > We've had a number of muxing corner-cases with specific ways to reproduce > them, so let's document them to make sure they aren't lost and introduce > regressions later on. > > Signed-off-by: Maxime Ripard > --- > drivers/gpu/drm/v

[PATCH v2 4/7] drm/vc4: kms: Document the muxing corner cases

2020-10-29 Thread Maxime Ripard
We've had a number of muxing corner-cases with specific ways to reproduce them, so let's document them to make sure they aren't lost and introduce regressions later on. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_kms.c | 22 ++ 1 file changed, 22 insertions(+) d