Compute the hdmi/dp sink audio-video sync delay
int drm_av_sync_delay(struct drm_connector * connector, struct drm_display_mode * mode);
connector
connector associated with the HDMI/DP sink
mode
the display mode
The HDMI/DP sink's audio-video sync delay in milliseconds or 0 if the sink doesn't support audio or video.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place