Re: [PATCH] drm/tilcdc: Use standard drm_atomic_helper_commit

2020-07-14 Thread Daniel Vetter
On Fri, Jul 10, 2020 at 02:16:50PM +0300, Jyri Sarha wrote: > Thank you Daniel, > Now this works perfectly, all while I was on vacation. > > On 08/07/2020 17:20, Daniel Vetter wrote: > > Gives us proper nonblocking support for free, and a pile of other > > things. The tilcdc code is simply old eno

Re: [PATCH] drm/tilcdc: Use standard drm_atomic_helper_commit

2020-07-10 Thread Jyri Sarha
Thank you Daniel, Now this works perfectly, all while I was on vacation. On 08/07/2020 17:20, Daniel Vetter wrote: > Gives us proper nonblocking support for free, and a pile of other > things. The tilcdc code is simply old enough that it was never > converted over, but was stuck forever with the c

Re: [PATCH] drm/tilcdc: Use standard drm_atomic_helper_commit

2020-07-08 Thread Jyri Sarha
On 08/07/2020 12:44, Daniel Vetter wrote: > Gives us proper nonblocking support for free, and a pile of other > things. The tilcdc code is simply old enough that it was never > converted over, but was stuck forever with the copypasta from when it > was initially merged. > > The riskiest thing with