search for: nvc0_vram_new

Displaying 1 result from an estimated 1 matches for "nvc0_vram_new".

Did you mean: nv50_vram_new
2012 Feb 03
3
[PATCH 1/4] nouveau: Allow allocating BOs at specific offsets
..._vram_new(struct drm_device *, u32 base, u64 size, u32 align, + u32 size_nc, u32 memtype, struct nouveau_mem **); void nv50_vram_del(struct drm_device *, struct nouveau_mem **); bool nv50_vram_flags_valid(struct drm_device *, u32 tile_flags); int nvc0_vram_init(struct drm_device *); -int nvc0_vram_new(struct drm_device *, u64 size, u32 align, u32 ncmin, - u32 memtype, struct nouveau_mem **); +int nvc0_vram_new(struct drm_device *, u32 base, u64 size, u32 align, + u32 ncmin, u32 memtype, struct nouveau_mem **); bool nvc0_vram_flags_valid(struct drm_device *, u32 tile_flags); #endif...