Linux Kernel
3.7.1
|
#include <drm_crtc.h>
Data Fields | |
uint32_t | num_crtcs |
uint32_t | num_encoders |
uint32_t | num_connectors |
uint32_t * | id_list |
drm_mode_group - group of mode setting resources for potential sub-grouping : CRTC count : encoder count : connector count : list of KMS object IDs in this group
Currently this simply tracks the global mode setting state. But in the future it could allow groups of objects to be set aside into independent control groups for use by different user level processes (e.g. two X servers running simultaneously on different heads, each with their own mode configuration and freedom of mode setting).
Definition at line 733 of file drm_crtc.h.
uint32_t* id_list |
Definition at line 739 of file drm_crtc.h.
uint32_t num_connectors |
Definition at line 736 of file drm_crtc.h.
uint32_t num_crtcs |
Definition at line 734 of file drm_crtc.h.
uint32_t num_encoders |
Definition at line 735 of file drm_crtc.h.