Searched refs:rsvd_head (Results 1 – 3 of 3) sorted by relevance
32 const u32 rsvd_head = ( 256 * 1024) >> 12; /* vga memory */ in nvaa_ram_ctor() local46 ret = nouveau_mm_init(&pfb->vram, rsvd_head, (ram->size >> 12) - in nvaa_ram_ctor()47 (rsvd_head + rsvd_tail), 1); in nvaa_ram_ctor()
515 const u32 rsvd_head = ( 256 * 1024) >> 12; /* vga memory */ in nvc0_ram_create_() local552 offset = rsvd_head; in nvc0_ram_create_()553 length = (ram->size >> 12) - rsvd_head - rsvd_tail; in nvc0_ram_create_()557 ret = nouveau_mm_init(&pfb->vram, rsvd_head, in nvc0_ram_create_()558 (bsize << 8) * parts - rsvd_head, 1); in nvc0_ram_create_()
359 const u32 rsvd_head = ( 256 * 1024) >> 12; /* vga memory */ in nv50_ram_create_() local392 ret = nouveau_mm_init(&pfb->vram, rsvd_head, (ram->size >> 12) - in nv50_ram_create_()393 (rsvd_head + rsvd_tail), in nv50_ram_create_()