Re: [PATCH 1/9] drm/tegra: hub: Remove bogus connection mutex check

2019-12-02 Thread Thierry Reding
On Fri, Nov 29, 2019 at 08:03:09PM +0100, Daniel Vetter wrote: > On Fri, Nov 29, 2019 at 11:12:55AM +0100, Thierry Reding wrote: > > On Fri, Nov 29, 2019 at 10:06:43AM +0100, Daniel Vetter wrote: > > > On Thu, Nov 28, 2019 at 04:37:33PM +0100, Thierry Reding wrote: > > > > From: Thierry Reding > >

Re: [PATCH 1/9] drm/tegra: hub: Remove bogus connection mutex check

2019-11-29 Thread Daniel Vetter
On Fri, Nov 29, 2019 at 11:12:55AM +0100, Thierry Reding wrote: > On Fri, Nov 29, 2019 at 10:06:43AM +0100, Daniel Vetter wrote: > > On Thu, Nov 28, 2019 at 04:37:33PM +0100, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > I have no recollection why that check is there, but it seems

Re: [PATCH 1/9] drm/tegra: hub: Remove bogus connection mutex check

2019-11-29 Thread Thierry Reding
On Fri, Nov 29, 2019 at 10:06:43AM +0100, Daniel Vetter wrote: > On Thu, Nov 28, 2019 at 04:37:33PM +0100, Thierry Reding wrote: > > From: Thierry Reding > > > > I have no recollection why that check is there, but it seems to trigger > > all the time, so remove it. Everything works fine without.

Re: [PATCH 1/9] drm/tegra: hub: Remove bogus connection mutex check

2019-11-29 Thread Daniel Vetter
On Thu, Nov 28, 2019 at 04:37:33PM +0100, Thierry Reding wrote: > From: Thierry Reding > > I have no recollection why that check is there, but it seems to trigger > all the time, so remove it. Everything works fine without. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/drm/tegra/hub.c

[PATCH 1/9] drm/tegra: hub: Remove bogus connection mutex check

2019-11-28 Thread Thierry Reding
From: Thierry Reding I have no recollection why that check is there, but it seems to trigger all the time, so remove it. Everything works fine without. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/hub.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/tegra/hub.