Subversion Repositories Kolibri OS

Rev

Rev 4075 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4075 Rev 6296
Line 1... Line 1...
1
/**************************************************************************
1
/**************************************************************************
2
 *
2
 *
3
 * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
3
 * Copyright © 2009-2014 VMware, Inc., Palo Alto, CA., USA
4
 * All Rights Reserved.
4
 * All Rights Reserved.
5
 *
5
 *
6
 * Permission is hereby granted, free of charge, to any person obtaining a
6
 * Permission is hereby granted, free of charge, to any person obtaining a
7
 * copy of this software and associated documentation files (the
7
 * copy of this software and associated documentation files (the
8
 * "Software"), to deal in the Software without restriction, including
8
 * "Software"), to deal in the Software without restriction, including
Line 37... Line 37...
37
#define VMWGFX_INDEX_PORT     0x0
37
#define VMWGFX_INDEX_PORT     0x0
38
#define VMWGFX_VALUE_PORT     0x1
38
#define VMWGFX_VALUE_PORT     0x1
39
#define VMWGFX_IRQSTATUS_PORT 0x8
39
#define VMWGFX_IRQSTATUS_PORT 0x8
Line 40... Line 40...
40
 
40
 
41
struct svga_guest_mem_descriptor {
41
struct svga_guest_mem_descriptor {
42
	__le32 ppn;
42
	u32 ppn;
43
	__le32 num_pages;
43
	u32 num_pages;
Line 44... Line 44...
44
};
44
};
45
 
45
 
46
struct svga_fifo_cmd_fence {
46
struct svga_fifo_cmd_fence {
Line 47... Line 47...
47
	__le32 fence;
47
	u32 fence;
48
};
48
};
Line 49... Line -...
49
 
-
 
50
#define SVGA_SYNC_GENERIC         1
-
 
51
#define SVGA_SYNC_FIFOFULL        2
49
 
Line 52... Line 50...
52
 
50
#define SVGA_SYNC_GENERIC         1