Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
[aml] fixup 1080p
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Jul 10, 2014
1 parent ae9f60d commit 35bf5f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/cores/dvdplayer/DVDCodecs/Video/AMLCodec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1414,10 +1414,12 @@ void EnableFreeScale()
aml_set_sysfs_int("/sys/class/graphics/fb1/free_scale", 0);

aml_set_sysfs_int("/sys/class/graphics/fb0/request2XScale", 8);
/*
aml_set_sysfs_str("/sys/class/graphics/fb1/scale_axis", "1280 720 1920 1080");
aml_set_sysfs_int("/sys/class/graphics/fb1/scale", 0x10001);
aml_set_sysfs_str("/sys/class/video/axis", "0 0 1919 1079");
*/

// aml_set_sysfs_int("/sys/class/graphics/fb0/blank", 0);
}
Expand Down

0 comments on commit 35bf5f8

Please sign in to comment.