Re: [PATCH 3/4] drm/imx: ipuv3-plane: add function to query atomic update status

2018-10-05 Thread Philipp Zabel
On Fri, 2018-09-14 at 18:59 +0200, Lucas Stach wrote: > This function allows upper layer to check if a requested atomic update > to the plane has been applied or is still pending. > > Signed-off-by: Lucas Stach > --- > drivers/gpu/drm/imx/ipuv3-plane.c | 20 > drivers/gpu/dr

[PATCH 3/4] drm/imx: ipuv3-plane: add function to query atomic update status

2018-09-14 Thread Lucas Stach
This function allows upper layer to check if a requested atomic update to the plane has been applied or is still pending. Signed-off-by: Lucas Stach --- drivers/gpu/drm/imx/ipuv3-plane.c | 20 drivers/gpu/drm/imx/ipuv3-plane.h | 2 ++ 2 files changed, 22 insertions(+) diff