Skip to content

Commit

Permalink
modified a few register defines for NV44 type.
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11272 a95241bf-73f2-0310-859d-f6bbb57e9c96
  • Loading branch information
rudolfc committed Feb 6, 2005
1 parent 36b7db7 commit 5417d7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions headers/private/graphics/nvidia/nv_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
//end fixme.
#define NVACC_NV40P_BLIMIT6 0x004008a0
#define NVACC_NV40P_BLIMIT7 0x004008a4
#define NVACC_NV45_WHAT2 0x00400860
#define NVACC_NV45_WHAT3 0x00400864
#define NVACC_NV44_WHAT2 0x00400860
#define NVACC_NV44_WHAT3 0x00400864
#define NVACC_NV20_WHAT0 0x00400900
#define NVACC_NV40_WHAT0 0x004009b0
#define NVACC_NV40_WHAT1 0x004009b4
Expand Down Expand Up @@ -766,10 +766,10 @@
/* Nvidia MPEG2 hardware decoder (GeForce4MX only) */
#define NVBES_DEC_GENCTRL 0x00001588
//new:
#define NV32_NV45_WHAT10 0x00001700
#define NV32_NV45_WHAT11 0x00001704
#define NV32_NV45_WHAT12 0x00001708
#define NV32_NV45_WHAT13 0x0000170c
#define NV32_NV44_WHAT10 0x00001700
#define NV32_NV44_WHAT11 0x00001704
#define NV32_NV44_WHAT12 0x00001708
#define NV32_NV44_WHAT13 0x0000170c
//end new

//old:
Expand Down

0 comments on commit 5417d7a

Please sign in to comment.