diff options
| author | Ben Skeggs <skeggsb@gmail.com> | 2007-06-25 15:42:55 +1000 | 
|---|---|---|
| committer | Ben Skeggs <skeggsb@gmail.com> | 2007-06-28 03:26:44 +1000 | 
| commit | 68ecf61647e9ec16d59cc8f50550d11478eb3118 (patch) | |
| tree | 1b1be7d1eb47541c87545013e1405a6925b3013e /shared-core/nouveau_notifier.c | |
| parent | 18a6d1c9c380b6b19524f654d9173a79e19aa1df (diff) | |
nouveau: never touch PRAMIN with NV_WRITE, cleanup RAMHT code a bit
Diffstat (limited to 'shared-core/nouveau_notifier.c')
| -rw-r--r-- | shared-core/nouveau_notifier.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/shared-core/nouveau_notifier.c b/shared-core/nouveau_notifier.c index ab6f8c2d..0cfe733e 100644 --- a/shared-core/nouveau_notifier.c +++ b/shared-core/nouveau_notifier.c @@ -115,7 +115,7 @@ nouveau_notifier_alloc(drm_device_t *dev, int channel, uint32_t handle,  	}  	obj->handle = handle; -	if (nouveau_ht_object_insert(dev, channel, handle, obj)) { +	if (nouveau_ramht_insert(dev, channel, handle, obj)) {  		nouveau_object_free(dev, obj);  		nouveau_mem_free_block(mem);  		DRM_ERROR("Error inserting notifier ctxdma into RAMHT\n"); | 
