Linux Kernel
3.7.1
|
#include <drm_edid.h>
Data Fields | |
__le16 | pixel_clock |
union { | |
struct detailed_pixel_timing pixel_data | |
struct detailed_non_pixel other_data | |
} | data |
Definition at line 158 of file drm_edid.h.
union { ... } data |
struct detailed_non_pixel other_data |
Definition at line 162 of file drm_edid.h.
__le16 pixel_clock |
Definition at line 159 of file drm_edid.h.
struct detailed_pixel_timing pixel_data |
Definition at line 161 of file drm_edid.h.