diff options
| -rw-r--r-- | shared-core/nv04_graph.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nv04_graph.c b/shared-core/nv04_graph.c index 81a6d5c8..6caae257 100644 --- a/shared-core/nv04_graph.c +++ b/shared-core/nv04_graph.c @@ -497,7 +497,7 @@ int nv04_graph_init(struct drm_device *dev) {  	/*haiku same*/  	/*NV_WRITE(NV04_PGRAPH_DEBUG_3, 0xfad4ff31);*/ -	NV_WRITE(NV04_PGRAPH_DEBUG_3, 0x10d4ff31); +	NV_WRITE(NV04_PGRAPH_DEBUG_3, 0xf0d4ff31);  	/*haiku and blob 10d4*/  	NV_WRITE(NV04_PGRAPH_STATE        , 0xFFFFFFFF);  | 
