aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ps3
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ps3')
-rw-r--r--drivers/ps3/ps3av.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ps3/ps3av.c b/drivers/ps3/ps3av.c
index 1a56d390fcd9..5a418b1b1659 100644
--- a/drivers/ps3/ps3av.c
+++ b/drivers/ps3/ps3av.c
@@ -744,6 +744,13 @@ int ps3av_set_video_mode(u32 id, int boot)
744 744
745EXPORT_SYMBOL_GPL(ps3av_set_video_mode); 745EXPORT_SYMBOL_GPL(ps3av_set_video_mode);
746 746
747int ps3av_get_auto_mode(int boot)
748{
749 return ps3av_auto_videomode(&ps3av.av_hw_conf, boot);
750}
751
752EXPORT_SYMBOL_GPL(ps3av_get_auto_mode);
753
747int ps3av_set_mode(u32 id, int boot) 754int ps3av_set_mode(u32 id, int boot)
748{ 755{
749 int res; 756 int res;