summaryrefslogtreecommitdiff
path: root/linux-core/intel_drv.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-01-28 03:12:29 +0100
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-01-28 03:14:56 +0100
commita2254c5a9670a3e865f0eb5acd46e905c9b146ce (patch)
tree080e144b12585dc3dd4c7e3cae63bb3dbe004486 /linux-core/intel_drv.h
parent98361cf28c62530e34758b27aa1eea805269e0e5 (diff)
Added cursor support
Diffstat (limited to 'linux-core/intel_drv.h')
-rw-r--r--linux-core/intel_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/intel_drv.h b/linux-core/intel_drv.h
index 06335b18..25c3a978 100644
--- a/linux-core/intel_drv.h
+++ b/linux-core/intel_drv.h
@@ -55,6 +55,7 @@ struct intel_output {
struct intel_crtc {
int pipe;
+ uint32_t cursor_adder;
u8 lut_r[256], lut_g[256], lut_b[256];
};