[PATCH v5 22/23] drm: rockchip: Add VOP2 driver

Dmitry Osipenko dmitry.osipenko at collabora.com
Tue Feb 15 11:47:49 PST 2022


09.02.2022 12:53, Sascha Hauer пишет:
> @@ -31,6 +31,9 @@ struct rockchip_crtc_state {
>  	int output_bpc;
>  	int output_flags;
>  	bool enable_afbc;
> +	uint32_t bus_format;
> +	u32 bus_flags;
> +	int color_space;

The variable types could be cleaned up like s/uint32_t/u32/ all over
this patch.

I'd also remove signes from all variables that should be unsigned.



More information about the linux-arm-kernel mailing list