centos man page for drm_framebuffer_init

Query: drm_framebuffer_init

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DRM_FRAMEBUFFER_INIT(9) 					   DRM Internals					   DRM_FRAMEBUFFER_INIT(9)

NAME
drm_framebuffer_init - initialize a framebuffer
SYNOPSIS
int drm_framebuffer_init(struct drm_device * dev, struct drm_framebuffer * fb, const struct drm_framebuffer_funcs * funcs);
ARGUMENTS
dev DRM device fb framebuffer to be initialized funcs ... with these functions
DESCRIPTION
Allocates an ID for the framebuffer's parent mode object, sets its mode functions & device file and adds it to the master fd list.
IMPORTANT
This functions publishes the fb and makes it available for concurrent access by other users. Which means by this point the fb _must_ be fully set up - since all the fb attributes are invariant over its lifetime, no further locking but only correct reference counting is required.
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_FRAMEBUFFER_INIT(9)
Related Man Pages
device_create_with_groups(9) - centos
glbindframebuffer(3g) - centos
gldeleteframebuffers(3g) - centos
fbdev(4) - suse
glbindframebuffer(3g) - osx
Similar Topics in the Unix Linux Community
Weird 'find' results
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Shopt -s histappend
[TIP] Processing YAML files with yq