07:46meltq: dianders: in the case that a panel init sequence uses 2 mipi_dsi_devices (eg in panel-novatek-nt36523.c) and uses a macro to dsi_dcs_write_seq to both of them simultaneously, what do you think is the best approach for conversion?
07:46meltq: since the original behavior would've resulted in the function exiting on an error for either, i was thinking maybe set the accum_err of both dsi_ctx to the same (both <1 if any error) after each write_seq_multi in the macro. do you think this is the best approach?
12:16x512: Why NVK need libclc? libclc contains a lot of AMDGPU stuff, but not Nvidia stuff.
19:17DemiMarie: alyssa: the only thing I care about is that a malicious client cannot cause out of bounds GPU-side reads or writes in the compositor
19:18DemiMarie: I think some compositors might check that stride >= width and that height * stride <= buffer size