Searched refs:drm_dp_start_crc (Results 1 – 3 of 3) sorted by relevance
1210 int drm_dp_start_crc(struct drm_dp_aux *aux, struct drm_crtc *crtc) in drm_dp_start_crc() function1229 EXPORT_SYMBOL(drm_dp_start_crc);
1230 int drm_dp_start_crc(struct drm_dp_aux *aux, struct drm_crtc *crtc);
1723 return drm_dp_start_crc(&dp->aux, connector->state->crtc); in analogix_dp_start_crc()