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

#include <drm_crtc.h>

Data Fields

struct drm_framebufferfb
 
struct drm_crtccrtc
 
struct drm_display_modemode
 
uint32_t x
 
uint32_t y
 
struct drm_connector ** connectors
 
size_t num_connectors
 

Detailed Description

drm_mode_set - new values for a CRTC config change : list management : framebuffer to use for new config : CRTC whose configuration we're about to change : mode timings to use : position of this CRTC relative to : position of this CRTC relative to : array of connectors to drive with this CRTC if possible : size of array

Represents a single crtc the connectors that it drives with what mode and from which framebuffer it scans out from.

This is used to set modes.

Definition at line 693 of file drm_crtc.h.

Field Documentation

struct drm_connector** connectors

Definition at line 701 of file drm_crtc.h.

Definition at line 695 of file drm_crtc.h.

Definition at line 694 of file drm_crtc.h.

Definition at line 696 of file drm_crtc.h.

size_t num_connectors

Definition at line 702 of file drm_crtc.h.

Definition at line 698 of file drm_crtc.h.

Definition at line 699 of file drm_crtc.h.


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