drm/nv50: Remove redundant/incorrect ctxvals initialisation.
authorMarcin Kościelnicki <koriakin@0x04.net>
Thu, 25 Feb 2010 18:53:37 +0000 (18:53 +0000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 10 Mar 2010 06:06:40 +0000 (16:06 +1000)
commit37000d275721e25af6b49fbb2dbcd04022091276
tree3d223727eadd046dfa85a9065770fa6d293dfe69
parent3bfc7d22d0400e85a93e835d4398dcbe0af68b0b
drm/nv50: Remove redundant/incorrect ctxvals initialisation.

11c/004 offset corresponds to PGRAPH reg 0x400828, and is initialised
earlier anyway by both our ctxprog generator and blob ctxvals. It's
actually incorrect with the generator, since we use different layout
on pre-NVA0.

Signed-off-by: Marcin Kościelnicki <koriakin@0x04.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nv50_graph.c