aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-04-24 21:04:46 +0200
committerThomas White <taw@bitwiz.org.uk>2010-04-24 21:04:46 +0200
commit9b8c785d585d285df13295c78d1b847d6b3a2f37 (patch)
treeb24b52456c4052bfcafd2eb22a4daaab4b2c04fb /include/linux
parent41d7c60ae54e843323dbc942b6a8bac02cf2f938 (diff)
JBT6k74 tweaks: Make resolution switch work
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/jbt6k74.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/jbt6k74.h b/include/linux/jbt6k74.h
index f430e5a363a..2010bdcd4f7 100644
--- a/include/linux/jbt6k74.h
+++ b/include/linux/jbt6k74.h
@@ -10,11 +10,13 @@ enum jbt_resolution {
enum jbt_power_mode {
JBT_POWER_MODE_OFF,
+ JBT_POWER_MODE_STANDBY,
JBT_POWER_MODE_NORMAL,
};
extern void jbt6k74_setpower(enum jbt_power_mode new_power);
-extern int jbt6k74_setresolution(enum jbt_resolution new_resolution);
+extern int jbt6k74_prepare_resolutionchange(enum jbt_resolution new_resolution);
+extern int jbt6k74_finish_resolutionchange(enum jbt_resolution new_resolution);
/*