kernel/drivers/gpu/drm/rockchip/ebc-dev/tcon/ebc_tcon.h
.. .. @@ -37,6 +37,7 @@ 37 37 void (*frame_addr_set)(struct ebc_tcon *tcon, u32 frame_addr); 38 38 int (*lut_data_set)(struct ebc_tcon *tcon, unsigned int *lut_data, int frame_count, int lut_32); 39 39 void (*frame_start)(struct ebc_tcon *tcon, int frame_total); 40 +40 41 void (*dsp_end_callback)(void); 41 42 }; 42 43