diff options
author | Wolfgang Denk <wd@denx.de> | 2008-02-15 00:59:03 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-02-15 00:59:03 +0100 |
commit | 45da195cf675d0b4054aeeabf7b9c0daf798841d (patch) | |
tree | 96c0226559e468d00d667e835e0a4c0d25a97015 /include/radeon.h | |
parent | 94a78da26ce17af61fbb2b620de51ba79bc80597 (diff) | |
parent | 67a4389e39ad853d65b72e2b7cad15c7e8291147 (diff) | |
download | u-boot-imx-45da195cf675d0b4054aeeabf7b9c0daf798841d.zip u-boot-imx-45da195cf675d0b4054aeeabf7b9c0daf798841d.tar.gz u-boot-imx-45da195cf675d0b4054aeeabf7b9c0daf798841d.tar.bz2 |
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
Diffstat (limited to 'include/radeon.h')
-rw-r--r-- | include/radeon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/radeon.h b/include/radeon.h index 3d11b05..35875f1 100644 --- a/include/radeon.h +++ b/include/radeon.h @@ -154,8 +154,10 @@ #define PALETTE_30_DATA 0x00B8 #define CRTC_H_TOTAL_DISP 0x0200 #define CRTC_H_SYNC_STRT_WID 0x0204 +#define CRTC_H_SYNC_POL (1 << 23) #define CRTC_V_TOTAL_DISP 0x0208 #define CRTC_V_SYNC_STRT_WID 0x020C +#define CRTC_V_SYNC_POL (1 << 23) #define CRTC_VLINE_CRNT_VLINE 0x0210 #define CRTC_CRNT_FRAME 0x0214 #define CRTC_GUI_TRIG_VLINE 0x0218 @@ -749,6 +751,8 @@ #define NONSURF_AP1_SWP_16BPP (1 << 22) #define NONSURF_AP1_SWP_32BPP (1 << 23) +#define R200_SURF_TILE_COLOR_MACRO (1 << 16) + /* DEFAULT_SC_BOTTOM_RIGHT bit constants */ #define DEFAULT_SC_RIGHT_MAX (0x1fff << 0) #define DEFAULT_SC_BOTTOM_MAX (0x1fff << 16) |