obviously a card is always dualhead when it has two dacs.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31062 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2009-06-15 18:35:40 +00:00
parent 4bef539ea7
commit ba18d798b9
1 changed files with 1 additions and 4 deletions

View File

@ -241,10 +241,7 @@ static void nv_dac2_dump_pix_pll(void)
/* apparantly if a VESA modecall during boot fails we need to explicitly select the PLL's
* again (was already done during driver init) if we readout the current PLL setting.. */
if (si->ps.secondary_head)
DACW(PLLSEL, 0x30000f00);
else
DACW(PLLSEL, 0x10000700);
DACW(PLLSEL, 0x30000f00);
}
/* find nearest valid pix pll */