mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 12:20:10 +01:00
Cell: Use multiple DMA tags for the dcache.
This commit is contained in:
parent
b02fc94834
commit
7976a084e7
2 changed files with 5 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#define CACHE_NAME data
|
||||
#define CACHED_TYPE qword
|
||||
#define CACHE_TYPE CACHE_TYPE_RO
|
||||
#define CACHE_SET_TAGID(set) TAG_VERTEX_BUFFER
|
||||
#define CACHE_SET_TAGID(set) (((set) & 0x03) + TAG_DCACHE0)
|
||||
#define CACHE_LOG2NNWAY 2
|
||||
#define CACHE_LOG2NSETS 6
|
||||
#include <cache-api.h>
|
||||
|
|
|
|||
|
|
@ -131,7 +131,10 @@ extern boolean Debug;
|
|||
#define TAG_BATCH_BUFFER 17
|
||||
#define TAG_MISC 18
|
||||
#define TAG_TEXTURE_TILE 19
|
||||
#define TAG_INSTRUCTION_FETCH 20
|
||||
#define TAG_DCACHE0 20
|
||||
#define TAG_DCACHE1 21
|
||||
#define TAG_DCACHE2 22
|
||||
#define TAG_DCACHE3 23
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue