ps3: Make `ps3videomode -v 0 (auto mode) work again
ps3: Make `ps3videomode -v 0' (auto mode) work again Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
fffe52e86b
commit
640729014e
@@ -744,6 +744,13 @@ int ps3av_set_video_mode(u32 id, int boot)
|
||||
|
||||
EXPORT_SYMBOL_GPL(ps3av_set_video_mode);
|
||||
|
||||
int ps3av_get_auto_mode(int boot)
|
||||
{
|
||||
return ps3av_auto_videomode(&ps3av.av_hw_conf, boot);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL_GPL(ps3av_get_auto_mode);
|
||||
|
||||
int ps3av_set_mode(u32 id, int boot)
|
||||
{
|
||||
int res;
|
||||
|
Reference in New Issue
Block a user