Linux Kernel
3.7.1
|
#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) |
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.
|
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.