Searched refs:du_complete (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drm.c38 if (drm_pipe->du_complete) {
46 drm_pipe->du_complete(drm_pipe->du_private, status, crc);
693 drm_pipe->du_complete = NULL;
745 drm_pipe->du_complete = cfg->callback;
H A Dvsp1_drm.h29 * @du_complete: frame completion callback for the DU driver (optional)
30 * @du_private: data to be passed to the du_complete callback
45 void (*du_complete)(void *data, unsigned int status, u32 crc); member in struct:vsp1_drm_pipeline

Completed in 320 milliseconds