Man Page: struct_drm_fb_helper_funcs
Operating Environment: centos
Section: 9
STRUCTDRM_FB_HELPER(9) DRM Internals STRUCT DRM_FB_HELPER(9)NAMEstruct_drm_fb_helper_funcs - driver callbacks for the fbdev emulation librarySYNOPSISstruct drm_fb_helper_funcs { void (* gamma_set) (struct drm_crtc *crtc, u16 red, u16 green,u16 blue, int regno); void (* gamma_get) (struct drm_crtc *crtc, u16 *red, u16 *green,u16 *blue, int regno); int (* fb_probe) (struct drm_fb_helper *helper,struct drm_fb_helper_surface_size *sizes); bool (* initial_config) (struct drm_fb_helper *fb_helper,struct drm_fb_helper_crtc **crtcs,struct drm_display_mode **modes,bool *enabled, int width, int height); };MEMBERSgamma_set Set the given gamma lut register on the given crtc. gamma_get Read the given gamma lut register on the given crtc, used to save the current lut when force-restoring the fbdev for e.g. kdbg. fb_probe Driver callback to allocate and initialize the fbdev info structure. Futhermore it also needs to allocate the drm framebuffer used to back the fbdev. initial_config Setup an initial fbdev display configurationDESCRIPTIONDriver callbacks used by the fbdev emulation helper library.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 STRUCT DRM_FB_HELPER(9)
| Related Man Pages |
|---|
| fbdev(4) - centos |
| drm_fb_helper_initial_config(9) - centos |
| struct_cfg80211_bss(9) - centos |
| struct_ieee80211_channel(9) - centos |
| struct_tid_ampdu_tx(9) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Tar Command |
| Docker learning Phase-I |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |