drm_crtc_init — Legacy CRTC initialization function
int drm_crtc_init (
)
dev
DRM device
crtc
CRTC object to init
funcs
callbacks for the new CRTC
Initialize a CRTC object with a default helper-provided primary plane and no cursor plane.
Zero on success, error code on failure.