Searched refs:dio_fb_size (Results 1 – 1 of 1) sorted by relevance
284 static uint dio_fb_size; /* FB size for deferred IO */ variable405 size == 0 || offset >= dio_fb_size) in hvfb_docopy()408 if (offset + size > dio_fb_size) in hvfb_docopy()409 size = dio_fb_size - offset; in hvfb_docopy()790 hvfb_docopy(par, 0, dio_fb_size); in hvfb_on_panic()1039 dio_fb_size = in hvfb_getmem()1059 par->dio_vp = vzalloc(round_up(dio_fb_size, PAGE_SIZE)); in hvfb_getmem()1069 info->fix.smem_len = dio_fb_size; in hvfb_getmem()1071 info->screen_size = dio_fb_size; in hvfb_getmem()