Re: [PATCH 1/4] gpu: ipu-v3: pre: add double buffer status readback

2018-10-05 Thread Philipp Zabel
Hi Lucas, On Fri, 2018-09-14 at 18:59 +0200, Lucas Stach wrote: > This allows the upper layers to check if a double buffer update has > been applied by the PRE or is still pending. > > Signed-off-by: Lucas Stach > --- > drivers/gpu/ipu-v3/ipu-pre.c | 6 ++ > drivers/gpu/ipu-v3/ipu-prv.h | 1

[PATCH 1/4] gpu: ipu-v3: pre: add double buffer status readback

2018-09-14 Thread Lucas Stach
This allows the upper layers to check if a double buffer update has been applied by the PRE or is still pending. Signed-off-by: Lucas Stach --- drivers/gpu/ipu-v3/ipu-pre.c | 6 ++ drivers/gpu/ipu-v3/ipu-prv.h | 1 + 2 files changed, 7 insertions(+) diff --git a/drivers/gpu/ipu-v3/ipu-pre.c