drm_crtc_init_with_planes
error = drm_crtc_init_with_planes(ddev, crtc, plane, NULL,
res = drm_crtc_init_with_planes(
ret = drm_crtc_init_with_planes(drm, &crtc->base, primary, NULL,
EXPORT_SYMBOL(drm_crtc_init_with_planes);
ret = drm_crtc_init_with_planes(dev, crtc, primary, NULL, funcs, NULL);
ret = drm_crtc_init_with_planes(display->drm, &crtc->base,
int drm_crtc_init_with_planes(struct drm_device *dev,