Add compat definitions for M_T_PREFERRED and M_T_DRIVER for older X Servers.
This commit is contained in:
parent
a71f283650
commit
cc3728be24
|
|
@ -724,4 +724,12 @@ void i830_tv_init(ScrnInfoPtr pScrn);
|
|||
#define _845_DRAM_RW_CONTROL 0x90
|
||||
#define DRAM_WRITE 0x33330000
|
||||
|
||||
/* Compat definitions for older X Servers. */
|
||||
#ifndef M_T_PREFERRED
|
||||
#define M_T_PREFERRED 0x08
|
||||
#endif
|
||||
#ifndef M_T_DRIVER
|
||||
#define M_T_DRIVER 0x40
|
||||
#endif
|
||||
|
||||
#endif /* _I830_H_ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue