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.