Subversion Repositories Kolibri OS

Rev

Rev 1221 | Rev 1321 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1221 Rev 1268
Line 117... Line 117...
117
#define	CP_SEM_WAIT_TIMER				0x85BC
117
#define	CP_SEM_WAIT_TIMER				0x85BC
Line 118... Line 118...
118
 
118
 
119
#define	DB_DEBUG					0x9830
119
#define	DB_DEBUG					0x9830
120
#define		PREZ_MUST_WAIT_FOR_POSTZ_DONE			(1 << 31)
120
#define		PREZ_MUST_WAIT_FOR_POSTZ_DONE			(1 << 31)
-
 
121
#define	DB_DEPTH_BASE					0x2800C
121
#define	DB_DEPTH_BASE					0x2800C
122
#define	DB_HTILE_DATA_BASE				0x28014
122
#define	DB_WATERMARKS					0x9838
123
#define	DB_WATERMARKS					0x9838
123
#define		DEPTH_FREE(x)					((x) << 0)
124
#define		DEPTH_FREE(x)					((x) << 0)
124
#define		DEPTH_FLUSH(x)					((x) << 5)
125
#define		DEPTH_FLUSH(x)					((x) << 5)
125
#define		DEPTH_PENDING_FREE(x)				((x) << 15)
126
#define		DEPTH_PENDING_FREE(x)				((x) << 15)
Line 169... Line 170...
169
#       define NUM_PS_STACK_ENTRIES(x)                    ((x) << 0)
170
#       define NUM_PS_STACK_ENTRIES(x)                    ((x) << 0)
170
#       define NUM_VS_STACK_ENTRIES(x)                    ((x) << 16)
171
#       define NUM_VS_STACK_ENTRIES(x)                    ((x) << 16)
171
#define SQ_STACK_RESOURCE_MGMT_2                          0x8c14
172
#define SQ_STACK_RESOURCE_MGMT_2                          0x8c14
172
#       define NUM_GS_STACK_ENTRIES(x)                    ((x) << 0)
173
#       define NUM_GS_STACK_ENTRIES(x)                    ((x) << 0)
173
#       define NUM_ES_STACK_ENTRIES(x)                    ((x) << 16)
174
#       define NUM_ES_STACK_ENTRIES(x)                    ((x) << 16)
-
 
175
#define SQ_ESGS_RING_BASE                               0x8c40
-
 
176
#define SQ_GSVS_RING_BASE                               0x8c48
-
 
177
#define SQ_ESTMP_RING_BASE                              0x8c50
-
 
178
#define SQ_GSTMP_RING_BASE                              0x8c58
-
 
179
#define SQ_VSTMP_RING_BASE                              0x8c60
-
 
180
#define SQ_PSTMP_RING_BASE                              0x8c68
-
 
181
#define SQ_FBUF_RING_BASE                               0x8c70
-
 
182
#define SQ_REDUC_RING_BASE                              0x8c78
Line 174... Line 183...
174
 
183
 
175
#define GRBM_CNTL                                       0x8000
184
#define GRBM_CNTL                                       0x8000
176
#       define GRBM_READ_TIMEOUT(x)                     ((x) << 0)
185
#       define GRBM_READ_TIMEOUT(x)                     ((x) << 0)
177
#define	GRBM_STATUS					0x8010
186
#define	GRBM_STATUS					0x8010
Line 269... Line 278...
269
#define PA_SC_WINDOW_SCISSOR_TL                         0x28204
278
#define PA_SC_WINDOW_SCISSOR_TL                         0x28204
Line 270... Line 279...
270
 
279
 
271
#define	PCIE_PORT_INDEX					0x0038
280
#define	PCIE_PORT_INDEX					0x0038
Line -... Line 281...
-
 
281
#define	PCIE_PORT_DATA					0x003C
-
 
282
 
-
 
283
#define CHMAP						0x2004
-
 
284
#define		NOOFCHAN_SHIFT					12
272
#define	PCIE_PORT_DATA					0x003C
285
#define		NOOFCHAN_MASK					0x00003000
273
 
286
 
274
#define RAMCFG						0x2408
287
#define RAMCFG						0x2408
275
#define		NOOFBANK_SHIFT					0
288
#define		NOOFBANK_SHIFT					0
276
#define		NOOFBANK_MASK					0x00000001
289
#define		NOOFBANK_MASK					0x00000001
Line 350... Line 363...
350
#define			SQ_TEX_VTX_VALID_TEXTURE			0x2
363
#define			SQ_TEX_VTX_VALID_TEXTURE			0x2
351
#define			SQ_TEX_VTX_VALID_BUFFER				0x3
364
#define			SQ_TEX_VTX_VALID_BUFFER				0x3
Line 352... Line 365...
352
 
365
 
-
 
366
 
353
 
367
#define	SX_MISC						0x28350
354
#define	SX_MISC						0x28350
368
#define	SX_MEMORY_EXPORT_BASE				0x9010
355
#define	SX_DEBUG_1					0x9054
369
#define	SX_DEBUG_1					0x9054
Line 356... Line 370...
356
#define		SMX_EVENT_RELEASE				(1 << 0)
370
#define		SMX_EVENT_RELEASE				(1 << 0)