]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50
authorBen Skeggs <bskeggs@redhat.com>
Fri, 22 Jan 2010 03:17:28 +0000 (13:17 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 9 Feb 2010 02:50:35 +0000 (12:50 +1000)
commit853ff9479799c00b562838a696faf07959421543
treec89dc9665bd074ff30ed7a7efcd83050e762d01f
parentddf14519a4acca4877c923069c850b0037201071
drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50

It appears we aren't required to do memory sizing ourselves on nv40
either.  NV40 init tables read a strap from PEXTDEV_BOOT_0 into a
CRTC register, and then later use that value to select a memory
configuration (written to PFB_CFG0, just like INIT_COMPUTE_MEM on
earlier cards) with INIT_IO_RESTRICT_PROG.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bios.c