Home
last modified time | relevance | path

Searched refs:apertures_struct (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/linux/
Dfb.h498 struct apertures_struct { struct
509 static inline struct apertures_struct *alloc_apertures(unsigned int max_num) { in alloc_apertures()
510 struct apertures_struct *a = kzalloc(sizeof(struct apertures_struct) in alloc_apertures()
617 extern int remove_conflicting_framebuffers(struct apertures_struct *a,
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_drv.c45 struct apertures_struct *ap; in mgag200_kick_out_firmware_fb()
Dmgag200_main.c120 struct apertures_struct *aper = alloc_apertures(1); in mga_vram_init()
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_drv.c46 struct apertures_struct *ap; in cirrus_kick_out_firmware_fb()
/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_drv.c148 struct apertures_struct *ap; in bochs_kick_out_firmware_fb()
/linux-4.1.27/drivers/video/fbdev/core/
Dfbmem.c1554 static bool fb_do_apertures_overlap(struct apertures_struct *gena, in fb_do_apertures_overlap()
1555 struct apertures_struct *hwa) in fb_do_apertures_overlap()
1581 static int do_remove_conflicting_framebuffers(struct apertures_struct *a, in do_remove_conflicting_framebuffers()
1588 struct apertures_struct *gen_aper; in do_remove_conflicting_framebuffers()
1749 int remove_conflicting_framebuffers(struct apertures_struct *a, in remove_conflicting_framebuffers()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_drv.c379 struct apertures_struct *ap; in radeon_kick_out_firmware_fb()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_dma.c486 struct apertures_struct *ap; in i915_kick_out_firmware_fb()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c290 struct apertures_struct *aper; in nouveau_drm_probe()