Home
last modified time | relevance | path

Searched refs:rsvd_head (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/fb/
Dramnvaa.c32 const u32 rsvd_head = ( 256 * 1024) >> 12; /* vga memory */ in nvaa_ram_ctor() local
46 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()
Dramnvc0.c515 const u32 rsvd_head = ( 256 * 1024) >> 12; /* vga memory */ in nvc0_ram_create_() local
552 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_()
Dramnv50.c359 const u32 rsvd_head = ( 256 * 1024) >> 12; /* vga memory */ in nv50_ram_create_() local
392 ret = nouveau_mm_init(&pfb->vram, rsvd_head, (ram->size >> 12) - in nv50_ram_create_()
393 (rsvd_head + rsvd_tail), in nv50_ram_create_()