fixed system hang (or so) on non-dualhead cards (ID 0x01a0 reported)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5936 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -80,7 +80,7 @@ status_t nv_general_powerup()
|
|||||||
{
|
{
|
||||||
status_t status;
|
status_t status;
|
||||||
|
|
||||||
LOG(1,("POWERUP: nVidia (open)BeOS Accelerant 0.08-2 running.\n"));
|
LOG(1,("POWERUP: nVidia (open)BeOS Accelerant 0.08-3 running.\n"));
|
||||||
|
|
||||||
/* preset no laptop */
|
/* preset no laptop */
|
||||||
si->ps.laptop = false;
|
si->ps.laptop = false;
|
||||||
@@ -810,7 +810,7 @@ status_t nv_general_bios_to_powergraphics()
|
|||||||
* bit 0: TVOUT. (> NV04A) */
|
* bit 0: TVOUT. (> NV04A) */
|
||||||
NV_REG32(NV32_PWRUPCTRL) = 0x13111111;
|
NV_REG32(NV32_PWRUPCTRL) = 0x13111111;
|
||||||
|
|
||||||
if (si->ps.card_arch >= NV10A)
|
if (si->ps.secondary_head)
|
||||||
{
|
{
|
||||||
/* switch overlay engine to head 1 */
|
/* switch overlay engine to head 1 */
|
||||||
//fixme: add other function blocks...
|
//fixme: add other function blocks...
|
||||||
|
|||||||
Reference in New Issue
Block a user