'\" t .\" Title: drm_fb_helper_fill_fix .\" 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_F" "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_fix \- initializes fixed fbdev information .SH "SYNOPSIS" .HP \w'void\ drm_fb_helper_fill_fix('u .BI "void drm_fb_helper_fill_fix(struct\ fb_info\ *\ " "info" ", uint32_t\ " "pitch" ", uint32_t\ " "depth" ");" .SH "ARGUMENTS" .PP \fIinfo\fR .RS 4 fbdev registered by the helper .RE .PP \fIpitch\fR .RS 4 desired pitch .RE .PP \fIdepth\fR .RS 4 desired depth .RE .SH "DESCRIPTION" .PP Helper to fill in the fixed fbdev information useful for a non\-accelerated fbdev emulations\&. Drivers which support acceleration methods which impose additional constraints need to set up their own limits\&. .PP Drivers should call this (or their equivalent setup code) from their \->fb_probe callback\&. .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