Re: [PATCH 1/2] gpu: ipu-v3: pre: move state into struct

2023-01-27 Thread Philipp Zabel
On Thu, Jan 26, 2023 at 07:47:43PM +0100, Lucas Stach wrote: > Move the variables tracking the current dynamic state into a struct > to separate it a bit better from the static device properties. > > Signed-off-by: Lucas Stach Reviewed-by: Philipp Zabel regards Philipp

[PATCH 1/2] gpu: ipu-v3: pre: move state into struct

2023-01-26 Thread Lucas Stach
Move the variables tracking the current dynamic state into a struct to separate it a bit better from the static device properties. Signed-off-by: Lucas Stach --- drivers/gpu/ipu-v3/ipu-pre.c | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/drivers