diff options
author | Adam Jackson <ajax@redhat.com> | 2009-12-03 17:44:39 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-03 17:53:40 -0500 |
commit | 2dbdc52c8162291aa7541b8ba6e1c1587f50c1dd (patch) | |
tree | 351c305f932012ec5176ed6c2bd3f69b9bd851d1 /include/drm | |
parent | 07a5e6324abacad56a8e7bcb44dd404e84f75f57 (diff) |
drm/edid: Add new detailed block types from EDID 1.4
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_edid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h index 7d6c9a2dfcbb..9087557fd83d 100644 --- a/include/drm/drm_edid.h +++ b/include/drm/drm_edid.h | |||
@@ -120,6 +120,9 @@ struct detailed_non_pixel { | |||
120 | } data; | 120 | } data; |
121 | } __attribute__((packed)); | 121 | } __attribute__((packed)); |
122 | 122 | ||
123 | #define EDID_DETAIL_EST_TIMINGS 0xf7 | ||
124 | #define EDID_DETAIL_CVT_3BYTE 0xf8 | ||
125 | #define EDID_DETAIL_COLOR_MGMT_DATA 0xf9 | ||
123 | #define EDID_DETAIL_STD_MODES 0xfa | 126 | #define EDID_DETAIL_STD_MODES 0xfa |
124 | #define EDID_DETAIL_MONITOR_CPDATA 0xfb | 127 | #define EDID_DETAIL_MONITOR_CPDATA 0xfb |
125 | #define EDID_DETAIL_MONITOR_NAME 0xfc | 128 | #define EDID_DETAIL_MONITOR_NAME 0xfc |