diff options
Diffstat (limited to 'include/video/radeon.h')
-rw-r--r-- | include/video/radeon.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/video/radeon.h b/include/video/radeon.h index 099ffa5e5bee..1cd09cc5b169 100644 --- a/include/video/radeon.h +++ b/include/video/radeon.h | |||
@@ -386,7 +386,7 @@ | |||
386 | #define SC_BOTTOM_RIGHT 0x16F0 | 386 | #define SC_BOTTOM_RIGHT 0x16F0 |
387 | #define SRC_SC_BOTTOM_RIGHT 0x16F4 | 387 | #define SRC_SC_BOTTOM_RIGHT 0x16F4 |
388 | #define RB2D_DSTCACHE_MODE 0x3428 | 388 | #define RB2D_DSTCACHE_MODE 0x3428 |
389 | #define RB2D_DSTCACHE_CTLSTAT 0x342C | 389 | #define RB2D_DSTCACHE_CTLSTAT_broken 0x342C /* do not use */ |
390 | #define LVDS_GEN_CNTL 0x02d0 | 390 | #define LVDS_GEN_CNTL 0x02d0 |
391 | #define LVDS_PLL_CNTL 0x02d4 | 391 | #define LVDS_PLL_CNTL 0x02d4 |
392 | #define FP2_GEN_CNTL 0x0288 | 392 | #define FP2_GEN_CNTL 0x0288 |
@@ -532,6 +532,9 @@ | |||
532 | #define RB2D_DC_FLUSH_ALL (RB2D_DC_FLUSH_2D | RB2D_DC_FREE_2D) | 532 | #define RB2D_DC_FLUSH_ALL (RB2D_DC_FLUSH_2D | RB2D_DC_FREE_2D) |
533 | #define RB2D_DC_BUSY (1 << 31) | 533 | #define RB2D_DC_BUSY (1 << 31) |
534 | 534 | ||
535 | /* DSTCACHE_MODE bits constants */ | ||
536 | #define RB2D_DC_AUTOFLUSH_ENABLE (1 << 8) | ||
537 | #define RB2D_DC_DC_DISABLE_IGNORE_PE (1 << 17) | ||
535 | 538 | ||
536 | /* CRTC_GEN_CNTL bit constants */ | 539 | /* CRTC_GEN_CNTL bit constants */ |
537 | #define CRTC_DBL_SCAN_EN 0x00000001 | 540 | #define CRTC_DBL_SCAN_EN 0x00000001 |