summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/psb_intel_drv.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-07-05 15:34:53 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-05 08:20:37 -0700
commitde64ac92c47577a2d8c945d62ebd43c2ca296e01 (patch)
tree702a8da5c69354a0baf3d4a57bb1879b65447fd7 /drivers/staging/gma500/psb_intel_drv.h
parent5b7aa160079d3df276f697fa9118c3109e101cd7 (diff)
downloadop-kernel-dev-de64ac92c47577a2d8c945d62ebd43c2ca296e01.zip
op-kernel-dev-de64ac92c47577a2d8c945d62ebd43c2ca296e01.tar.gz
gma500: polish for completion of this phase
Give the driver its own proper DRM name, clean up copyright headers and so forth 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_intel_drv.h')
-rw-r--r--drivers/staging/gma500/psb_intel_drv.h19
1 files changed, 4 insertions, 15 deletions
diff --git a/drivers/staging/gma500/psb_intel_drv.h b/drivers/staging/gma500/psb_intel_drv.h
index 6006ddd..75a95f7 100644
--- a/drivers/staging/gma500/psb_intel_drv.h
+++ b/drivers/staging/gma500/psb_intel_drv.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Intel Corporation.
+ * Copyright (c) 2009-2011, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -26,11 +26,6 @@
#include <linux/gpio.h>
/*
- * MOORESTOWN defines
- */
-#define DELAY_TIME1 2000 /* 1000 = 1ms */
-
-/*
* Display related stuff
*/
@@ -61,16 +56,10 @@
#define INTEL_DVO_CHIP_TMDS 2
#define INTEL_DVO_CHIP_TVOUT 4
-enum mipi_panel_type {
- NSC_800X480 = 1,
- LGE_480X1024 = 2,
- TPO_864X480 = 3
-};
-
-/**
+/*
* Hold information useally put on the device driver privates here,
* since it needs to be shared across multiple of devices drivers privates.
-*/
+ */
struct psb_intel_mode_device {
/*
@@ -79,7 +68,7 @@ struct psb_intel_mode_device {
size_t(*bo_offset) (struct drm_device *dev, void *bo);
/*
- * Cursor
+ * Cursor (Can go ?)
*/
int cursor_needs_physical;
OpenPOWER on IntegriCloud