drm_crtc_init_with_planes — Initialise a new CRTC object with specified primary and cursor planes.
int drm_crtc_init_with_planes ( | struct drm_device * dev, |
struct drm_crtc * crtc, | |
struct drm_plane * primary, | |
struct drm_plane * cursor, | |
const struct drm_crtc_funcs * funcs) ; |