diff options
Diffstat (limited to 'shared-core/nv40_graph.c')
-rw-r--r-- | shared-core/nv40_graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/nv40_graph.c b/shared-core/nv40_graph.c index 659767f2..082849d9 100644 --- a/shared-core/nv40_graph.c +++ b/shared-core/nv40_graph.c @@ -926,6 +926,7 @@ nv40_graph_init(drm_device_t *dev) /* 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, |