Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.7 KiB

  1. /******************************Module*Header*******************************\
  2. *
  3. * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  4. * !! !!
  5. * !! WARNING: NOT DDK SAMPLE CODE !!
  6. * !! !!
  7. * !! This source code is provided for completeness only and should not be !!
  8. * !! used as sample code for display driver development. Only those sources !!
  9. * !! marked as sample code for a given driver component should be used for !!
  10. * !! development purposes. !!
  11. * !! !!
  12. * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  13. *
  14. * Module Name: rgb528.h
  15. *
  16. * Content: This module contains the definitions for the IBM RGB528 RAMDAC.
  17. * The 528 is a superset of the 525 so only define things which have
  18. * changed.
  19. *
  20. * Copyright (c) 1994-1999 3Dlabs Inc. Ltd. All rights reserved.
  21. * Copyright (c) 1995-2003 Microsoft Corporation. All rights reserved.
  22. \*****************************************************************************/
  23. // RGB528_REVISION_LEVEL
  24. #define RGB528_PRODUCT_REV_LEVEL 0xf0
  25. #define RGB528A_PRODUCT_REV_LEVEL 0xe0
  26. // RGB528_ID
  27. #define RGB528_PRODUCT_ID 0x02
  28. // RGB525_MISC_CTRL_1 extra value
  29. #define VRAM_SIZE_128 0x03
  30. // RGB524_REVISION_LEVEL
  31. #define RGB524_PRODUCT_REV_LEVEL 0xf0
  32. #define RGB524A_PRODUCT_REV_LEVEL 0xe0
  33. // RGB524_ID
  34. #define RGB524_PRODUCT_ID 0x02