summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/psb_drm.h
diff options
context:
space:
mode:
authorAlan Cox2011-07-05 16:36:47 +0200
committerGreg Kroah-Hartman2011-07-05 17:20:39 +0200
commita897854c30903bc77d919fc303009d17c1548b08 (patch)
tree22caff957c2cefa7226cd2ff7b6b628303e4b0b9 /drivers/staging/gma500/psb_drm.h
parentgma500: 2D polish (diff)
downloadkernel-qcow2-linux-a897854c30903bc77d919fc303009d17c1548b08.tar.gz
kernel-qcow2-linux-a897854c30903bc77d919fc303009d17c1548b08.tar.xz
kernel-qcow2-linux-a897854c30903bc77d919fc303009d17c1548b08.zip
gma500: Medfield support
This large patch adds all the basics for Medfield support. Lots of clean up needed in this area still. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/psb_drm.h')
-rw-r--r--drivers/staging/gma500/psb_drm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/gma500/psb_drm.h b/drivers/staging/gma500/psb_drm.h
index 8c259b8aa0b2..c54113718be1 100644
--- a/drivers/staging/gma500/psb_drm.h
+++ b/drivers/staging/gma500/psb_drm.h
@@ -186,4 +186,11 @@ struct drm_psb_get_pipe_from_crtc_id_arg {
u32 pipe;
};
+/* FIXME: move this into a medfield header once we are sure it isn't needed for an
+ ioctl */
+struct psb_drm_dpu_rect {
+ int x, y;
+ int width, height;
+};
+
#endif