summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/psb_drv.h
diff options
context:
space:
mode:
authorPatrik Jakobsson2011-12-19 22:41:22 +0100
committerDave Airlie2011-12-20 11:23:15 +0100
commita12d6a078e47e244a476b67c3f4b6ca03c138a99 (patch)
treed9196442f0472d7ea582beb9a2c0cf230b75fe80 /drivers/gpu/drm/gma500/psb_drv.h
parentgma500: Replace SDVO code with slightly modified version from i915 (diff)
downloadkernel-qcow2-linux-a12d6a078e47e244a476b67c3f4b6ca03c138a99.tar.gz
kernel-qcow2-linux-a12d6a078e47e244a476b67c3f4b6ca03c138a99.tar.xz
kernel-qcow2-linux-a12d6a078e47e244a476b67c3f4b6ca03c138a99.zip
gma500: Convert Cedarview to work with new output handling
Replace psb_intel_output with psb_intel_encoder and psb_intel_connector. Things will need to be cleaned up and tested so consider this an initial patch for Cedarview. Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/psb_drv.h')
-rw-r--r--drivers/gpu/drm/gma500/psb_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/psb_drv.h b/drivers/gpu/drm/gma500/psb_drv.h
index 3e63087a6f5f..eb1568a0da95 100644
--- a/drivers/gpu/drm/gma500/psb_drv.h
+++ b/drivers/gpu/drm/gma500/psb_drv.h
@@ -374,7 +374,7 @@ struct drm_psb_private {
struct drm_display_mode *sdvo_lvds_vbt_mode;
struct bdb_lvds_backlight *lvds_bl; /* LVDS backlight info from VBT */
- struct psb_intel_i2c_chan *lvds_i2c_bus;
+ struct psb_intel_i2c_chan *lvds_i2c_bus; /* FIXME: Remove this? */
/* Feature bits from the VBIOS */
unsigned int int_tv_support:1;