projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a5e63
)
drm/edid: Add new detailed block types from EDID 1.4
author
Adam Jackson
<ajax@redhat.com>
Thu, 3 Dec 2009 22:44:39 +0000
(17:44 -0500)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 3 Dec 2009 22:53:40 +0000
(08:53 +1000)
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_edid.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_edid.h
b/include/drm/drm_edid.h
index 7d6c9a2dfcbbb8608e400e310640511031c27f76..9087557fd83df20b55a9f9699c8517fc1c476adb 100644
(file)
--- a/
include/drm/drm_edid.h
+++ b/
include/drm/drm_edid.h
@@
-120,6
+120,9
@@
struct detailed_non_pixel {
} data;
} __attribute__((packed));
+#define EDID_DETAIL_EST_TIMINGS 0xf7
+#define EDID_DETAIL_CVT_3BYTE 0xf8
+#define EDID_DETAIL_COLOR_MGMT_DATA 0xf9
#define EDID_DETAIL_STD_MODES 0xfa
#define EDID_DETAIL_MONITOR_CPDATA 0xfb
#define EDID_DETAIL_MONITOR_NAME 0xfc