summaryrefslogtreecommitdiff
path: root/linux-core/intel_drv.h
diff options
context:
space:
mode:
authorJesse Barnes <jesse.barnes@intel.com>2008-02-15 16:13:21 -0800
committerJesse Barnes <jesse.barnes@intel.com>2008-02-15 16:13:21 -0800
commit2b1c9cd696049d23845870329d2b61a5873f7b13 (patch)
tree09ed731a56d76c66c091a13768485401496a073e /linux-core/intel_drv.h
parent088b38382962a9dccca59a53af2444a1fe8bc18f (diff)
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.
Diffstat (limited to 'linux-core/intel_drv.h')
-rw-r--r--linux-core/intel_drv.h3
1 files changed, 2 insertions, 1 deletions
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];
};