Linux Kernel
3.7.1
|
#include <drm_crtc.h>
Data Fields | |
char | name [DRM_DISPLAY_INFO_LEN] |
unsigned int | width_mm |
unsigned int | height_mm |
unsigned int | min_vfreq |
unsigned int | max_vfreq |
unsigned int | min_hfreq |
unsigned int | max_hfreq |
unsigned int | pixel_clock |
unsigned int | bpc |
enum subpixel_order | subpixel_order |
u32 | color_formats |
u8 | cea_rev |
Definition at line 202 of file drm_crtc.h.
unsigned int bpc |
Definition at line 213 of file drm_crtc.h.
u8 cea_rev |
Definition at line 218 of file drm_crtc.h.
u32 color_formats |
Definition at line 216 of file drm_crtc.h.
unsigned int height_mm |
Definition at line 207 of file drm_crtc.h.
unsigned int max_hfreq |
Definition at line 211 of file drm_crtc.h.
unsigned int max_vfreq |
Definition at line 210 of file drm_crtc.h.
unsigned int min_hfreq |
Definition at line 211 of file drm_crtc.h.
unsigned int min_vfreq |
Definition at line 210 of file drm_crtc.h.
char name[DRM_DISPLAY_INFO_LEN] |
Definition at line 203 of file drm_crtc.h.
unsigned int pixel_clock |
Definition at line 212 of file drm_crtc.h.
Definition at line 215 of file drm_crtc.h.
unsigned int width_mm |
Definition at line 206 of file drm_crtc.h.