centos man page for drm_fb_helper_init

Query: drm_fb_helper_init

OS: centos

Section: 9

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

DRM_FB_HELPER_INIT(9)						   DRM Internals					     DRM_FB_HELPER_INIT(9)

NAME
drm_fb_helper_init - initialize a drm_fb_helper structure
SYNOPSIS
int drm_fb_helper_init(struct drm_device * dev, struct drm_fb_helper * fb_helper, int crtc_count, int max_conn_count);
ARGUMENTS
dev drm device fb_helper driver-allocated fbdev helper structure to initialize crtc_count maximum number of crtcs to support in this fbdev emulation max_conn_count max connector count
DESCRIPTION
This allocates the structures for the fbdev helper with the given limits. Note that this won't yet touch the hardware (through the driver interfaces) nor register the fbdev. This is only done in drm_fb_helper_initial_config to allow driver writes more control over the exact init sequence. Drivers must set fb_helper->funcs before calling drm_fb_helper_initial_config.
RETURNS
Zero if everything went ok, nonzero otherwise.
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_FB_HELPER_INIT(9)
Related Man Pages
drm_fb_helper_initial_config(9) - centos
fbdev(4) - opendarwin
fbdev(4) - plan9
fbdev(4) - hpux
fbdev(4) - v7
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
Please Welcome Dave Munro to the Moderator Team!