Searched refs:fbcaps (Results 1 – 1 of 1) sorted by relevance
208 struct fb_blit_caps caps, fbcaps; in fb_check_caps() local212 memset(&fbcaps, 0, sizeof(fbcaps)); in fb_check_caps()215 info->fbops->fb_get_caps(info, &fbcaps, var); in fb_check_caps()217 if (!bitmap_subset(caps.x, fbcaps.x, FB_MAX_BLIT_WIDTH) || in fb_check_caps()218 !bitmap_subset(caps.y, fbcaps.y, FB_MAX_BLIT_HEIGHT) || in fb_check_caps()219 (fbcaps.len < caps.len)) in fb_check_caps()