diff options
-rw-r--r-- | shared-core/nv50_graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/nv50_graph.c b/shared-core/nv50_graph.c index cbf6fd62..43f35e06 100644 --- a/shared-core/nv50_graph.c +++ b/shared-core/nv50_graph.c @@ -82,6 +82,7 @@ nv50_graph_init_regs(struct drm_device *dev) DRM_DEBUG("\n"); NV_WRITE(NV04_PGRAPH_DEBUG_3, (1<<2) /* HW_CONTEXT_SWITCH_ENABLED */); + NV_WRITE(0x402ca8, 0x800); } static int |