Guest User

Untitled

a guest
Jun 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. /****************************Supported Device Info Table Definitions**********************/
  2. // ucConnectInfo:
  3. // [7:4] - connector type
  4. // = 1 - VGA connector
  5. // = 2 - DVI-I
  6. // = 3 - DVI-D
  7. // = 4 - DVI-A
  8. // = 5 - SVIDEO
  9. // = 6 - COMPOSITE
  10. // = 7 - LVDS
  11. // = 8 - DIGITAL LINK
  12. // = 9 - SCART
  13. // = 0xA - HDMI_type A
  14. // = 0xB - HDMI_type B
  15. // = 0xE - Special case1 (DVI+DIN)
  16. // Others=TBD
  17. // [3:0] - DAC Associated
  18. // = 0 - no DAC
  19. // = 1 - DACA
  20. // = 2 - DACB
  21. // = 3 - External DAC
  22. // Others=TBD
  23. //
Add Comment
Please, Sign In to add comment