From 2b1c9cd696049d23845870329d2b61a5873f7b13 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Fri, 15 Feb 2008 16:13:21 -0800 Subject: i915: initial (and untested) TV out support Ported from xf86-video-intel. Still need to tie in TV modes somehow, though preferably w/o using the properties mechanism. --- linux-core/intel_drv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux-core/intel_drv.h') diff --git a/linux-core/intel_drv.h b/linux-core/intel_drv.h index 25c3a978..72ba01da 100644 --- a/linux-core/intel_drv.h +++ b/linux-core/intel_drv.h @@ -49,12 +49,13 @@ struct intel_output { int type; struct intel_i2c_chan *i2c_bus; /* for control functions */ struct intel_i2c_chan *ddc_bus; /* for DDC only stuff */ - bool load_detect_tmp; + bool load_detect_temp; void *dev_priv; }; struct intel_crtc { int pipe; + int plane; uint32_t cursor_adder; u8 lut_r[256], lut_g[256], lut_b[256]; }; -- cgit v1.2.3