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

#include <drm_crtc.h>

Data Fields

struct drm_framebuffer *(* fb_create )(struct drm_device *dev, struct drm_file *file_priv, struct drm_mode_fb_cmd2 *mode_cmd)
 
void(* output_poll_changed )(struct drm_device *dev)
 

Detailed Description

struct drm_mode_config_funcs - basic driver provided mode setting functions : create a new framebuffer object : function to handle output configuration changes

Some global (i.e. not per-CRTC, connector, etc) mode setting functions that involve drivers.

Definition at line 713 of file drm_crtc.h.

Field Documentation

struct drm_framebuffer*(* fb_create)(struct drm_device *dev, struct drm_file *file_priv, struct drm_mode_fb_cmd2 *mode_cmd)
read

Definition at line 714 of file drm_crtc.h.

void(* output_poll_changed)(struct drm_device *dev)

Definition at line 717 of file drm_crtc.h.


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