Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afdcb54

Browse files
committed
Initial revision
1 parent 27cb991 commit afdcb54

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Demo/sgi/video/vpregs.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
VID_VP = 0x1000000
2+
3+
# Set vp1 register tokens
4+
VP_GBXORG = (VID_VP +0x01)
5+
VP_GBYORG = (VID_VP +0x02)
6+
VP_FBXORG = (VID_VP +0x03)
7+
VP_FBYORG = (VID_VP +0x04)
8+
VP_WIDTH = (VID_VP +0x05)
9+
VP_HEIGHT = (VID_VP +0x06)
10+
VP_PIXCNT = (VID_VP +0x07)
11+
VP_HBLANK = (VID_VP +0x08)
12+
VP_VBLANK = (VID_VP +0x09)
13+
VP_BRITE = (VID_VP +0x0A)
14+
VP_CONT = (VID_VP +0x0B)
15+
VP_HUE = (VID_VP +0x0C)
16+
VP_SAT = (VID_VP +0x0D)
17+
VP_ALPHA = (VID_VP +0X0E)
18+
VP_FGMODE = (VID_VP +0x0F)
19+
VP_MAPSRC = (VID_VP +0x10)
20+
VP_MAPADD = (VID_VP +0x11)
21+
VP_MAPRED = (VID_VP +0x12)
22+
VP_MAPGREEN = (VID_VP +0x13)
23+
VP_MAPBLUE = (VID_VP +0x14)
24+
VP_MAPSTROBE = (VID_VP +0x15)
25+
VP_DIGVAL = (VID_VP +0x16)
26+
VP_STATUS0 = (VID_VP +0x17)
27+
VP_STATUS1 = (VID_VP +0x18)
28+
VP_CMD = (VID_VP +0x19)

0 commit comments

Comments
 (0)