Home
last modified time | relevance | path

Searched refs:alloc_apertures (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_drv.c48 ap = alloc_apertures(1); in mgag200_kick_out_firmware_fb()
Dmgag200_main.c120 struct apertures_struct *aper = alloc_apertures(1); in mga_vram_init()
Dmgag200_fb.c226 info->apertures = alloc_apertures(1); in mgag200fb_create()
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_drv.c49 ap = alloc_apertures(1); in cirrus_kick_out_firmware_fb()
Dcirrus_fbdev.c232 info->apertures = alloc_apertures(1); in cirrusfb_create()
/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_drv.c150 ap = alloc_apertures(1); in bochs_kick_out_firmware_fb()
/linux-4.1.27/drivers/video/fbdev/
Defifb.c211 info->apertures = alloc_apertures(1); in efifb_probe()
Dsimplefb.c320 info->apertures = alloc_apertures(1); in simplefb_probe()
Dclps711x-fb.c258 info->apertures = alloc_apertures(1); in clps711x_fb_probe()
Dvesafb.c304 info->apertures = alloc_apertures(1); in vesafb_probe()
Doffb.c506 info->apertures = alloc_apertures(1); in offb_init_fb()
Dhyperv_fb.c725 info->apertures = alloc_apertures(1); in hvfb_getmem()
Dvga16fb.c1318 info->apertures = alloc_apertures(1); in vga16fb_probe()
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_fb.c249 info->apertures = alloc_apertures(1); in astfb_create()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_fb.c291 info->apertures = alloc_apertures(1); in radeonfb_create()
Dradeon_drv.c382 ap = alloc_apertures(1); in radeon_kick_out_firmware_fb()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbdev.c238 info->apertures = alloc_apertures(1); in intelfb_create()
Di915_dma.c491 ap = alloc_apertures(1); in i915_kick_out_firmware_fb()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c523 info->apertures = alloc_apertures(1); in vmw_fb_init()
/linux-4.1.27/include/linux/
Dfb.h509 static inline struct apertures_struct *alloc_apertures(unsigned int max_num) { in alloc_apertures() function
/linux-4.1.27/drivers/gpu/drm/gma500/
Dframebuffer.c459 info->apertures = alloc_apertures(1); in psbfb_create()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_fb.c575 info->apertures = alloc_apertures(1); in qxlfb_create()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c295 aper = alloc_apertures(3); in nouveau_drm_probe()