Re: [PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits

2021-12-07 Thread Jian-Hong Pan
Maxime Ripard 於 2021年12月3日 週五 下午10:03寫道: > > On Mon, Nov 29, 2021 at 04:31:57PM +0800, Jian-Hong Pan wrote: > > Maxime Ripard 於 2021年11月26日 週五 下午11:45寫道: > > > > > > On Fri, Nov 19, 2021 at 06:24:34PM +0800, Jian-Hong Pan wrote: > > > > Maxime Ripard 於 2021年11月18日 週四 下午6:40寫道: > > > > > > > > >

Re: [PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits

2021-12-03 Thread Maxime Ripard
On Mon, Nov 29, 2021 at 04:31:57PM +0800, Jian-Hong Pan wrote: > Maxime Ripard 於 2021年11月26日 週五 下午11:45寫道: > > > > On Fri, Nov 19, 2021 at 06:24:34PM +0800, Jian-Hong Pan wrote: > > > Maxime Ripard 於 2021年11月18日 週四 下午6:40寫道: > > > > > > > > On Thu, Nov 18, 2021 at 02:42:58PM +0800, Jian-Hong Pan

Re: [PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits

2021-11-29 Thread Maxime Ripard
On Wed, 17 Nov 2021 10:45:21 +0100, Maxime Ripard wrote: > The conversion to DRM commit helpers (f3c420fe19f8, "drm/vc4: kms: Convert to > atomic helpers") introduced a number of issues in corner cases, most of them > showing themselves in the form of either a vblank timeout or use-after-free > err

Re: [PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits

2021-11-29 Thread Jian-Hong Pan
Maxime Ripard 於 2021年11月26日 週五 下午11:45寫道: > > On Fri, Nov 19, 2021 at 06:24:34PM +0800, Jian-Hong Pan wrote: > > Maxime Ripard 於 2021年11月18日 週四 下午6:40寫道: > > > > > > On Thu, Nov 18, 2021 at 02:42:58PM +0800, Jian-Hong Pan wrote: > > > > Maxime Ripard 於 2021年11月17日 週三 下午5:45寫道: > > > > > The conv

Re: [PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits

2021-11-26 Thread Maxime Ripard
On Fri, Nov 19, 2021 at 06:24:34PM +0800, Jian-Hong Pan wrote: > Maxime Ripard 於 2021年11月18日 週四 下午6:40寫道: > > > > On Thu, Nov 18, 2021 at 02:42:58PM +0800, Jian-Hong Pan wrote: > > > Maxime Ripard 於 2021年11月17日 週三 下午5:45寫道: > > > > The conversion to DRM commit helpers (f3c420fe19f8, "drm/vc4: kms

Re: [PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits

2021-11-19 Thread Jian-Hong Pan
Maxime Ripard 於 2021年11月18日 週四 下午6:40寫道: > > On Thu, Nov 18, 2021 at 02:42:58PM +0800, Jian-Hong Pan wrote: > > Maxime Ripard 於 2021年11月17日 週三 下午5:45寫道: > > > The conversion to DRM commit helpers (f3c420fe19f8, "drm/vc4: kms: > > > Convert to > > > atomic helpers") introduced a number of issues

Re: [PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits

2021-11-18 Thread Maxime Ripard
On Thu, Nov 18, 2021 at 02:42:58PM +0800, Jian-Hong Pan wrote: > Maxime Ripard 於 2021年11月17日 週三 下午5:45寫道: > > The conversion to DRM commit helpers (f3c420fe19f8, "drm/vc4: kms: Convert > > to > > atomic helpers") introduced a number of issues in corner cases, most of them > > showing themselves i

Re: [PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits

2021-11-17 Thread Jian-Hong Pan
Maxime Ripard 於 2021年11月17日 週三 下午5:45寫道: > > Hi, > > The conversion to DRM commit helpers (f3c420fe19f8, "drm/vc4: kms: Convert to > atomic helpers") introduced a number of issues in corner cases, most of them > showing themselves in the form of either a vblank timeout or use-after-free > error. >

[PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits

2021-11-17 Thread Maxime Ripard
Hi, The conversion to DRM commit helpers (f3c420fe19f8, "drm/vc4: kms: Convert to atomic helpers") introduced a number of issues in corner cases, most of them showing themselves in the form of either a vblank timeout or use-after-free error. These patches should fix most of them, some of them sti