drm_plane_init(9) centos man page | unix.com

Man Page: drm_plane_init

Operating Environment: centos

Section: 9

DRM_PLANE_INIT(9)						   DRM Internals						 DRM_PLANE_INIT(9)

NAME
drm_plane_init - Initialise a new plane object
SYNOPSIS
int drm_plane_init(struct drm_device * dev, struct drm_plane * plane, unsigned long possible_crtcs, const struct drm_plane_funcs * funcs, const uint32_t * formats, uint32_t format_count, bool priv);
ARGUMENTS
dev DRM device plane plane object to init possible_crtcs bitmask of possible CRTCs funcs callbacks for the new plane formats array of supported formats (DRM_FORMAT_*) format_count number of elements in formats priv plane is private (hidden from userspace)?
DESCRIPTION
Inits a new object created as base part of a driver plane object.
RETURNS
Zero on success, error code on failure.
AUTHORS
Jesse Barnes <jesse.barnes@intel.com> Intel Corporation, Initial version Laurent Pinchart <laurent.pinchart@ideasonboard.com> Ideas on board SPRL, Driver internals
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DRM_PLANE_INIT(9)
Related Man Pages
drm_fb_helper_initial_config(9) - centos
drm_crtc_helper_set_mode(9) - centos
glclipplane(3g) - redhat
clargv(l) - redhat
glclipplane(3g) - osx
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Tar Command
CentOS7 restoring file capabilities
Please Welcome Dave Munro to the Moderator Team!