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

#include <drm_crtc.h>

Data Fields

struct list_head head
 
struct drm_mode_object base
 
char name [DRM_DISPLAY_MODE_LEN]
 
enum drm_mode_status status
 
unsigned int type
 
int clock
 
int hdisplay
 
int hsync_start
 
int hsync_end
 
int htotal
 
int hskew
 
int vdisplay
 
int vsync_start
 
int vsync_end
 
int vtotal
 
int vscan
 
unsigned int flags
 
int width_mm
 
int height_mm
 
int clock_index
 
int synth_clock
 
int crtc_hdisplay
 
int crtc_hblank_start
 
int crtc_hblank_end
 
int crtc_hsync_start
 
int crtc_hsync_end
 
int crtc_htotal
 
int crtc_hskew
 
int crtc_vdisplay
 
int crtc_vblank_start
 
int crtc_vblank_end
 
int crtc_vsync_start
 
int crtc_vsync_end
 
int crtc_vtotal
 
int private_size
 
intprivate
 
int private_flags
 
int vrefresh
 
int hsync
 

Detailed Description

Definition at line 127 of file drm_crtc.h.

Field Documentation

Definition at line 130 of file drm_crtc.h.

int clock

Definition at line 138 of file drm_crtc.h.

int clock_index

Definition at line 156 of file drm_crtc.h.

int crtc_hblank_end

Definition at line 160 of file drm_crtc.h.

int crtc_hblank_start

Definition at line 159 of file drm_crtc.h.

int crtc_hdisplay

Definition at line 158 of file drm_crtc.h.

int crtc_hskew

Definition at line 164 of file drm_crtc.h.

int crtc_hsync_end

Definition at line 162 of file drm_crtc.h.

int crtc_hsync_start

Definition at line 161 of file drm_crtc.h.

int crtc_htotal

Definition at line 163 of file drm_crtc.h.

int crtc_vblank_end

Definition at line 167 of file drm_crtc.h.

int crtc_vblank_start

Definition at line 166 of file drm_crtc.h.

int crtc_vdisplay

Definition at line 165 of file drm_crtc.h.

int crtc_vsync_end

Definition at line 169 of file drm_crtc.h.

int crtc_vsync_start

Definition at line 168 of file drm_crtc.h.

int crtc_vtotal

Definition at line 170 of file drm_crtc.h.

unsigned int flags

Definition at line 149 of file drm_crtc.h.

int hdisplay

Definition at line 139 of file drm_crtc.h.

Definition at line 129 of file drm_crtc.h.

int height_mm

Definition at line 153 of file drm_crtc.h.

int hskew

Definition at line 143 of file drm_crtc.h.

int hsync

Definition at line 178 of file drm_crtc.h.

int hsync_end

Definition at line 141 of file drm_crtc.h.

int hsync_start

Definition at line 140 of file drm_crtc.h.

int htotal

Definition at line 142 of file drm_crtc.h.

Definition at line 132 of file drm_crtc.h.

int* private

Definition at line 174 of file drm_crtc.h.

int private_flags

Definition at line 175 of file drm_crtc.h.

int private_size

Definition at line 173 of file drm_crtc.h.

Definition at line 134 of file drm_crtc.h.

int synth_clock

Definition at line 157 of file drm_crtc.h.

unsigned int type

Definition at line 135 of file drm_crtc.h.

int vdisplay

Definition at line 144 of file drm_crtc.h.

int vrefresh

Definition at line 177 of file drm_crtc.h.

int vscan

Definition at line 148 of file drm_crtc.h.

int vsync_end

Definition at line 146 of file drm_crtc.h.

int vsync_start

Definition at line 145 of file drm_crtc.h.

int vtotal

Definition at line 147 of file drm_crtc.h.

int width_mm

Definition at line 152 of file drm_crtc.h.


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