summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i2c/ch7006_priv.h
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2010-08-05 22:57:08 +0200
committerBen Skeggs <bskeggs@redhat.com>2010-08-09 15:16:23 +1000
commitc93ebb4021ff1fdffe78be89a4bd30bc7cbc75e6 (patch)
treec5869fd94b3891c3f75f923d15b9dc2e554c4d68 /drivers/gpu/drm/i2c/ch7006_priv.h
parent1849719ef86e29def631a473e496507a4e052c06 (diff)
drm/i2c/ch7006: Don't use POWER_LEVEL_FULL_POWER_OFF on early chip versions.
Signed-off-by: Francisco Jerez <currojerez@riseup.net> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/i2c/ch7006_priv.h')
-rw-r--r--drivers/gpu/drm/i2c/ch7006_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i2c/ch7006_priv.h b/drivers/gpu/drm/i2c/ch7006_priv.h
index 1c6d2e3bd96f..17667b7d57e7 100644
--- a/drivers/gpu/drm/i2c/ch7006_priv.h
+++ b/drivers/gpu/drm/i2c/ch7006_priv.h
@@ -95,6 +95,7 @@ struct ch7006_priv {
int flicker;
int scale;
+ int chip_version;
int last_dpms;
};