fixed arch typo. _now_ NV40 and higher should work, although still without acc.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10655 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -314,7 +314,7 @@ status_t SET_DISPLAY_MODE(display_mode *mode_to_set)
|
|||||||
* attempting DMA on NV40 and higher because without it I can't get it going ATM.
|
* attempting DMA on NV40 and higher because without it I can't get it going ATM.
|
||||||
* Later on this can become a nv.settings switch, and maybe later we can even
|
* Later on this can become a nv.settings switch, and maybe later we can even
|
||||||
* forget about non-DMA completely (depends on 3D acceleration attempts). */
|
* forget about non-DMA completely (depends on 3D acceleration attempts). */
|
||||||
if (si->ps.card_arch < NV40)
|
if (si->ps.card_arch < NV40A)
|
||||||
nv_acc_init();
|
nv_acc_init();
|
||||||
else
|
else
|
||||||
nv_acc_init_dma();
|
nv_acc_init_dma();
|
||||||
|
|||||||
Reference in New Issue
Block a user