On Mon, Oct 13, 2025 at 3:23 AM Jernej Skrabec <[email protected]> wrote: > > drm_universal_plane_init() can already call some callbacks, like > format_mod_supported, during initialization. Because of that, fields > should be initialized beforehand.
I think fields should always be initialized before any structure is passed off to another function. > Signed-off-by: Jernej Skrabec <[email protected]> Reviewed-by: Chen-Yu Tsai <[email protected]>
