diff options
author | Vladimir Dergachev <volodya@mindspring.com> | 2004-10-03 03:07:17 +0000 |
---|---|---|
committer | Vladimir Dergachev <volodya@mindspring.com> | 2004-10-03 03:07:17 +0000 |
commit | 6dbcd503fe21c6dec27c2b97adc0f39ba0a7ab2a (patch) | |
tree | 73f2fd742cd3d6bc516864d536c7c733f9b8dfc4 /src/radeon_video.h | |
parent | 7cb911291d459f08f54444d09081d3378fe73b8b (diff) |
Modified:
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.[c,h]
xc/programs/Xserver/hw/xfree86/drivers/ati/theatre.c
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h Port the rest of
GATOS Radeon-specific code. Remove "checkpoint" noise from logs. Test
with AIW Radeon 7500
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r-- | src/radeon_video.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h index 75673d3..41c08b8 100644 --- a/src/radeon_video.h +++ b/src/radeon_video.h @@ -23,6 +23,11 @@ typedef struct { int blue_intensity; int ecp_div; + /* overlay composition mode */ + int alpha_mode; /* 0 = key mode, 1 = global mode */ + int ov_alpha; + int gr_alpha; + /* i2c bus and devices */ I2CBusPtr i2c; CARD32 radeon_i2c_timing; |