forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/platform/vsp1/vsp1_drm.h
....@@ -42,7 +42,7 @@
4242 struct vsp1_du_crc_config crc;
4343
4444 /* Frame synchronisation */
45
- void (*du_complete)(void *data, bool completed, u32 crc);
45
+ void (*du_complete)(void *data, unsigned int status, u32 crc);
4646 void *du_private;
4747 };
4848