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

#include <vmwgfx_drm.h>

Data Fields

uint32_t num_outputs
 
uint32_t pad64
 
uint64_t rects
 

Detailed Description

DRM_VMW_UPDATE_LAYOUT - Update layout

Updates the preferred modes and connection status for connectors. The command consists of one drm_vmw_update_layout_arg pointing to an array of num_outputs drm_vmw_rect's. struct drm_vmw_update_layout_arg

: number of active connectors : pointer to array of drm_vmw_rect cast to an uint64_t

Input argument to the DRM_VMW_UPDATE_LAYOUT Ioctl.

Definition at line 784 of file vmwgfx_drm.h.

Field Documentation

uint32_t num_outputs

Definition at line 785 of file vmwgfx_drm.h.

uint32_t pad64

Definition at line 786 of file vmwgfx_drm.h.

uint64_t rects

Definition at line 787 of file vmwgfx_drm.h.


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