/******************************Module*Header*******************************\ * * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! * !! !! * !! WARNING: NOT DDK SAMPLE CODE !! * !! !! * !! This source code is provided for completeness only and should not be !! * !! used as sample code for display driver development. Only those sources !! * !! marked as sample code for a given driver component should be used for !! * !! development purposes. !! * !! !! * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! * * Module Name: rgb528.h * * Content: This module contains the definitions for the IBM RGB528 RAMDAC. * The 528 is a superset of the 525 so only define things which have * changed. * * Copyright (c) 1994-1999 3Dlabs Inc. Ltd. All rights reserved. * Copyright (c) 1995-2003 Microsoft Corporation. All rights reserved. \*****************************************************************************/ // RGB528_REVISION_LEVEL #define RGB528_PRODUCT_REV_LEVEL 0xf0 #define RGB528A_PRODUCT_REV_LEVEL 0xe0 // RGB528_ID #define RGB528_PRODUCT_ID 0x02 // RGB525_MISC_CTRL_1 extra value #define VRAM_SIZE_128 0x03 // RGB524_REVISION_LEVEL #define RGB524_PRODUCT_REV_LEVEL 0xf0 #define RGB524A_PRODUCT_REV_LEVEL 0xe0 // RGB524_ID #define RGB524_PRODUCT_ID 0x02