mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Extend ATI Radeon driver to support more video modes
Adds ATI Radeon 9200 support for 1280x1024, 1024x768, 800x600, 640x480 at 24, 16 and 8 bpp. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:

committed by
Wolfgang Denk

parent
4124382de0
commit
1b8607e1f7
@ -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)
|
||||
|
Reference in New Issue
Block a user