diff options
author | Ben Skeggs <darktama@iinet.net.au> | 2006-12-12 00:13:05 +1100 |
---|---|---|
committer | Ben Skeggs <darktama@iinet.net.au> | 2006-12-12 00:13:05 +1100 |
commit | 2f1d14fe1c03c32ad60776e0d0c2ae41a42ea4be (patch) | |
tree | 591b514bf1c0af9d438a124a2ee72b0bc0339565 /src/nv_hw.c | |
parent | de7255d5420c64a2707f5e78a4157d93618e6c17 (diff) | |
download | xorg-driver-xf86-video-nouveau-2f1d14fe1c03c32ad60776e0d0c2ae41a42ea4be.tar.gz |
Remove final remaining PRAMIN access (NV04-specific), the drm handles it now
Diffstat (limited to 'src/nv_hw.c')
-rw-r--r-- | src/nv_hw.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nv_hw.c b/src/nv_hw.c index 38ddf7d..67f53ef 100644 --- a/src/nv_hw.c +++ b/src/nv_hw.c @@ -1011,13 +1011,6 @@ void NVLoadStateExt ( /* end of surfaces */ if(pNv->Architecture < NV_ARCH_10) { - if((pNv->Chipset & 0x0fff) == CHIPSET_NV04) { - /*XXX: RAMIN access here, find out what it's for. - * The DRM is handling RAMIN now - */ - pNv->PRAMIN[0x0824] |= 0x00020000; - pNv->PRAMIN[0x0826] += pNv->VRAMPhysical; - } nvWriteGRAPH(pNv, NV_PGRAPH_DEBUG_0, 0x000001FF); nvWriteGRAPH(pNv, NV_PGRAPH_DEBUG_0, 0x1230C000); nvWriteGRAPH(pNv, NV_PGRAPH_DEBUG_1, 0x72111101); |