summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorVladimir Dergachev <volodya@mindspring.com>2004-10-03 00:01:14 +0000
committerVladimir Dergachev <volodya@mindspring.com>2004-10-03 00:01:14 +0000
commit7cb911291d459f08f54444d09081d3378fe73b8b (patch)
tree4446325c8fd4a22cc8b758d12b0a445f21399c74 /src/radeon.h
parent6c1996174b9f7afc8f4e33c35e4864b31696d4d6 (diff)
Modified:
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.[c,h] xc/programs/Xserver/hw/xfree86/drivers/ati/theatre.c Detect and initialize Rage Theatre (RT100)
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 5c529b89..f22e09e7 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -560,7 +560,7 @@ typedef struct {
int RageTheatreCompositePort;
int RageTheatreSVideoPort;
int tunerType;
- Bool MM_TABLE_valid;
+ Bool MM_TABLE_valid;
struct {
CARD8 table_revision;
CARD8 table_size;
@@ -573,6 +573,7 @@ typedef struct {
CARD8 video_decoder_host_config;
CARD8 input[5];
} MM_TABLE;
+ CARD16 video_decoder_type;
/* Render */
Bool RenderAccel;
Bool RenderInited3D;