narrowed PLL discriminator restrictions, should fix last fuzzy modes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6757 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -288,7 +288,7 @@ static status_t nv4_nv10_nv20_dac_pix_pll_find(
|
|||||||
//fixme: PLL calcs will be resetup/splitup/updated...
|
//fixme: PLL calcs will be resetup/splitup/updated...
|
||||||
if (si->ps.card_type == NV36)
|
if (si->ps.card_type == NV36)
|
||||||
{
|
{
|
||||||
if (((si->ps.f_ref / m) < 3.0) || ((si->ps.f_ref / m) > 9.0)) continue;
|
if (((si->ps.f_ref / m) < 3.2) || ((si->ps.f_ref / m) > 6.4)) continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -289,7 +289,7 @@ static status_t nv10_nv20_dac2_pix_pll_find(
|
|||||||
//fixme: PLL calcs will be resetup/splitup/updated...
|
//fixme: PLL calcs will be resetup/splitup/updated...
|
||||||
if (si->ps.card_type == NV36)
|
if (si->ps.card_type == NV36)
|
||||||
{
|
{
|
||||||
if (((si->ps.f_ref / m) < 3.0) || ((si->ps.f_ref / m) > 9.0)) continue;
|
if (((si->ps.f_ref / m) < 3.2) || ((si->ps.f_ref / m) > 6.4)) continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ status_t nv_general_powerup()
|
|||||||
{
|
{
|
||||||
status_t status;
|
status_t status;
|
||||||
|
|
||||||
LOG(1,("POWERUP: nVidia (open)BeOS Accelerant 0.09-3 running.\n"));
|
LOG(1,("POWERUP: nVidia (open)BeOS Accelerant 0.09-final running.\n"));
|
||||||
|
|
||||||
/* preset no laptop */
|
/* preset no laptop */
|
||||||
si->ps.laptop = false;
|
si->ps.laptop = false;
|
||||||
|
|||||||
@@ -4,11 +4,11 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p><h2>Changes done for each driverversion:</h2></p>
|
<p><h2>Changes done for each driverversion:</h2></p>
|
||||||
<p><h1>head: nv_driver 0.09-3, (Rudolf)</h1></p>
|
<p><h1>nv_driver 0.09, (Rudolf)</h1></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed NV11 trouble with repeating screen(s) on the right side of the monitor;
|
<li>Fixed NV11 trouble with repeating screen(s) on the right side of the monitor;
|
||||||
<li>Updated CRTC memory granularity code to work-around a hardware bug in older cards;
|
<li>Updated CRTC memory granularity code to work-around a hardware bug in older cards;
|
||||||
<li>Fixed most modes on GeForceFX 5700 cards: PLL discriminator restrictions updated.
|
<li>Fixed fuzzy modes / no picture on GeForceFX 5700 cards: PLL discriminator restrictions updated.
|
||||||
</ul>
|
</ul>
|
||||||
<p><h1>nv_driver 0.08, (Rudolf)</h1></p>
|
<p><h1>nv_driver 0.08, (Rudolf)</h1></p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user