Use timing constraints from the G35 programming manual (which are much more relaxed)
Should help with #8001. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43235 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4d571a5479
commit
86f4c50bc6
@ -609,7 +609,7 @@ sanitize_display_mode(display_mode& mode)
|
||||
gInfo->shared_info->pll_info.min_frequency,
|
||||
gInfo->shared_info->pll_info.max_frequency,
|
||||
// horizontal
|
||||
{8, 16, 8160, 24, 504, 15, 8192},
|
||||
{2, 0, 8160, 32, 8192, 0, 8192},
|
||||
{1, 1, 4092, 2, 63, 1, 4096}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user