VIA cursor works (almost) perfectly now, added support for vertical virtual workspaces, so setting framebuffer startadress now (expl. pixelpanning yet).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13651 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -444,9 +444,11 @@
|
||||
#define RG8_ATTRINDW 0x006013c0
|
||||
#define RG8_ATTRDATW 0x006013c0
|
||||
#define RG8_ATTRDATR 0x006013c1
|
||||
#define RG8_CRTCIND 0x006013d4
|
||||
#define RG16_CRTCIND 0x006013d4
|
||||
#define RG8_CRTCDAT 0x006013d5
|
||||
//new via
|
||||
#define RG8_CRTCIND 0x000083d4
|
||||
#define RG16_CRTCIND 0x000083d4
|
||||
#define RG8_CRTCDAT 0x000083d5
|
||||
//end via.
|
||||
#define RG8_INSTAT1 0x006013da
|
||||
#define RG32_NV10FBSTADD32 0x00600800
|
||||
#define RG32_RASTER 0x00600808
|
||||
@@ -559,8 +561,11 @@
|
||||
#define ENCRTCX_PRROWSCN 0x08
|
||||
#define ENCRTCX_MAXSCLIN 0x09
|
||||
#define ENCRTCX_VGACURCTRL 0x0a
|
||||
//new via
|
||||
#define ENCRTCX_FBSTADDH 0x0c
|
||||
#define ENCRTCX_FBSTADDL 0x0d
|
||||
#define ENCRTCX_FBSTADDE 0x34
|
||||
//end via
|
||||
#define ENCRTCX_VSYNCS 0x10
|
||||
#define ENCRTCX_VSYNCE 0x11
|
||||
#define ENCRTCX_VDISPE 0x12
|
||||
|
||||
Reference in New Issue
Block a user