summaryrefslogtreecommitdiff
path: root/linux-core/intel_drv.h
diff options
context:
space:
mode:
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];
};