Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 297559 | Differences between
and this patch

Collapse All | Expand All

(-)nv_hw.original (-2 / +5 lines)
Lines 890-896 Link Here
890
        case NV_ARCH_30:
890
        case NV_ARCH_30:
891
        default:
891
        default:
892
            if(((pNv->Chipset & 0xfff0) == 0x0240) ||
892
            if(((pNv->Chipset & 0xfff0) == 0x0240) ||
893
               ((pNv->Chipset & 0xfff0) == 0x03D0))
893
               ((pNv->Chipset & 0xfff0) == 0x03D0) ||
894
               ((pNv->Chipset & 0xfff0) == 0x0530))
894
            {
895
            {
895
                state->arbitration0 = 128; 
896
                state->arbitration0 = 128; 
896
                state->arbitration1 = 0x0480; 
897
                state->arbitration1 = 0x0480; 
Lines 1226-1231 Link Here
1226
              case 0x01D0:
1227
              case 0x01D0:
1227
              case 0x0240:
1228
              case 0x0240:
1228
              case 0x03D0:
1229
              case 0x03D0:
1230
              case 0x0530:
1229
                 pNv->PMC[0x1700/4] = pNv->PFB[0x020C/4];
1231
                 pNv->PMC[0x1700/4] = pNv->PFB[0x020C/4];
1230
                 pNv->PMC[0x1704/4] = 0;
1232
                 pNv->PMC[0x1704/4] = 0;
1231
                 pNv->PMC[0x1708/4] = 0;
1233
                 pNv->PMC[0x1708/4] = 0;
Lines 1316-1322 Link Here
1316
                   pNv->PGRAPH[(0x0900/4) + i] = pNv->PFB[(0x0600/4) + i];
1318
                   pNv->PGRAPH[(0x0900/4) + i] = pNv->PFB[(0x0600/4) + i];
1317
                   if(((pNv->Chipset & 0xfff0) != 0x0160) &&
1319
                   if(((pNv->Chipset & 0xfff0) != 0x0160) &&
1318
                      ((pNv->Chipset & 0xfff0) != 0x0220) &&
1320
                      ((pNv->Chipset & 0xfff0) != 0x0220) &&
1319
                      ((pNv->Chipset & 0xfff0) != 0x0240))
1321
                      ((pNv->Chipset & 0xfff0) != 0x0240) &&
1322
                      ((pNv->Chipset & 0xfff0) != 0x0530))
1320
                   {
1323
                   {
1321
                      pNv->PGRAPH[(0x6900/4) + i] = pNv->PFB[(0x0600/4) + i];
1324
                      pNv->PGRAPH[(0x6900/4) + i] = pNv->PFB[(0x0600/4) + i];
1322
                   }
1325
                   }

Return to bug 297559