[PATCH 5/5] drm/imx: add exclusive fence to plane state

2016-09-20 Thread Lucas Stach
Am Montag, den 19.09.2016, 22:48 +0200 schrieb Daniel Vetter: > On Thu, Aug 11, 2016 at 11:18 AM, Lucas Stach > wrote: > > This allows the atomic helper to wait on them, instead of open-coding > > the same in the imx-drm driver. > > > > Signed-off-by: Lucas Stach > > --- > >

[PATCH 5/5] drm/imx: add exclusive fence to plane state

2016-09-19 Thread Daniel Vetter
On Thu, Aug 11, 2016 at 11:18 AM, Lucas Stach wrote: > This allows the atomic helper to wait on them, instead of open-coding > the same in the imx-drm driver. > > Signed-off-by: Lucas Stach > --- > drivers/gpu/drm/imx/imx-drm-core.c | 63 > +- > 1 file

[PATCH 5/5] drm/imx: add exclusive fence to plane state

2016-08-11 Thread Lucas Stach
This allows the atomic helper to wait on them, instead of open-coding the same in the imx-drm driver. Signed-off-by: Lucas Stach --- drivers/gpu/drm/imx/imx-drm-core.c | 63 +- 1 file changed, 28 insertions(+), 35 deletions(-) diff --git