diff options
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/radeon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/video/radeon.h b/include/video/radeon.h index 83467e18f5e9..95a1f2038b1d 100644 --- a/include/video/radeon.h +++ b/include/video/radeon.h | |||
@@ -527,8 +527,9 @@ | |||
527 | 527 | ||
528 | 528 | ||
529 | /* DSTCACHE_CTLSTAT bit constants */ | 529 | /* DSTCACHE_CTLSTAT bit constants */ |
530 | #define RB2D_DC_FLUSH (3 << 0) | 530 | #define RB2D_DC_FLUSH_2D (1 << 0) |
531 | #define RB2D_DC_FLUSH_ALL 0xf | 531 | #define RB2D_DC_FREE_2D (1 << 2) |
532 | #define RB2D_DC_FLUSH_ALL (RB2D_DC_FLUSH_2D | RB2D_DC_FREE_2D) | ||
532 | #define RB2D_DC_BUSY (1 << 31) | 533 | #define RB2D_DC_BUSY (1 << 31) |
533 | 534 | ||
534 | 535 | ||