Re: [PATCH 10/25] drm: kirin: Move workqueue to ade_hw_ctx structure

2019-04-24 Thread John Stultz
On Wed, Apr 24, 2019 at 9:46 AM Sam Ravnborg wrote: > > Hi John. > > On Tue, Apr 23, 2019 at 04:20:41PM -0700, John Stultz wrote: > > The workqueue used to reset the display when we hit an LDI > > underflow error is ADE specific, so since this patch series > > works to make the kirin_crtc structur

Re: [PATCH 10/25] drm: kirin: Move workqueue to ade_hw_ctx structure

2019-04-24 Thread Sam Ravnborg
Hi John. On Tue, Apr 23, 2019 at 04:20:41PM -0700, John Stultz wrote: > The workqueue used to reset the display when we hit an LDI > underflow error is ADE specific, so since this patch series > works to make the kirin_crtc structure more generic, move the > workqueue to the ade_hw_ctx structure i

[PATCH 10/25] drm: kirin: Move workqueue to ade_hw_ctx structure

2019-04-23 Thread John Stultz
The workqueue used to reset the display when we hit an LDI underflow error is ADE specific, so since this patch series works to make the kirin_crtc structure more generic, move the workqueue to the ade_hw_ctx structure instead. Cc: Xinliang Liu Cc: Rongrong Zou Cc: Xinwei Kong Cc: Chen Feng Cc