一.OVERVIEW
1.EDID 的定義:
EDID ( Extended Display Indentification Data) :擴充顯示識別數據,它是VESA組織所訂定的用于擴充顯示器 鑒定資料,增強擴展顯示標識數據的一種數據格式, 其中可存放監視器的規格﹑尺寸﹑型號所支援的頻率﹑ 功能等等,共用128BYTES來表示.
2.DDC(Display Data Channel) :
視頻數據通道協議,它可以將顯示器的物理數據直接輸給主機,定義了顯示輸出與主系 統之間的通訊 通道,能夠提高顯示輸出的畫面質量.
3 .EDID 的版本
EDID 共有5個版本:EDID 1.0﹑EDID 1.1﹑EDID1.2﹑EDID1.3﹑EDID2.0 ,而目前我們所采用的是EDID 1.3版本, EDID 1.0﹑EDID 1.1﹑EDID1.2 均已在2001年1月1日停止使用.
二 . EDID DATA FORMAT
EDID 數據格式共有10大部分組成:
1. Header : 00h~07h (8 bytes)
主要用于區別其它數據格式作用 .是由:00 FF FF FF FF FF FF 00組成.
2. Vendor/Product ID: 08h~11h (10 bytes)
主要存放一些有關廠商的主要信息資料:
< 2.1 > ID Manufactuer Name (2 bytes) : 製造公司名稱
由VESA制定用三個英文字母來表示:如 LITEON 為 LTN ,MEDION 為MED,HP 為 HWP等等.
在EDID格式中,根據這三個字母轉換成16進制數的2個bytes.
< 2.2 > ID Product Code (2 bytes) :產品代碼
產品代碼是由廠商自己定義的一個代碼 ,主要用于區分同一個廠商不同產品之代碼. < 2.3 > ID Serial Number (4 bytes) :流水號碼
EDID 1.3 版本一般設為:01,01,01,01.但有也特殊(例如COMPAQ.HP等).Serial Number 部分將在 Detailed Timing中有詳細的描述.
< 2.4 > Week of Manufacture (1 byte): 生產周期 (1~53).
< 2.5 > Year of Manufacture (1 byte): 生產年份 (生產那年與1990之差)
Value stored=(Year of manufacture - 1990)
3. EDID Structure Version / Revision :12h~13h (2 bytes)
EDID 版本: Version: 01;Revision:03.
4.Basic Display Parameters and Features:14h~18h (5 bytes)
基本顯示參數和特色
< 4.1 >Video Input Definition (1 byte) : Video 規格 a. Analog Signal Level:
Analog Signal input : 0.700 , 0.300 (1.000 V p-p )
0.714 , 0.286 (1.000 V p-p ) 1.000 , 0.400 ( 1.400 V p-p ) 0.700 , 0.000 ( 0.700 V p-p )
Setup :The display expects a blank-to-black setup or pedestal per appropriate signal Level Sta Sync.Inputs Supported: Separate Sync.supported
Composite sync.(on Hsync line) supported Sync .On green video supported
Serration of the Vsync.Pulse is required when composite Sync. Or sync-on-green video is used.
b.Digital.
< 4.2 > Max .Horizontal Image Size (1 byte) : H影像最大尺寸. < 4.3 > Max .Vertical Image Size ( 1 byte) : V影像最大尺寸
< 4.4 >Display Transfer Characteristic (Gamma) ( 1 byte) : CRT 或 Panel γ (gamma )值 < 4.5 > Feature Support ( DPMS ) ( 1 byte) : VESA DPMS Power saving 狀態 a . Stand-by
b . Suspend c . Active off
d. Monitor 色彩組合:分 黑白or 灰色 , RGB Color monitor, not RGB Color monitor 及 無定義 四種情況. e.Standard Default Color Space,Srgb.
f. Preferred Timing Mode
g .Default GTF Supported.
5. Phosphor or Filter Chromaticity : 19h~22h (10 bytes)
CRT / Panel R G B W color 的 x , y 座標,準確到小數第三位.
6.Established Timings: 23h~25h (3 bytes)
已製定 Timing (共有17個Timing ) :
< 6.1 > : 720x400@70Hz@88Hz,640x480@60Hz@67Hz@72Hz@75Hz,800x600@56Hz@60Hz. < 6.2 >: 800x600@72Hz@75Hz,832x624@75Hz,1024x768@87Hz@60Hz@70Hz@75Hz
1280*1024@75HZ < 6.3 >: 1152x870@75Hz.
7. Standard Timing Identification : 26h~35h ( 16 bytes )
除上面VESA定義之外的標準Timing ,每個Timing 用2 bytes 表示,因此最多可以排6個Timing , 未定義的 部分則為 01h , 01h.
8.Detailed Timing Section : 36h~7Dh ( 72 bytes)
詳細Timing 描述 區 ,共分 4 個部分,每部分用 18 bytes 來表示.
< 8.1 > Detailed Timing 1 (18 bytes) : EDID 1.3 版本用于詳細描述 Preferred Timing . < 8.2 > Detailed Timing 2,3,4 :Monitor Descriptor Description .
這後面三個區用于描述顯示器的頻率範圍,機種名稱,系列號等等.格式如下:
Monitor
18BytesDescriptor
2Flag1Flag1
Values
Flag=0000h when block used as descreptorReserved =00h when block used as descreptor
FFh : Monitor Serial Number-Stored as ASII,code page #437, ≦13 bytes.
Data TypeTagFEh : ASCII Strimg-Stored as ASCII,code page#437,≦13 bytes.( Binary
FDh : Monitor range limits, binary coded
coded)
FCh : Monitor name,stored as ASCII, code page #437
FBh : Descriptor contains additional color point data
FAh : Descriptor contains additional Standard Timing IdentificationsF9h-11h: Currently undefined
10h : Dummy descriptor,used to indicate that the descriptor space is unused0Fh-00h:Descrptor defined by manufacturer.
1Flag00h when block used as descriptor
13Descriptor Definition dependent on data type tag chosen.Data
9.Extension Flag :7E (1 byte) : 擴充標志
10. Checksum :7F (1 byte) The 1 byte sum of all 128 bytes in this EDID block shall equal zero
因篇幅问题不能全部显示,请点此查看更多更全内容