Searched refs:nouveau_mem_fb_amount (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dnouveau_mem.c302 uint64_t nouveau_mem_fb_amount(struct drm_device *dev) function
448 dev_priv->fb_available_size = nouveau_mem_fb_amount(dev);
515 nouveau_mem_fb_amount(dev),
520 fb_size = nouveau_mem_fb_amount(dev);
H A Dnv50_instmem.c81 c_offset = nouveau_mem_fb_amount(dev) - dev_priv->ramin_rsvd_vram;
H A Dnouveau_drv.h369 extern uint64_t nouveau_mem_fb_amount(struct drm_device *);
H A Dnouveau_fifo.c75 NV_WRITE(NV40_PFIFO_RAMFC, ((nouveau_mem_fb_amount(dev)-512*1024+dev_priv->ramfc_offset)>>16) |
H A Dnouveau_state.c574 drm_mtrr_del(dev_priv->fb_mtrr, drm_get_resource_start(dev, 1),nouveau_mem_fb_amount(dev), DRM_MTRR_WC);

Completed in 160 milliseconds