Re: [PATCH 12/30] drm/sun4i: csc: Simplify arguments with taking plane state
From: Chen-Yu Tsai
Date: Mon Oct 27 2025 - 12:52:17 EST
On Mon, Oct 13, 2025 at 3:23 AM Jernej Skrabec <jernej.skrabec@xxxxxxxxx> wrote:
>
> Taking plane state directly reduces number of arguments, avoids copying
> values and allows making additional decisions. For example, when plane
> is disabled, CSC should be turned off.
>
> This is also cleanup for later patches which will move call to another
> place.
>
> Signed-off-by: Jernej Skrabec <jernej.skrabec@xxxxxxxxx>
Reviewed-by: Chen-Yu Tsai <wens@xxxxxxxxxx>