drm/nvc0/gr: fix TP init for transform feedback offset queries
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Fri, 11 Nov 2011 19:47:58 +0000 (20:47 +0100)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 30 Nov 2011 13:40:16 +0000 (23:40 +1000)
commitffe2dee49023c2a47ef7e177ceb22ec6bcaecc11
treeb10f771344b8af076b6be89eae2caeb55e55a84f
parent33dbc27f1ab3a37d04a8d226327fb3d384870e43
drm/nvc0/gr: fix TP init for transform feedback offset queries

Without this, they return bytes written since the last update of
the offset, but we want the full offset.

Trace shows setting this on GPC[0]/TP[0] is enough.

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