diff options
Diffstat (limited to 'shared-core/nv40_graph.c')
| -rw-r--r-- | shared-core/nv40_graph.c | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/shared-core/nv40_graph.c b/shared-core/nv40_graph.c index 082849d9..5e0d8d77 100644 --- a/shared-core/nv40_graph.c +++ b/shared-core/nv40_graph.c @@ -924,15 +924,6 @@ nv40_graph_init(drm_device_t *dev)  	/* No context present currently */  	NV_WRITE(0x40032C, 0x00000000); -	/* No idea what this is for.. */ -	dev_priv->fb_obj = nouveau_dma_object_create(dev, -			NV_CLASS_DMA_IN_MEMORY, -			0, nouveau_mem_fb_amount(dev), -			NV_DMA_ACCESS_RW, NV_DMA_TARGET_VIDMEM); -	pg0220_inst = nouveau_chip_instance_get(dev, -			dev_priv->fb_obj->instance); -	NV_WRITE(NV40_PGRAPH_UNK220, pg0220_inst); -  	return 0;  } | 
