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, void * cursor, const struct drm_crtc_funcs * funcs);
dev
DRM device
crtc
CRTC object to init
primary
Primary plane for CRTC
cursor
Cursor plane for CRTC
funcs
callbacks for the new CRTC
Inits a new object created as base part of a driver crtc object.
Zero on success, error code on failure.
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