summaryrefslogtreecommitdiff
path: root/src/radeon_video.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_video.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_video.h')
-rw-r--r--src/radeon_video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h
index 781b54c2..75673d3f 100644
--- a/src/radeon_video.h
+++ b/src/radeon_video.h
@@ -8,6 +8,7 @@
#include "i2c_def.h"
#include "generic_bus.h"
+#include "theatre.h"
/* Xvideo port struct */
typedef struct {
@@ -37,6 +38,7 @@ typedef struct {
/* VIP bus and devices */
GENERIC_BUS_Ptr VIP;
+ TheatrePtr theatre;
Bool video_stream_active;
int encoding;
@@ -53,6 +55,7 @@ typedef struct {
#define METHOD_ADAPTIVE 3
int overlay_deinterlacing_method;
+ int overlay_scaler_buffer_width;
int capture_vbi_data;