Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
drm_fb_helper_funcs Struct Reference

#include <drm_fb_helper.h>

Data Fields

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)
 

Detailed Description

Definition at line 51 of file drm_fb_helper.h.

Field Documentation

Definition at line 57 of file drm_fb_helper.h.

void(* gamma_get)(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, int regno)

Definition at line 54 of file drm_fb_helper.h.

void(* gamma_set)(struct drm_crtc *crtc, u16 red, u16 green, u16 blue, int regno)

Definition at line 52 of file drm_fb_helper.h.


The documentation for this struct was generated from the following file: