Home
last modified time | relevance | path

Searched refs:fb_alloced (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dxilinxfb.c148 int fb_alloced; /* Flag, was the fb memory alloced? */ member
285 drvdata->fb_alloced = 1; in xilinxfb_assign()
362 if (drvdata->fb_alloced) in xilinxfb_assign()
386 if (drvdata->fb_alloced) in xilinxfb_release()
H A Dgrvga.c43 int fb_alloced; /* = 1 if framebuffer is allocated in main memory */ member
460 par->fb_alloced = 1; in grvga_probe()
517 if (!par->fb_alloced) in grvga_remove()