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)NAMEdrm_framebuffer_init - initialize a framebufferSYNOPSISint drm_framebuffer_init(struct drm_device * dev, struct drm_framebuffer * fb, const struct drm_framebuffer_funcs * funcs);ARGUMENTSdev DRM device fb framebuffer to be initialized funcs ... with these functionsDESCRIPTIONAllocates an ID for the framebuffer's parent mode object, sets its mode functions & device file and adds it to the master fd list.IMPORTANTThis 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.RETURNSZero on success, error code on failure.AUTHORSJesse Barnes <jesse.barnes@intel.com> Intel Corporation, Initial version Laurent Pinchart <laurent.pinchart@ideasonboard.com> Ideas on board SPRL, Driver internalsCOPYRIGHTKernel Hackers Manual 3.10 June 2014 DRM_FRAMEBUFFER_INIT(9)
Related Man Pages |
---|
modesetting(4) - centos |
device_create_with_groups(9) - centos |
drm_crtc_helper_set_mode(9) - centos |
struct_drm_fb_helper_funcs(9) - centos |
screenblank(1) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Best performance UNIX just for HOST Virtualization? |
How to increment version inside a file? |
Tar Command |
Docker learning Phase-I |
[TIP] Processing YAML files with yq |