On Tue Jul 29, 2025 at 3:34 PM MDT, Doug Anderson wrote: >> +/** >> + * mipi_dsi_generic_write_var_seq_multi - transmit non-static data using a >> + * generic write packet > > nit: "non-constant", not "non-static" > > From the caller's point of view the difference is that the data is > compile-time constant in one case and not compile-time constant in the > other case. It happens that means you can _store_ it in a "static > const" in one case and not in the other case, but that doesn't make > the parameters "static".
Good point. The storage class is an important implementation detail within drm_mipi_dsi.h, but just that from the perspective of a panel driver author: an implementation detail. I'll go ahead and address this and other feedback in v3. Thanks, Brigham