diff options
author | Ian Romanick <[email protected]> | 2008-02-21 11:01:35 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2008-02-25 16:18:08 -0800 |
commit | 7976a084e792daf0b23c688bfa8f577de141ecca (patch) | |
tree | 389d05e2b19fc437c860da9815916e872f3e33d4 /src/gallium/drivers/cell/spu/spu_main.h | |
parent | b02fc948348db5559d658251dd3a6d4f3390d686 (diff) |
Cell: Use multiple DMA tags for the dcache.
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_main.h')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_main.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_main.h b/src/gallium/drivers/cell/spu/spu_main.h index 5c95d112ac1..d14f1abbe74 100644 --- a/src/gallium/drivers/cell/spu/spu_main.h +++ b/src/gallium/drivers/cell/spu/spu_main.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 |