removed a define that's not needed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10840 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e4d42ef757
commit
a9d9522bc6
@ -283,6 +283,7 @@ typedef struct {
|
||||
|
||||
/************ DMA command defines ***********/
|
||||
|
||||
/* FIFO channels */
|
||||
#define NV_GENERAL_FIFO_CH0 0x0000
|
||||
#define NV_GENERAL_FIFO_CH1 0x2000
|
||||
#define NV_GENERAL_FIFO_CH2 0x4000
|
||||
@ -291,7 +292,8 @@ typedef struct {
|
||||
#define NV_GENERAL_FIFO_CH5 0xa000
|
||||
#define NV_GENERAL_FIFO_CH6 0xc000
|
||||
#define NV_GENERAL_FIFO_CH7 0xe000
|
||||
#define NV_GENERAL_CMDHANDLE 0x0000
|
||||
|
||||
/* sub-command offsets within FIFO channels */
|
||||
#define NV_GENERAL_DMAPUT 0x0040
|
||||
#define NV_GENERAL_DMAGET 0x0044
|
||||
#define NV_ROP5_SOLID_SETROP5 0x0300
|
||||
|
Loading…
x
Reference in New Issue
Block a user