OSDN Git Service

nouveau: fix usage of PGRAPH_CTX_CONTROL on nv20+
authorMatthieu Castet <castet.matthieu@free.fr>
Sun, 1 Apr 2007 12:31:41 +0000 (14:31 +0200)
committerMatthieu Castet <castet.matthieu@free.fr>
Sun, 1 Apr 2007 12:31:41 +0000 (14:31 +0200)
commitcbbdbd5e653860bcae165c8abd16006d4425e3de
tree6e6c115b6d6128c41933f7444c2b5dabf17200ba
parent25cedcf76fae45f8a1a63ccb6b4bc5746b7d1587
nouveau: fix usage of PGRAPH_CTX_CONTROL on nv20+

http://gitweb.freedesktop.org/?p=mesa/drm.git;a=commitdiff;h=17985f07d68322519919a7f629a6d2d9bf3916ed could have broken some nvxx_graph code : it rename NV03_PGRAPH_CTX_CONTROL to NV10_PGRAPH_CTX_CONTROL, but forgot to update it in nvxx_graph file.

Also when migrating init stuff in http://gitweb.freedesktop.org/?p=mesa/drm.git;a=commitdiff;h=674cefd4fe4b537a20a10edcb4ec5df55facca8e, NV04_PGRAPH_CTX_CONTROL is used everywhere but the old ddx code use NV_PGRAPH_CTX_CONTROL_NV04 or NV_PGRAPH_CTX_CONTROL.
shared-core/nv20_graph.c
shared-core/nv30_graph.c
shared-core/nv40_graph.c