Searched refs:dio_fb_size (Results 1 – 1 of 1) sorted by relevance
283 static uint dio_fb_size; /* FB size for deferred IO */ variable404 size == 0 || offset >= dio_fb_size) in hvfb_docopy()407 if (offset + size > dio_fb_size) in hvfb_docopy()408 size = dio_fb_size - offset; in hvfb_docopy()795 hvfb_docopy(par, 0, dio_fb_size); in hvfb_on_panic()1019 dio_fb_size = in hvfb_getmem()1039 par->dio_vp = vzalloc(round_up(dio_fb_size, PAGE_SIZE)); in hvfb_getmem()1049 info->fix.smem_len = dio_fb_size; in hvfb_getmem()1051 info->screen_size = dio_fb_size; in hvfb_getmem()