'\" t .\" Title: drm_fb_helper_fill_var .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: DRM Core .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "DRM_FB_HELPER_FILL_V" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "DRM Core" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" drm_fb_helper_fill_var \- initalizes variable fbdev information .SH "SYNOPSIS" .HP \w'void\ drm_fb_helper_fill_var('u .BI "void drm_fb_helper_fill_var(struct\ fb_info\ *\ " "info" ", struct\ drm_fb_helper\ *\ " "fb_helper" ", uint32_t\ " "fb_width" ", uint32_t\ " "fb_height" ");" .SH "ARGUMENTS" .PP \fIinfo\fR .RS 4 fbdev instance to set up .RE .PP \fIfb_helper\fR .RS 4 fb helper instance to use as template .RE .PP \fIfb_width\fR .RS 4 desired fb width .RE .PP \fIfb_height\fR .RS 4 desired fb height .RE .SH "DESCRIPTION" .PP Sets up the variable fbdev metainformation from the given fb helper instance and the drm framebuffer allocated in fb_helper\->fb\&. .PP Drivers should call this (or their equivalent setup code) from their \->fb_probe callback after having allocated the fbdev backing storage framebuffer\&. .SH "AUTHORS" .PP \fBJesse Barnes\fR <\&jesse.barnes@intel.com\&> .br Intel Corporation, .RS 4 Initial version .RE .PP \fBLaurent Pinchart\fR <\&laurent.pinchart@ideasonboard.com\&> .br Ideas on board SPRL, .RS 4 Driver internals .RE .PP \fBDaniel Vetter\fR <\&daniel.vetter@ffwll.ch\&> .br Intel Corporation, .RS 4 Contributions all over the place .RE .SH "COPYRIGHT" .br